From: mdw Date: Tue, 6 Jul 1999 19:36:05 +0000 (+0000) Subject: Various minor bugfixes. X-Git-Tag: 2.0.4~269 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/c255a2eecd7ff3c4c1453ff9b426ea30ffd0dec1 Various minor bugfixes. --- diff --git a/Makefile.am b/Makefile.am index fcf77c4..fca756e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with Automake to generate `Makefile.in' ## -*-Makefile-*- ## -## $Id: Makefile.am,v 1.10 1999/07/06 19:18:47 mdw Exp $ +## $Id: Makefile.am,v 1.11 1999/07/06 19:36:05 mdw Exp $ ## ## Building the distribution ## @@ -30,6 +30,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.11 1999/07/06 19:36:05 mdw +## Various minor bugfixes. +## ## Revision 1.10 1999/07/06 19:18:47 mdw ## Handle new manual page directory. ## @@ -91,4 +94,9 @@ libmLib_a_SOURCES = \ lock.c conn.c lbuf.c sel.c selbuf.c tv.c \ base64.c mdwopt.c str.c testrig.c url.c +# --- Other useful rules --- + +install-man: + (cd man && make install-man) + ##----- That's all, folks --------------------------------------------------- diff --git a/man/Makefile.m4 b/man/Makefile.m4 index b8a826b..09d6f7f 100644 --- a/man/Makefile.m4 +++ b/man/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.1 1999/07/06 19:14:22 mdw Exp $ +## $Id: Makefile.m4,v 1.2 1999/07/06 19:36:05 mdw Exp $ ## ## Makefile for mLib's manual pages ## @@ -29,11 +29,14 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## 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 +AUTOMAKE_OPTIONS = foreign no-installman dnl --- Read in the various lists of things --- @@ -50,7 +53,7 @@ define(`SRC_LINKS', filenonl(`links', `$(srcdir)/')) man_MANS = TOPLEVEL LINKS -EXTRA_DIST = $(man_MANS) mksofiles links toplevel +EXTRA_DIST = Makefile.m4 $(man_MANS) mksofiles links toplevel stamp-so.in ## --- Various maintenance rules --- diff --git a/setup b/setup index 453d9a7..38fa312 100755 --- a/setup +++ b/setup @@ -2,7 +2,7 @@ set -e mklinks -(cd man && ./mksofiles && m4 Makefile.m4 >Makefile.am) +(cd man && ./mksofiles * && m4 Makefile.m4 >Makefile.am) mkaclocal automake autoconf