From 172a2ffe66900f812ba8dc6816c1851915f45309 Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 15 Mar 2005 23:27:58 +0000 Subject: [PATCH] fix script paths git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2451 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- doc/en/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/Makefile b/doc/en/Makefile index 153285bf..5e9bf703 100644 --- a/doc/en/Makefile +++ b/doc/en/Makefile @@ -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