mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add copyright.tex and boilerplate.tex to the common dependencies for .dvi
files.
This commit is contained in:
parent
a28eb3a8cb
commit
5d8f0edc33
1 changed files with 3 additions and 1 deletions
|
@ -93,7 +93,9 @@ api: api.ps
|
|||
$(DISTILL) $<
|
||||
|
||||
# Dependencies
|
||||
tut.dvi lib.dvi ext.dvi api.dvi: myformat.sty fix_hack
|
||||
COMMONTEX=myformat.sty copyright.tex boilerplate.tex
|
||||
|
||||
tut.dvi lib.dvi ext.dvi api.dvi: fix_hack $(COMMONTEX)
|
||||
|
||||
# Tutorial document
|
||||
tut.dvi: tut.tex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue