diff options
author | Fred Drake <fdrake@acm.org> | 2003-09-27 07:48:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-09-27 07:48:25 (GMT) |
commit | e1b38c48fa7aebd3c2891a2fd61fa055d23a62ab (patch) | |
tree | ac29680b44426a0f2978e570b2715fa525695f15 /Doc/Makefile | |
parent | 0d86ea71b507debdbeef75cbd05ff12fa244d5a7 (diff) | |
download | cpython-e1b38c48fa7aebd3c2891a2fd61fa055d23a62ab.zip cpython-e1b38c48fa7aebd3c2891a2fd61fa055d23a62ab.tar.gz cpython-e1b38c48fa7aebd3c2891a2fd61fa055d23a62ab.tar.bz2 |
update one more reference to a file that moved from texinputs/ to
commontex/
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) \ |