Mercurial > noffle
diff docs/Makefile.am @ 44:bb6a1bf61279 noffle
[svn] Oops. Forgot three files in my last commit:
* Removed Makefile.
* Added docs/Makefile.am and docs/Makefile.in
author | uh1763 |
---|---|
date | Fri, 05 May 2000 22:50:13 +0100 |
parents | |
children | 651334f85995 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/Makefile.am Fri May 05 22:50:13 2000 +0100 @@ -0,0 +1,17 @@ +# Process this file with automake to produce Makefile.in + +man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5 + +EXTRA_DIST = FAQ NOTES ${man_MANS} $(PACKAGE).lsm + +install-data-local: + $(INSTALL) -o 0 -g 0 -d $(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)/$(PACKAGE).lsm $(DOCDIR) + +uninstall-local: + rm -f $(DOCDIR)/FAQ + rm -f $(DOCDIR)/NOTES + rm -f $(DOCDIR)/$(PACKAGE).lsm +