~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2010-03-14 12:57:49 UTC
  • mfrom: (1.3.1 upstream) (12.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100314125749-m3ats648sp2urg0f
Tags: 3.0.5-1
New upstream release, new maintainer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = src tests doc contrib solbuild tgzbuild
2
 
 
3
 
EXTRA_DIST = debian/README.Debian debian/copyright debian/syslog-ng.conf.example debian/syslog-ng.files debian/syslog-ng.logrotate debian/syslog-ng.postrm \
4
 
        debian/changelog debian/changelog.in debian/rules debian/syslog-ng.default debian/syslog-ng.init debian/syslog-ng.logrotate.example debian/syslog-ng.preinst \
5
 
        debian/control debian/syslog-ng.conf debian/syslog-ng.docs debian/syslog-ng.logcheck.ignore debian/syslog-ng.postinst VERSION \
6
 
        syslog-ng.spec.bb syslog-ng.spec.bb.in dist.conf dist.conf.in
7
 
 
8
 
debian/changelog: debian/changelog.in
9
 
        $(top_builddir)/config.status --file $@:$<
 
1
SUBDIRS = src tests doc contrib debian tgz2build
 
2
 
 
3
EXTRA_DIST = VERSION \
 
4
        syslog-ng.spec syslog-ng.spec.in dist.conf dist.conf.in ChangeLog
 
5
 
 
6
.PHONY: ChangeLog
 
7
 
 
8
ChangeLog:
 
9
        (cd $(top_srcdir); git log) > $@
 
10