View | Details | Raw Unified | Return to bug 53318
Collapse All | Expand All

(-)a2ps-4.15.6_copy/etc/a2ps_cfg.in (+1 lines)
Lines 56-61 Link Here
56
# It may be useful to extend it so that a2ps can see some
56
# It may be useful to extend it so that a2ps can see some
57
# TeX or X11 resources: it likes AFM files and PF[AB] files.
57
# TeX or X11 resources: it likes AFM files and PF[AB] files.
58
#AppendLibraryPath: foo
58
#AppendLibraryPath: foo
59
+AppendLibraryPath: @apppath@
59
60
60
61
61
#################################################################
62
#################################################################
(-)a2ps-4.15.6_copy/etc/Makefile.in (-1 / +4 lines)
Lines 1653-1659 Link Here
1653
1653
1654
# Building the correct a2ps.cfg
1654
# Building the correct a2ps.cfg
1655
a2ps.cfg: a2ps_cfg Makefile
1655
a2ps.cfg: a2ps_cfg Makefile
1656
	sed "s!@libpath@!$(libpath)!" a2ps_cfg > a2ps.cfg
1656
	sed -e "s!@libpath@!$(libpath)!" \
1657
           -e "s!@apppath@!$(PSFONT_PATH)!" \
1658
           a2ps_cfg > a2ps.cfg
1659
1657
1660
1658
# Building a timestamp to know the version.
1661
# Building a timestamp to know the version.
1659
README: README.in Makefile
1662
README: README.in Makefile

Return to bug 53318