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

Skip to content

Commit 0ef1b07

Browse files
committed
Preliminary convenience Makefile.
1 parent 106fe12 commit 0ef1b07

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Doc/paper-a4/Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
TEXINPUTS=.:../texinputs:
4+
5+
all: all-ps
6+
7+
all-ps:
8+
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-ps
9+
10+
all-pdf:
11+
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-pdf
12+
13+
all-dvi:
14+
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-dvi

Doc/paper-letter/Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
TEXINPUTS=../texinputs:
4+
5+
all: all-ps
6+
7+
all-ps:
8+
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-ps
9+
10+
all-pdf:
11+
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-pdf
12+
13+
all-dvi:
14+
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-dvi

0 commit comments

Comments
 (0)