lib/Makefile.am: Replace custom install rules with new sysconf_DATA variable.
[enscript.git] / lib / ChangeLog
index 6507f19..2ef40dd 100644 (file)
@@ -1,3 +1,21 @@
+2008-02-03  Tim Retout  <diocles@gnu.org>
+
+       * Makefile.am (install-data-local): Remove.  (Note that a backup of the
+       config file will no longer be taken during installation.)
+       (uninstall-local): Likewise.
+       (all-local): Likewise.
+       (sysconf_DATA): New variable for location of config file.
+       (CLEANFILES): Reference $(sysconf_DATA) variable.
+       (do_subst): New variable to hold the variable substitution command.
+       (enscript.cfg): Use $(do_subst).  Remove unnecessary $(srcdir) prefix
+       from enscript.cfg.in dependency.
+
+2008-01-29  Tim Retout  <diocles@gnu.org>
+
+       * Makefile.am (install-data-local): Prefix installation paths with
+       $(DESTDIR), to avoid breaking `make distcheck'.
+       (uninstall-local): Likewise.
+
 2008-01-01  Tim Retout  <diocles@gnu.org>
 
        * ChangeLog: Run M-x change-log-redate. Add copyright notice at end.