view docs/Makefile.am @ 126:7c7a7c96d35b noffle

[svn] Release-1-0 merge
author bears
date Tue, 25 Jul 2000 13:12:50 +0100
parents 651334f85995
children e9d3378edec7
line wrap: on
line source

# Process this file with automake to produce Makefile.in

man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5

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