diff docs/Makefile.in @ 253:b67a1eaab41a noffle

[svn] * Makefile.in,docs/Makefile.in: Update to reflect last changes to Makefile.am(s). Oops.
author bears
date Wed, 26 Jun 2002 14:14:26 +0100
parents 9fb4b7d7e64b
children b510f6a65a79
line wrap: on
line diff
--- 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.