Skip to content

Commit b829a09

Browse files
committed
Renamed intro and modules to tut and mod; added tbl to pipeline.
1 parent 3310257 commit b829a09

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Doc/Makefile

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1+
TBL= tbl
12
TROFF= ditroff
23
MS= -ms
3-
PREVIEW= dpv
4+
FUNNYTAB= $$HOME/lib/funnytab
5+
PREVIEW= dpv -f $(FUNNYTAB)
46

5-
intro: intro.dit
6-
$(PREVIEW) intro.dit
7+
tut: tut.dit
8+
$(PREVIEW) tut.dit
79

8-
modules: modules.dit
9-
$(PREVIEW) modules.dit
10+
mod: mod.dit
11+
$(PREVIEW) mod.dit
1012

1113
paper: paper.dit
1214
$(PREVIEW) paper.dit
1315

1416
ref: ref.dit
1517
$(PREVIEW) ref.dit
1618

17-
ALL= intro.dit modules.dit paper.dit ref.dit
19+
ALL= tut.dit mod.dit paper.dit ref.dit
1820

1921
all: $(ALL)
2022

@@ -26,4 +28,4 @@ clean:
2628
.SUFFIXES: .ms .dit
2729

2830
.ms.dit:
29-
$(TROFF) $(MS) $*.ms >$@
31+
$(TBL) $*.ms | $(TROFF) $(MS) >$@

0 commit comments

Comments
 (0)