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

Skip to content

Commit 2c954fa

Browse files
committed
Remove info targets from "world" and "tarballs".
This is because it's not working again; the optional arg. for \seemodule{} is not yet supported.
1 parent 473a90e commit 2c954fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ MANSTYLES=texinputs/fncychap.sty texinputs/manual.cls texinputs/python.sty
8282
# Main target
8383
all: all-ps
8484

85-
world: all-ps all-pdf l2h lib.info tarballs
85+
world: all-ps all-pdf l2h tarballs
8686

8787
all-dvi: $(DVIFILES)
8888
all-pdf: $(PDFFILES)
@@ -296,7 +296,7 @@ tarpdf: pdf-$(VERSION).tar.gz
296296

297297
tarlatex: latex-$(VERSION).tar.gz
298298

299-
tarballs: tarpdf tarps tarhtml tarinfo tarlatex
299+
tarballs: tarpdf tarps tarhtml tarlatex
300300

301301

302302
# Housekeeping targets

0 commit comments

Comments
 (0)