~hbayindir/lightdm-gtk-greeter/lightdm-gtk-greeter

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Lionel Le Folgoc
  • Date: 2012-10-22 17:04:16 UTC
  • Revision ID: mrpouit@ubuntu.com-20121022170416-yczkln2fcytglcej
Generate a proper changelog during dist

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        gtk-doc.make \
9
9
        omf.make \
10
10
        xmldocs.make
 
11
 
 
12
.PHONY: ChangeLog
 
13
 
 
14
ChangeLog:
 
15
        (cd $(top_srcdir) && bzr log --gnu-changelog > .changelog.tmp \
 
16
        && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
 
17
        || (touch ChangeLog; echo 'Bzr directory not found: installing possibly empty changelog.' >&2)
 
18
 
 
19
$(srcdir)/Changelog:
 
20
        touch $@
 
21
 
 
22
dist-hook: ChangeLog