1 ## $Id: Makefile 6017 2002-12-16 12:08:38Z alexk $
3 ## The only target that this Makefile need support is install. Everything
4 ## else is a null target (and the top level Makefile shouldn't even attempt
5 ## them in this directory).
7 include ../Makefile.global
11 TOPDOCS = CONTRIBUTORS HACKING INSTALL LICENSE NEWS README TODO
13 DOCS = GPL compliance-nntp config-design config-semantics config-syntax \
14 external-auth history hook-perl hook-python hook-tcl sample-control
19 clobber clean distclean:
25 @for D in $(DIRS) ; do \
26 cd $$D && $(MAKE) install || exit 1 ; cd .. ; \
30 for F in $(TOPDOCS) ; do \
31 $(CP_RPUB) $(top)/$$F $D$(PATHDOC)/$$F ; \
33 for F in $(DOCS) ; do \
34 $(CP_RPUB) $$F $D$(PATHDOC)/$$F ; \
36 if [ -r $(top)/README.snapshot ] ; then \
37 $(CP_RPUB) $(top)/README.snapshot $D$(PATHDOC)/README.snapshot ; \