No longer needed.

This commit is contained in:
Fred Drake 1998-05-08 15:41:23 +00:00
parent a5d80564af
commit 9447e592d9
2 changed files with 0 additions and 46 deletions

View File

@ -1,23 +0,0 @@
TEXINPUTS=.:../texinputs:
all: all-ps
all-ps:
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
-f ../Makefile do-ps
all-pdf:
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
-f ../Makefile do-pdf
all-dvi:
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
-f ../Makefile do-dvi
clean:
$(MAKE) -f ../Makefile clean
clobber:
$(MAKE) -f ../Makefile clobber

View File

@ -1,23 +0,0 @@
TEXINPUTS=../texinputs:
all: all-ps
all-ps:
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
-f ../Makefile do-ps
all-pdf:
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
-f ../Makefile do-pdf
all-dvi:
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
-f ../Makefile do-dvi
clean:
$(MAKE) -f ../Makefile clean
clobber:
$(MAKE) -f ../Makefile clobber