mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-01 03:24:43 +00:00
Make documentation build optional (ie. do not fail if qcollectiongenerator is not installed).
This commit is contained in:
parent
7134c0bb05
commit
bd4c533309
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 $< $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue