X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/7c14e95516ab18246239f74687d028e36ef8e7b2..3bc429127d05ea3c84e3c151d53ad3546bea5e9b:/man/Makefile.am diff --git a/man/Makefile.am b/man/Makefile.am index b477c2b..6fb3016 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 for mLib's manual pages ## @@ -26,25 +26,6 @@ ## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ## MA 02111-1307, USA. -##----- Revision history ---------------------------------------------------- -## -## $Log: Makefile.am,v $ -## Revision 1.3 2003/11/09 13:13:49 mdw -## Document crc-mktab a little. -## -## Revision 1.2 2003/05/16 00:24:05 mdw -## maninst isn't shipped here. -## -## Revision 1.1 2003/04/23 12:48:19 mdw -## New manpage installer. -## -## Revision 1.2 1999/07/06 19:36:05 mdw -## Various minor bugfixes. -## -## Revision 1.1 1999/07/06 19:14:22 mdw -## Makefile for manual page installation. Subtle and complicated. -## - AUTOMAKE_OPTIONS = foreign manext = @manext@ @@ -52,14 +33,15 @@ manext = @manext@ ## --- Manual pages --- MANPAGES = \ - crc-mktab.1 + crc-mktab.1 unihash-mkstatic.1 MANPAGESEXT = \ - alloc.3 arena.3 assoc.3 atom.3 base64.3 bits.3 bres.3 conn.3 \ - 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 + alloc.3 arena.3 assoc.3 atom.3 base32.3 base64.3 bits.3 bres.3 \ + buf.3 conn.3 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 hex.3 fdpass.3 \ + macros.3 unihash.3 install-man: $(MANPAGES) @$(NORMAL_INSTALL) @@ -85,6 +67,6 @@ uninstall-man: $(MANPAGS) install-data-local: install-man uninstall-local: uninstall-man -EXTRA_DIST = $(MANPAGES) +EXTRA_DIST = $(MANPAGES) $(MANPAGESEXT) ##----- That's all, folks ---------------------------------------------------