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

Skip to content

Commit a52117e

Browse files
committed
Added ref.tex.
1 parent f2612d1 commit a52117e

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

Doc/Makefile

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# latex tut
55
# latex lib
66
# latex lib
7+
# latex ref
8+
# latex ref
79
# (Doing everything twice so the table of contents comes out right!)
810

911
LATEX= latex
@@ -12,6 +14,10 @@ TEXPREVIEW= xdvi
1214

1315
PRINT= lpr
1416

17+
ALL= tut.ps lib.ps ref.ps
18+
19+
all: $(ALL)
20+
1521
tut: tut.dvi
1622
$(TEXPREVIEW) tut
1723

@@ -22,9 +28,10 @@ lib: lib.dvi
2228

2329
lib.dvi lib.ps: lib.toc lib.tex lib1.tex lib2.tex lib3.tex myformat.sty
2430

25-
ALL= tut.ps lib.ps
31+
ref: ref.dvi
32+
$(TEXPREVIEW) ref
2633

27-
all: $(ALL)
34+
ref.dvi ref.ps: ref.toc ref.tex myformat.sty
2835

2936
print: $(ALL)
3037
$(PRINT) $(ALL)

0 commit comments

Comments
 (0)