diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9ab0152ab..11e60e94a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = 1.3 ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = doc m4 intl po misc include src win32 +SUBDIRS = doc m4 intl po misc include src DEBFILES = debian/README.Debian debian/changelog debian/control \ debian/copyright debian/rules debian/compat \ @@ -67,7 +67,7 @@ prune-cache: release-check: misc/relchk.sh @mv -f .cvsversion .cvsversion.tmp - @./autogen.sh && $(SHELL) misc/relchk.sh + @./autogen.sh noconfig && $(SHELL) misc/relchk.sh @mv -f .cvsversion.tmp .cvsversion @@ -84,6 +84,11 @@ install-data-hook: fi +dist-hook: + cp -r $(srcdir)/win32 $(distdir)/win32 + rm -rf `find $(distdir)/win32 -name CVS` + + mostlyclean-generic: -rm -f *~ \#* .*~ .\#* -rm -f $(PACKAGE)_$(VERSION).tar.gz |
