From 2c954fa4114849f424537dca6a9f4e64f3428b88 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 7 Mar 1998 19:59:45 +0000 Subject: Remove info targets from "world" and "tarballs". This is because it's not working again; the optional arg. for \seemodule{} is not yet supported. --- Doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index ea094ca..c11fadd 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -82,7 +82,7 @@ MANSTYLES=texinputs/fncychap.sty texinputs/manual.cls texinputs/python.sty # Main target all: all-ps -world: all-ps all-pdf l2h lib.info tarballs +world: all-ps all-pdf l2h tarballs all-dvi: $(DVIFILES) all-pdf: $(PDFFILES) @@ -296,7 +296,7 @@ tarpdf: pdf-$(VERSION).tar.gz tarlatex: latex-$(VERSION).tar.gz -tarballs: tarpdf tarps tarhtml tarinfo tarlatex +tarballs: tarpdf tarps tarhtml tarlatex # Housekeeping targets -- cgit v0.12