54 lines
2.2 KiB
Diff
54 lines
2.2 KiB
Diff
--- a2ps-4.13/etc/Makefile.in.etc Wed Feb 9 09:32:55 2000
|
|
+++ a2ps-4.13/etc/Makefile.in Thu Apr 27 22:45:03 2000
|
|
@@ -132,7 +132,7 @@
|
|
|
|
|
|
ogonkifydir = $(datadir)/ogonkify
|
|
-libpath = $(pkgdatadir)/sheets:$(pkgdatadir)/ps:$(pkgdatadir)/encoding:$(pkgdatadir)/afm:$(ogonkifydir)/afm:$(pkgdatadir)/ppd:$(pkgdatadir)/fonts:$(ogonkifydir)/fonts:$(pkgdatadir)
|
|
+libpath = $(sysconfdir)/$(PACKAGE):$(pkgdatadir)/sheets:$(pkgdatadir)/ps:$(pkgdatadir)/encoding:$(pkgdatadir)/afm:$(ogonkifydir)/afm:$(pkgdatadir)/ppd:$(pkgdatadir)/fonts:$(ogonkifydir)/fonts:$(pkgdatadir)
|
|
|
|
pkgdata_DATA = README
|
|
|
|
@@ -297,7 +297,9 @@
|
|
|
|
# Building the correct a2ps.cfg
|
|
a2ps.cfg: a2ps_cfg Makefile
|
|
- sed "s!@libpath@!$(libpath)!" a2ps_cfg > a2ps.cfg
|
|
+ sed -e "s!@libpath@!$(libpath)!" \
|
|
+ -e "s!@apppath@!$(PSFONT_PATH)!" \
|
|
+ a2ps_cfg > a2ps.cfg
|
|
|
|
# Building a time stamp to know the version.
|
|
README: README.in Makefile
|
|
--- a2ps-4.13/etc/Makefile.am.etc 1999-11-30 09:20:09.000000000 +0100
|
|
+++ a2ps-4.13/etc/Makefile.am 2007-03-09 11:05:43.000000000 +0100
|
|
@@ -2,7 +2,7 @@
|
|
## Makefile for a2ps' etc library directory.
|
|
|
|
ogonkifydir=$(datadir)/ogonkify
|
|
-libpath = $(pkgdatadir)/sheets:$(pkgdatadir)/ps:$(pkgdatadir)/encoding:$(pkgdatadir)/afm:$(ogonkifydir)/afm:$(pkgdatadir)/ppd:$(pkgdatadir)/fonts:$(ogonkifydir)/fonts:$(pkgdatadir)
|
|
+libpath = $(sysconfdir)/$(PACKAGE):$(pkgdatadir)/sheets:$(pkgdatadir)/ps:$(pkgdatadir)/encoding:$(pkgdatadir)/afm:$(ogonkifydir)/afm:$(pkgdatadir)/ppd:$(pkgdatadir)/fonts:$(ogonkifydir)/fonts:$(pkgdatadir)
|
|
|
|
pkgdata_DATA = README
|
|
|
|
@@ -40,7 +40,9 @@
|
|
|
|
# Building the correct a2ps.cfg
|
|
a2ps.cfg: a2ps_cfg Makefile
|
|
- sed "s!@libpath@!$(libpath)!" a2ps_cfg > a2ps.cfg
|
|
+ sed -e "s!@libpath@!$(libpath)!" \
|
|
+ -e "s!@apppath@!$(PSFONT_PATH)!" \
|
|
+ a2ps_cfg > a2ps.cfg
|
|
|
|
# Building a time stamp to know the version.
|
|
README: README.in Makefile
|
|
--- a2ps-4.13/etc/a2ps_cfg.in.etc Tue Feb 8 03:24:03 2000
|
|
+++ a2ps-4.13/etc/a2ps_cfg.in Thu Apr 27 20:49:04 2000
|
|
@@ -73,6 +73,7 @@
|
|
# It may be useful to extend it so that a2ps can see some
|
|
# TeX or X11 resources: it likes AFM files and PF[AB] files.
|
|
#AppendLibraryPath: foo
|
|
+AppendLibraryPath: @apppath@
|
|
|
|
|
|
#################################################################
|