X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/7c14e95516ab18246239f74687d028e36ef8e7b2..419895bb703f5cba6fc86d56277abdc4e6b28330:/man/Makefile.am?ds=sidebyside diff --git a/man/Makefile.am b/man/Makefile.am index b477c2b..1258469 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.3 2003/11/09 13:13:49 mdw Exp $ +## $Id: Makefile.am,v 1.6 2003/12/13 20:37:59 mdw Exp $ ## ## Makefile for mLib's manual pages ## @@ -29,6 +29,15 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.6 2003/12/13 20:37:59 mdw +## Add adns support in background resolver. +## +## Revision 1.5 2003/11/29 11:59:17 mdw +## Various stuff. +## +## Revision 1.4 2003/11/09 13:48:32 mdw +## Ooops. Fix distribution. +## ## Revision 1.3 2003/11/09 13:13:49 mdw ## Document crc-mktab a little. ## @@ -59,7 +68,7 @@ MANPAGESEXT = \ crc32.3 darray.3 dspool.3 dstr.3 env.3 exc.3 fdflags.3 fwatch.3 \ hash.3 ident.3 lbuf.3 lock.3 mLib.3 mdwopt.3 pkbuf.3 pool.3 \ quis.3 report.3 sel.3 selbuf.3 selpk.3 sig.3 str.3 sub.3 sym.3 \ - testrig.3 trace.3 tv.3 url.3 + testrig.3 trace.3 tv.3 url.3 hex.3 fdpass.3 macros.3 install-man: $(MANPAGES) @$(NORMAL_INSTALL) @@ -85,6 +94,6 @@ uninstall-man: $(MANPAGS) install-data-local: install-man uninstall-local: uninstall-man -EXTRA_DIST = $(MANPAGES) +EXTRA_DIST = $(MANPAGES) $(MANPAGESEXT) ##----- That's all, folks ---------------------------------------------------