mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 00:24:45 +00:00
add CSS dependency for .html files
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3495 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
f675834b9d
commit
0f9c8eab64
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ all: $(HTMLFILES)
|
|||
clean:
|
||||
rm -f $(HTMLFILES) $(NAVFILES)
|
||||
|
||||
%.html: %.txt ../htmlnav.py ../bfknav.py
|
||||
%.html: %.txt ../htmlnav.py ../bfknav.py lc.css
|
||||
../rest2htmlnav --stylesheet-path=lc.css --time $< $@
|
||||
|
||||
.PHONY: nav
|
||||
|
|
|
|||
Loading…
Reference in a new issue