version 1.1.1.1, 2014/07/30 08:16:45
|
version 1.1.1.2, 2021/03/17 01:01:01
|
Line 59 QUIETPS = #set this to -q to shut up dvips
|
Line 59 QUIETPS = #set this to -q to shut up dvips
|
PAPERSIZE = letter |
PAPERSIZE = letter |
PSDPI = 600 |
PSDPI = 600 |
DVIPS = dvips -D ${PSDPI} $(QUIETPS) -t ${PAPERSIZE} -o $@ # tricky |
DVIPS = dvips -D ${PSDPI} $(QUIETPS) -t ${PAPERSIZE} -o $@ # tricky |
|
# experimental; uses external texi2dvi for now; this needs pdftex to be present |
|
TEXI2PDF = texi2dvi --pdf |
|
|
# These tools might not be available; they're not required |
# These tools might not be available; they're not required |
DVIPDF = dvipdfm -o $@ -p ${PAPERSIZE} |
DVIPDF = dvipdfm -o $@ -p ${PAPERSIZE} |
Line 101 DIST_DOCS = $(DVIOBJ) $(PSOBJ) $(HTMLOBJ) $(INFOOBJ) $
|
Line 103 DIST_DOCS = $(DVIOBJ) $(PSOBJ) $(HTMLOBJ) $(INFOOBJ) $
|
$(RM) $@ |
$(RM) $@ |
-${DVIPDF} $< |
-${DVIPDF} $< |
|
|
|
#.texi.pdf: |
|
# $(RM) $@ |
|
# -${TEXI2PDF} $< |
|
|
all: info dvi html ps text pdf |
all: info dvi html ps text pdf |
nodvi: info html text |
nodvi: info html text |
|
|
Line 170 history_3.ps: $(srcdir)/history.3
|
Line 176 history_3.ps: $(srcdir)/history.3
|
${RM} $@ |
${RM} $@ |
${GROFF} -man < $(srcdir)/history.3 > $@ |
${GROFF} -man < $(srcdir)/history.3 > $@ |
|
|
readline.pdf: readline.dvi | readline.pdf: $(RLSRC) |
history.pdf: history.dvi | TEXINPUTS=.:$(TEXINPUTDIR):$$TEXINPUTS $(TEXI2PDF) $(srcdir)/rlman.texi |
rluserman.pdf: rluserman.dvi | mv rlman.pdf $@ |
| |
| history.pdf: $(HISTSRC) |
| TEXINPUTS=.:$(TEXINPUTDIR):$$TEXINPUTS $(TEXI2PDF) $(srcdir)/history.texi |
| |
| rluserman.pdf: $(RLSRC) |
| TEXINPUTS=.:$(TEXINPUTDIR):$$TEXINPUTS $(TEXI2PDF) $(srcdir)/rluserman.texi |
|
|
clean: |
clean: |
$(RM) *.aux *.bak *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps \ |
$(RM) *.aux *.bak *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps \ |