Include 'autogen.pl'&co. for 'make dist'.
authorshort <>
Thu, 21 Aug 2003 11:36:32 +0000 (11:36 +0000)
committershort <>
Thu, 21 Aug 2003 11:36:32 +0000 (11:36 +0000)
 - It is needed by 'debian/rules' 'clean' rule to reduce '*.diff.gz' size.

Makefile-head.am [new file with mode: 0644]
Makefile.am
configure.in

diff --git a/Makefile-head.am b/Makefile-head.am
new file mode 100644 (file)
index 0000000..81a3b76
--- /dev/null
@@ -0,0 +1,20 @@
+# $Id$
+# dummy automake include file for macros/Makefile.am
+# Copyright (C) 2003 Jan Kratochvil <project-macros@jankratochvil.net>
+# 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; exactly version 2 of June 1991 is required
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+EXTRA_DIST=
+MAINTAINERCLEANFILES=
index 4359daa..273b60c 100644 (file)
@@ -1,12 +1,31 @@
-SUBDIRS=kernel lufsd filesystems util include man
-DIST_SUBDIRS=kernel lufsd filesystems util include docs man
+SUBDIRS=macros kernel lufsd filesystems util include man
+DIST_SUBDIRS=macros kernel lufsd filesystems util include docs man
+## to automatically rebuild aclocal.m4 if any of the macros in
+## `macros/' change
+@MAINT@include macros/macros.dep
+@MAINT@macros/macros.dep: macros/Makefile.am
+@MAINT@        cd macros && $(MAKE) macros.dep
 
-EXTRA_DIST=Contributors lufs.spec.in
-
-EXTRA_DIST+= \
+EXTRA_DIST= \
+               Contributors \
+               lufs.spec.in \
                cvs2cl-usermap \
+               autogen.pl \
+               Makefile-head.am \
                ChangeLog.captive \
-               .vimrc
+               .vimrc \
+               debian/changelog \
+               debian/configure-subst-x.patch \
+               debian/control \
+               debian/copyright \
+               debian/lufs.conffiles \
+               debian/lufs.dirs \
+               debian/lufs.docs \
+               debian/lufs.files \
+               debian/postinst \
+               debian/postrm \
+               debian/prerm \
+               debian/rules
 
 MAINTAINERCLEANFILES= \
                ChangeLog.captive
index a352b7c..bf9b2eb 100644 (file)
@@ -210,6 +210,7 @@ AC_SUBST(all_libraries)
 
 AC_OUTPUT(\
        Makefile \
+       macros/Makefile \
         lufsd/Makefile \
        filesystems/Makefile \
         filesystems/localfs/Makefile \