~bluesabre/ubuntu/trusty/lightdm-gtk-greeter/bug-1331871

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2013-01-24 16:10:33 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130124161033-4jq2ulxa67j2wobg
Tags: 1.5.0-0ubuntu1
* New upstream release.
* debian/control: bump liblightdm-gobject-1-dev b-dep to >= 1.3.5.

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
dist-hook: ChangeLog