X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/b91e23910ae2f433757880fa1c7e7b4a66c586e6..83c42e53ae27f18fe64fb4481ec8f997e09deef4:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 28ed467..c807deb 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.1 1999/05/05 19:23:47 mdw Exp $ +## $Id: Makefile.am,v 1.8 2004/04/08 01:36:24 mdw Exp $ ## ## Building the distribution ## @@ -26,13 +26,6 @@ ## along with `common'; if not, write to the Free Software Foundation, ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -##----- Revision history ---------------------------------------------------- -## -## $Log: Makefile.am,v $ -## Revision 1.1 1999/05/05 19:23:47 mdw -## Initial revision -## - ## --- Options --- AUTOMAKE_OPTIONS = foreign @@ -47,14 +40,28 @@ pkgdata_DATA = \ COPYING COPYING.LIB INSTALL \ ansi2knr.1 ansi2knr.c \ gpl.tex lgpl.tex gpl.texi lgpl.texi texinfo.tex texinice.tex \ - aclocal.glob \ - mdwopt.c mdwopt.h + lib-config.in \ + mdwopt.c mdwopt.h \ + getdate.y getdate.h -EXTRA_DIST = $(pkgdata_DATA) +EXTRA_DIST = \ + $(pkgdata_DATA) $(NEWSCRIPTS) \ + debian/control debian/copyright debian/rules debian/changelog pkgdata_SCRIPTS = \ config.guess config.sub elisp-comp install-sh \ - mdate-sh missing mkinstalldirs ylwrap + mdate-sh missing mkinstalldirs ylwrap $(NEWSCRIPTS) + +NEWSCRIPTS = \ + maninst + +install-data-hook: + $(srcdir)/mkinstalldirs $(DESTDIR)/$(aclocaldir) + $(srcdir)/install-ac install \ + $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir) +uninstall-hook: + $(srcdir)/install-ac rm \ + $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir) ## --- Documentation ---