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:
calvin 2006-09-29 12:58:34 +00:00
parent f675834b9d
commit 0f9c8eab64

View file

@ -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