From: mdw Date: Fri, 23 Sep 2005 15:24:59 +0000 (+0000) Subject: Fix distribution stuff. X-Git-Tag: 2.0.4~23 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/1ecb4530757072f552439ee4798929b3a4a6b89d Fix distribution stuff. --- diff --git a/Makefile.am b/Makefile.am index a0779cc..4437953 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,7 +202,7 @@ unihash.test: unihash.t unihash.in ./unihash.t -f $(srcdir)/unihash.in TEST_CLEAN = \ - *.t *.to \ + *.t *.to assoc.out \ da.in da.ref da.out \ sym.in sym.ref sym.out \ base64.out base32.out hex.out unihash.in @@ -232,7 +232,7 @@ install-man: uninstall-man: (cd man && $(MAKE) uninstall-man) -CLEANFILES = $(TEST_CLEAN) crc32-tab.c +CLEANFILES = $(TEST_CLEAN) crc32-tab.c unihash-global.c DISTCLEANFILES = libtool EXTRA_DIST = \ $(TEST_DIST) maninst \ diff --git a/man/Makefile.am b/man/Makefile.am index 4efc15f..6fb3016 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -37,11 +37,11 @@ MANPAGES = \ MANPAGESEXT = \ alloc.3 arena.3 assoc.3 atom.3 base32.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 hex.3 fdpass.3 macros.3 \ - unihash.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)