88d80c0965
- FAKE, CONFIGURE_STYLE, HOMEPAGE - move sample cfg file from lib to share/examples/enscript
18 lines
626 B
Plaintext
18 lines
626 B
Plaintext
--- lib/Makefile.in.orig Wed Jul 1 02:28:28 1998
|
|
+++ lib/Makefile.in Sat Apr 3 00:43:56 1999
|
|
@@ -240,12 +240,8 @@
|
|
all-local: enscript.cfg
|
|
|
|
install-data-local: enscript.cfg
|
|
- $(top_srcdir)/mkinstalldirs $(sysconfdir)
|
|
- if test -r $(sysconfdir)/enscript.cfg; then \
|
|
- cp $(sysconfdir)/enscript.cfg $(sysconfdir)/enscript.cfg.old; \
|
|
- else :; \
|
|
- fi
|
|
- $(INSTALL_DATA) enscript.cfg $(sysconfdir)/enscript.cfg
|
|
+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)/examples/enscript
|
|
+ $(INSTALL_DATA) enscript.cfg $(DESTDIR)$(datadir)/examples/enscript/enscript.cfg-sample
|
|
|
|
uninstall-local:
|
|
rm -f $(sysconfdir)/enscript.cfg
|