X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/3dc9c14b343e27b17e149dd6c474d613c337bbd9..1f79a056146f0b172111b8379ccc344002848e66:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 3e021de..7dcce91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,6 @@ ## Process this file with Automake to generate `Makefile.in' ## -*-Makefile-*- ## -## $Id$ -## ## Building the distribution ## ## (c) 1997 Mark Wooding @@ -26,30 +24,29 @@ ## along with `common'; if not, write to the Free Software Foundation, ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -## --- Options --- - -AUTOMAKE_OPTIONS = foreign - ## --- What needs building --- -bin_SCRIPTS = mklinks findlinks txtlib mkaclocal mdw-setup +bin_SCRIPTS = mklinks findlinks mdw-setup ## --- Files to install in the repository --- pkgdata_DATA = \ COPYING COPYING.LIB INSTALL \ gpl.tex lgpl.tex gpl.texi lgpl.texi texinice.tex \ - lib-config.in \ mdwopt.c mdwopt.h \ getdate.y getdate.h EXTRA_DIST = \ - $(pkgdata_DATA) $(pkgdata_SCRIPTS) \ + aclocal.glob \ + $(pkgdata_DATA) $(pkgdata_SCRIPTS) mdw-setup \ debian/control debian/copyright debian/rules debian/changelog pkgdata_SCRIPTS = \ install-ac maninst +dist-hook: + echo $(VERSION) >$(distdir)/RELEASE + install-data-hook: $(mkinstalldirs) $(DESTDIR)$(aclocaldir) $(srcdir)/install-ac install \