X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/c85e070b575236e0d90befccfbc4237b6a606109..0494ba1453826155c08515a2d5479befdcbac316:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 0d4622f..1c8d36c 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.3 2000/08/15 21:37:06 mdw Exp $ +## $Id: Makefile.am,v 1.4 2003/04/05 09:12:13 mdw Exp $ ## ## Building the distribution ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.4 2003/04/05 09:12:13 mdw +## Tool for installing manpages. +## ## Revision 1.3 2000/08/15 21:37:06 mdw ## New common library configuration skeleton, filled in by configure.in. ## Replaces mLib-config etc. @@ -62,7 +65,7 @@ EXTRA_DIST = $(pkgdata_DATA) pkgdata_SCRIPTS = \ config.guess config.sub elisp-comp install-sh \ - mdate-sh missing mkinstalldirs ylwrap + mdate-sh missing maninst mkinstalldirs ylwrap ## --- Documentation ---