diff options
author | Kevin Gibbs <kgibbs@src.gnome.org> | 2001-07-21 05:39:10 +0800 |
---|---|---|
committer | Kevin Gibbs <kgibbs@src.gnome.org> | 2001-07-21 05:39:10 +0800 |
commit | 5637adc2c07617b7f5ea206d24cfa073787a4e0d (patch) | |
tree | afacbc5d8192c3f0dadffe1601977defcfc12bd5 /macros/Makefile.am | |
parent | ebed1c3e177855c79663ba7208cd620cd76c21f0 (diff) | |
download | gsoc2013-evolution-5637adc2c07617b7f5ea206d24cfa073787a4e0d.tar.gz gsoc2013-evolution-5637adc2c07617b7f5ea206d24cfa073787a4e0d.tar.zst gsoc2013-evolution-5637adc2c07617b7f5ea206d24cfa073787a4e0d.zip |
Make dist, dist check, and rpm are now supported and working. If you want to distribute a copy of SashMo to someone, you should type "make dist" and send them the tarball.
svn path=/trunk/; revision=11279
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r-- | macros/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am index cb7c18547d..2aec9ff058 100644 --- a/macros/Makefile.am +++ b/macros/Makefile.am @@ -22,9 +22,11 @@ MACROS= \ gnome.m4 \ gperf-check.m4 \ linger.m4 \ - need-declaration.m4 + need-declaration.m4 \ + xerces.m4 \ + mozilla.m4 -EXTRA_DIST=$(MACROS) gnome-common.m4 gnome-gettext.m4 autogen.sh +EXTRA_DIST=$(MACROS) gnome-common.m4 gnome-gettext.m4 autogen.sh mozilla-version.pl xerces-version.pl MAINTAINERCLEANFILES=macros.dep @MAINT@macros.dep: Makefile.am |