diff docs/Makefile.am @ 99:651334f85995 noffle

[svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so that it is included in the distribution by 'make distcheck'. * docs/NOTES: Added info about pan versions 0.7.6 and 0.8
author uh1763
date Sat, 20 May 2000 21:14:13 +0100
parents bb6a1bf61279
children e9d3378edec7
line wrap: on
line diff
--- a/docs/Makefile.am	Sat May 20 15:11:21 2000 +0100
+++ b/docs/Makefile.am	Sat May 20 21:14:13 2000 +0100
@@ -2,15 +2,17 @@
 
 man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5
 
-EXTRA_DIST = FAQ NOTES ${man_MANS} $(PACKAGE).lsm
+EXTRA_DIST = INTERNALS FAQ NOTES ${man_MANS} $(PACKAGE).lsm
 
 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)/$(PACKAGE).lsm $(DOCDIR)
 
 uninstall-local:
+	rm -f $(DOCDIR)/INTERNALS
 	rm -f $(DOCDIR)/FAQ
 	rm -f $(DOCDIR)/NOTES
 	rm -f $(DOCDIR)/$(PACKAGE).lsm