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