]> granicus.if.org Git - python/commitdiff
Preliminary convenience Makefile.
authorFred Drake <fdrake@acm.org>
Thu, 7 May 1998 15:12:51 +0000 (15:12 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 7 May 1998 15:12:51 +0000 (15:12 +0000)
Doc/paper-a4/Makefile [new file with mode: 0644]
Doc/paper-letter/Makefile [new file with mode: 0644]

diff --git a/Doc/paper-a4/Makefile b/Doc/paper-a4/Makefile
new file mode 100644 (file)
index 0000000..15c7f14
--- /dev/null
@@ -0,0 +1,14 @@
+
+
+TEXINPUTS=.:../texinputs:
+
+all:   all-ps
+
+all-ps:
+       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-ps
+
+all-pdf:
+       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-pdf
+
+all-dvi:
+       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-dvi
diff --git a/Doc/paper-letter/Makefile b/Doc/paper-letter/Makefile
new file mode 100644 (file)
index 0000000..72c8bbe
--- /dev/null
@@ -0,0 +1,14 @@
+
+
+TEXINPUTS=../texinputs:
+
+all:   all-ps
+
+all-ps:
+       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-ps
+
+all-pdf:
+       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-pdf
+
+all-dvi:
+       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-dvi