Mercurial > noffle
comparison 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 |
comparison
equal
deleted
inserted
replaced
252:ce4dd5d6530b | 253:b67a1eaab41a |
---|---|
253 installdirs mostlyclean-generic distclean-generic clean-generic \ | 253 installdirs mostlyclean-generic distclean-generic clean-generic \ |
254 maintainer-clean-generic clean mostlyclean distclean maintainer-clean | 254 maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
255 | 255 |
256 | 256 |
257 install-data-local: | 257 install-data-local: |
258 $(INSTALL) -o 0 -g 0 -d $(DOCDIR) | 258 $(INSTALL) -o 0 -g 0 -d $(DESTDIR)$(DOCDIR) |
259 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INTERNALS $(DOCDIR) | 259 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INTERNALS $(DESTDIR)$(DOCDIR) |
260 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR) | 260 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DESTDIR)$(DOCDIR) |
261 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR) | 261 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DESTDIR)$(DOCDIR) |
262 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/testing.txt $(DOCDIR) | 262 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/testing.txt $(DESTDIR)$(DOCDIR) |
263 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DOCDIR) | 263 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DESTDIR)$(DOCDIR) |
264 | 264 |
265 uninstall-local: | 265 uninstall-local: |
266 rm -f $(DOCDIR)/INTERNALS | 266 rm -f $(DESTDIR)$(DOCDIR)/INTERNALS |
267 rm -f $(DOCDIR)/FAQ | 267 rm -f $(DESTDIR)$(DOCDIR)/FAQ |
268 rm -f $(DOCDIR)/NOTES | 268 rm -f $(DESTDIR)$(DOCDIR)/NOTES |
269 rm -f $(DOCDIR)/testing.txt | 269 rm -f $(DESTDIR)$(DOCDIR)/testing.txt |
270 rm -f $(DOCDIR)/$(PACKAGE).lsm | 270 rm -f $(DESTDIR)$(DOCDIR)/$(PACKAGE).lsm |
271 | 271 |
272 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 272 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
273 # Otherwise a system limit (for SysV at least) may be exceeded. | 273 # Otherwise a system limit (for SysV at least) may be exceeded. |
274 .NOEXPORT: | 274 .NOEXPORT: |