view docs/Makefile.am @ 237:f8a91e2b4060 noffle

[svn] * src/fetchlist.h,src/fetchlist.c,src/noffle.c: Provide fetchmode for groups on fetchlist. * src/server.c: When fetching overviews online from groups on the fetchlist, fetch them in the appropriate fetch mode for the group. E.g. if group mode is FULL, fetch overviews and put all articles on articles required list to be fetched on the next noffle --fetch.
author bears
date Thu, 14 Feb 2002 17:14:34 +0000
parents e9d3378edec7
children d6e02253fb76
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 $(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)/testing.txt $(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)/testing.txt
	rm -f $(DOCDIR)/$(PACKAGE).lsm