diff options
Diffstat (limited to 'Doc/html/Makefile')
-rw-r--r-- | Doc/html/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 0fd1956..aa61088 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -53,7 +53,9 @@ mac: mac/mac.html ref: ref/ref.html tut: tut/tut.html -$(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat +$(INDEXFILES): $(COMMONPERL) \ + $(TOPDIR)/html/about.dat \ + $(TOPDIR)/tools/node2label.pl # The index.html target is at the end since it screws up font-lock. |