From: Fred Drake Date: Wed, 11 Feb 1998 14:43:38 +0000 (+0000) Subject: Add copyright.tex and boilerplate.tex to the common dependencies for .dvi X-Git-Tag: v1.5.1~820 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d8f0edc33d51266d8c4eb452ed3df60c3235a7b;p=python Add copyright.tex and boilerplate.tex to the common dependencies for .dvi files. --- diff --git a/Doc/Makefile b/Doc/Makefile index cc20439d14..b9d22d8392 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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