X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/f5984284b860447eccf9a34c8c244279dd3e18ad..efa99d05b9c747f4fe5adea9c57cacf513b5cc1a:/man/Makefile.m4 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 ---