Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d8f0ed

Browse files
committed
Add copyright.tex and boilerplate.tex to the common dependencies for .dvi
files.
1 parent a28eb3a commit 5d8f0ed

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ api: api.ps
9393
$(DISTILL) $<
9494

9595
# Dependencies
96-
tut.dvi lib.dvi ext.dvi api.dvi: myformat.sty fix_hack
96+
COMMONTEX=myformat.sty copyright.tex boilerplate.tex
97+
98+
tut.dvi lib.dvi ext.dvi api.dvi: fix_hack $(COMMONTEX)
9799

98100
# Tutorial document
99101
tut.dvi: tut.tex

0 commit comments

Comments
 (0)