mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-02 03:44:43 +00:00
Makefile fixes
This commit is contained in:
parent
b5faced294
commit
6385f8d878
1 changed files with 2 additions and 2 deletions
|
|
@ -6,14 +6,12 @@ ICNSICONS := logo16x16.png logo32x32.png logo48x48.png logo128x128.png
|
|||
|
||||
all: $(HELPFILES) $(HTMLFILES)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
-rm -f *.qhc *.qch
|
||||
|
||||
%.html: %.txt html.header html.footer
|
||||
(cat html.header; markdown2 $<; cat html.footer) > $@
|
||||
|
||||
.PHONY: clean
|
||||
test:
|
||||
xmllint --valid --noout $(HTMLFILES)
|
||||
|
||||
|
|
@ -28,3 +26,5 @@ favicon.ico: $(ICOICONS)
|
|||
|
||||
favicon.icns: $(ICNSICONS)
|
||||
png2icns favicon.icns $(ICNSICONS)
|
||||
|
||||
.PHONY: clean test
|
||||
|
|
|
|||
Loading…
Reference in a new issue