commit | 5d8f0edc33d51266d8c4eb452ed3df60c3235a7b | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Feb 11 14:43:38 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Feb 11 14:43:38 1998 +0000 |
tree | 2535979aa3f04e81e952f9a7614bca1bb7533b7c | |
parent | a28eb3a8cb5210ef199336f3d80afd5b93058db2 [diff] [blame] |
Add copyright.tex and boilerplate.tex to the common dependencies for .dvi files.
diff --git a/Doc/Makefile b/Doc/Makefile index cc20439..b9d22d8 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -93,7 +93,9 @@ $(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