X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/b35a925972c89566d7833d1d9564169452fe4f4c..3ea2ea459465ede56247ed82810d2c30f9dd5457:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 1c8d36ce..414f173d 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.4 2003/04/05 09:12:13 mdw Exp $ +## $Id: Makefile.am,v 1.5 2003/05/15 23:39:15 mdw Exp $ ## ## Building the distribution ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.5 2003/05/15 23:39:15 mdw +## Distribute `maninst' script +## ## Revision 1.4 2003/04/05 09:12:13 mdw ## Tool for installing manpages. ## @@ -61,11 +64,14 @@ pkgdata_DATA = \ mdwopt.c mdwopt.h \ getdate.y getdate.h -EXTRA_DIST = $(pkgdata_DATA) +EXTRA_DIST = $(pkgdata_DATA) $(NEWSCRIPTS) pkgdata_SCRIPTS = \ config.guess config.sub elisp-comp install-sh \ - mdate-sh missing maninst mkinstalldirs ylwrap + mdate-sh missing mkinstalldirs ylwrap $(NEWSCRIPTS) + +NEWSCRIPTS = \ + maninst ## --- Documentation ---