mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 15:14:45 +00:00
fix script paths
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2451 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
cc55c450d7
commit
172a2ffe66
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ HTMLDIR := /home/calvin/public_html/linkchecker.sf.net
|
|||
|
||||
all: $(HTMLFILES)
|
||||
|
||||
%.html: %.txt htmlnav.py bfknav.py
|
||||
%.html: %.txt ../htmlnav.py ../bfknav.py
|
||||
../rest2htmlnav --stylesheet-path=lc.css --time $< $@
|
||||
|
||||
nav: all
|
||||
|
|
|
|||
Loading…
Reference in a new issue