diff options
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 821ea8a..a6df02f 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -348,7 +348,7 @@ html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml # are updated and boilerplate.tex uses \today as the date. The index # files are not used to actually generate content. -BOILERPLATE=texinputs/boilerplate.tex +BOILERPLATE=commontex/boilerplate.tex html/index.html: $(INDEXFILES) html/index.html: html/index.html.in $(BOILERPLATE) tools/rewrite.py $(PYTHON) tools/rewrite.py $(BOILERPLATE) \ |