diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-09-30 07:20:51 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-09-30 07:20:51 +0000 |
| commit | c2983221024940ab715cdb591a6c088100b5a8b4 (patch) | |
| tree | b6230777bf62fb159d9ca82c58d0e90012a3c341 | |
| parent | 16aa316b717bd3c9ea05f32c2833015c1831b758 (diff) | |
| download | qxmpp-c2983221024940ab715cdb591a6c088100b5a8b4.tar.gz | |
make it possible to run "make docs" immediately after qmake
| -rw-r--r-- | qxmpp.pro | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ SUBDIRS = src \ CONFIG += ordered # Documentation generation -docs.commands = $(MAKE) -C doc docs +docs.commands = cd doc/ && $(QMAKE) && $(MAKE) docs # Source distribution QXMPP_ARCHIVE = qxmpp-0.3.91 |
