We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106fe12 commit 0ef1b07Copy full SHA for 0ef1b07
2 files changed
Doc/paper-a4/Makefile
@@ -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
+TEXINPUTS=../texinputs:
0 commit comments