summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-09-24 16:17:57 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-09-24 16:17:57 +0000
commit81d1422c01e41acffbca8f3af29f060a27fb16c7 (patch)
tree9aa8f56b6d2b2f40f688cd61e8cfd5d0fbc6a7f9 /Makefile.am
parent622513fa524eee65770be32861461a18e9317419 (diff)
downloadgedit-81d1422c01e41acffbca8f3af29f060a27fb16c7.tar.gz
Make 'dist-hook' targets, which copy the .spec file into $(distdir),
Make 'dist-hook' targets, which copy the .spec file into $(distdir), depend upon the .spec file, so that the .spec file will be regenerated when a previously-compiled tree is 'dist'd with a new version number.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1dd840336..30e07d97f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ sys_DATA = gedit.desktop
mimedir = $(datadir)/mime-info
mime_DATA = gedit.keys
-dist-hook:
+dist-hook: gedit.spec
# mkdir $(distdir)/xpm
# cp $(srcdir)/xpm/*.xpm $(distdir)/xpm
cp gedit.spec $(distdir)