# HG changeset patch # User bears # Date 1025097266 -3600 # Node ID b67a1eaab41a8de2baae5b0d7c5e7db8eee6e21b # Parent ce4dd5d6530b5315e223cdad64ebb3cb5ebc5115 [svn] * Makefile.in,docs/Makefile.in: Update to reflect last changes to Makefile.am(s). Oops. diff -r ce4dd5d6530b -r b67a1eaab41a Makefile.in --- a/Makefile.in Wed Jun 26 14:13:52 2002 +0100 +++ b/Makefile.in Wed Jun 26 14:14:26 2002 +0100 @@ -357,49 +357,49 @@ install-data-local: - $(INSTALL) -m 2755 -o news -g news -d $(SPOOLDIR) - $(INSTALL) -o news -g news -d $(SPOOLDIR)/data - $(INSTALL) -o news -g news -d $(SPOOLDIR)/lock - $(INSTALL) -o news -g news -d $(SPOOLDIR)/requested - $(INSTALL) -o news -g news -d $(SPOOLDIR)/outgoing - $(INSTALL) -o news -g news -d $(SPOOLDIR)/overview - chown -R news.news $(SPOOLDIR) - $(INSTALL) -m 755 -o 0 -g 0 -d $(DOCDIR) - $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/AUTHORS $(DOCDIR) - $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/COPYING $(DOCDIR) - $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/ChangeLog $(DOCDIR) - $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INSTALL $(DOCDIR) - $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NEWS $(DOCDIR) - $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/README $(DOCDIR) - $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/TODO $(DOCDIR) - $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/noffle.conf.example \ - $(CONFIGFILE).example - chown news.news $(CONFIGFILE).example - chmod 600 $(CONFIGFILE).example + $(INSTALL) -m 2755 -o news -g news -d $(DESTDIR)$(SPOOLDIR) + $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/data + $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/lock + $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/requested + $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/outgoing + $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/overview + chown -R news.news $(DESTDIR)$(SPOOLDIR) + $(INSTALL) -m 755 -o 0 -g 0 -d $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/AUTHORS $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/COPYING $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/ChangeLog $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INSTALL $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NEWS $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/README $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/TODO $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) -D -o 0 -g 0 $(srcdir)/noffle.conf.example \ + $(DESTDIR)$(CONFIGFILE).example + chown news.news $(DESTDIR)$(CONFIGFILE).example + chmod 600 $(DESTDIR)$(CONFIGFILE).example @echo @echo "****************************************************************" - @echo "You should now copy $(CONFIGFILE).example to $(CONFIGFILE)" + @echo "You should now copy $(DESTDIR)$(CONFIGFILE).example to $(CONFIGFILE)" @echo "and edit that copy." @echo "****************************************************************" @echo install-exec-local: - chown news.news $(bindir)/`echo $(PACKAGE)|sed '$(transform)'` - chmod 4755 $(bindir)/`echo $(PACKAGE)|sed '$(transform)'` + chown news.news $(DESTDIR)$(bindir)/`echo $(PACKAGE)|sed '$(transform)'` + chmod 4755 $(DESTDIR)$(bindir)/`echo $(PACKAGE)|sed '$(transform)'` uninstall-local: - rm -f $(DOCDIR)/AUTHORS - rm -f $(DOCDIR)/COPYING - rm -f $(DOCDIR)/ChangeLog - rm -f $(DOCDIR)/INSTALL - rm -f $(DOCDIR)/NEWS - rm -f $(DOCDIR)/README - rm -f $(DOCDIR)/TODO - rm -f $(CONFIGFILE).example + rm -f $(DESTDIR)$(DOCDIR)/AUTHORS + rm -f $(DESTDIR)$(DOCDIR)/COPYING + rm -f $(DESTDIR)$(DOCDIR)/ChangeLog + rm -f $(DESTDIR)$(DOCDIR)/INSTALL + rm -f $(DESTDIR)$(DOCDIR)/NEWS + rm -f $(DESTDIR)$(DOCDIR)/README + rm -f $(DESTDIR)$(DOCDIR)/TODO + rm -f $(DESTDIR)$(CONFIGFILE).example @echo @echo "****************************************************************" - @echo "The NOFFLE spool directory $(SPOOLDIR) and the configfile" - @echo "$(CONFIGFILE) have *not* been removed. Please do this" + @echo "The NOFFLE spool directory $(DESTDIR)$(SPOOLDIR) and the configfile" + @echo "$(DESTDIR)$(CONFIGFILE) have *not* been removed. Please do this" @echo "manually." @echo "****************************************************************" @echo diff -r ce4dd5d6530b -r b67a1eaab41a docs/Makefile.in --- a/docs/Makefile.in Wed Jun 26 14:13:52 2002 +0100 +++ b/docs/Makefile.in Wed Jun 26 14:14:26 2002 +0100 @@ -255,19 +255,19 @@ install-data-local: - $(INSTALL) -o 0 -g 0 -d $(DOCDIR) - $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INTERNALS $(DOCDIR) - $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR) - $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR) - $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/testing.txt $(DOCDIR) - $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DOCDIR) + $(INSTALL) -o 0 -g 0 -d $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INTERNALS $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/testing.txt $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DESTDIR)$(DOCDIR) uninstall-local: - rm -f $(DOCDIR)/INTERNALS - rm -f $(DOCDIR)/FAQ - rm -f $(DOCDIR)/NOTES - rm -f $(DOCDIR)/testing.txt - rm -f $(DOCDIR)/$(PACKAGE).lsm + rm -f $(DESTDIR)$(DOCDIR)/INTERNALS + rm -f $(DESTDIR)$(DOCDIR)/FAQ + rm -f $(DESTDIR)$(DOCDIR)/NOTES + rm -f $(DESTDIR)$(DOCDIR)/testing.txt + rm -f $(DESTDIR)$(DOCDIR)/$(PACKAGE).lsm # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.