~ubuntu-branches/ubuntu/oneiric/xfce4-dev-tools/oneiric

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-11-28 14:52:13 UTC
  • mfrom: (0.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20101128145213-kwh3m730mtrp8nlf
Tags: 4.7.3-0ubuntu1
Upload to natty (pkg-xfce svn r4338), no Ubuntu changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
22
22
        @rm -f $(PACKAGE)-$(VERSION).tar.gz
23
23
 
 
24
.PHONY: ChangeLog
 
25
 
 
26
ChangeLog: Makefile
 
27
        (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
 
28
        && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
 
29
        || (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
 
30
 
 
31
dist-hook: ChangeLog
 
32
 
24
33
EXTRA_DIST =                                                            \
25
34
        HACKING                                                         \
26
35
        xfce4-dev-tools.spec