Make documentation build optional (ie. do not fail if qcollectiongenerator is not installed).

This commit is contained in:
Bastian Kleineidam 2013-01-22 18:16:53 +01:00
parent 7134c0bb05
commit bd4c533309
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,9 @@ Features:
- checking: Support <link rel="dns-prefetch"> URLs.
- logging: Sending SIGUSR1 signal prints the stack trace of all current
running threads. This makes it easier to debug deadlocks.
- gui: Added support of Drag-and-Drop of local files. If the local file is
a LinkChecker project (.lcp) it is loaded automatically, else the check
URL is set to the local file URL.
Fixes:
- checking: Fix a crash when closing a Word document after scanning failed.

View file

@ -16,7 +16,7 @@ test:
xmllint --valid --noout $(HTMLFILES)
%.qhc: %.qhcp lcdoc.qhp $(HTMLFILES)
qcollectiongenerator $< -o $@
-qcollectiongenerator $< -o $@
logo%.png: $(OXYGEN)/%/categories/applications-development-web.png
cp $< $@