Mercurial > noffle
view docs/Makefile.am @ 282:baa6408d1bbc noffle
[svn] * src/database.c,src/post.c,src/protocol.h,src/protocol.c: When posting,
check the article for those headers that are specified in section
5 of the IETF draft and ensure they only occur once.
* src/post.c: Clean up a conditional.
author | bears |
---|---|
date | Mon, 06 Jan 2003 18:16:18 +0000 |
parents | d6e02253fb76 |
children |
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 testing.txt ${man_MANS} $(PACKAGE).lsm install-data-local: $(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 $(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