~ubuntu-branches/ubuntu/saucy/libxrender/saucy-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin
  • Date: 2008-06-13 18:55:08 UTC
  • mfrom: (2.1.8 hardy)
  • Revision ID: james.westby@ubuntu.com-20080613185508-8eulof6zwsjzgm6i
Tags: 1:0.9.4-2
* Pull upstream master up to commit f6f784c0.
* Fix typo in long descriptions, thanks Justin Pryzby, closes: #459819.
* Add a link to www.X.org and a reference to the upstream module
  in the long description.
* Bump Standards-Version to 3.7.3 (no changes).
* Drop the XS- prefix from Vcs-Git and Vcs-Browser fields in debian/control.
* Drop CVS header from debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2
 
#  $Id: Makefile.am,v 1.11 2004/07/29 07:59:34 keithp Exp $
3
 
4
2
#  Copyright © 2003 Keith Packard, Noah Levitt
5
3
6
4
#  Permission to use, copy, modify, distribute, and sell this software and its
28
26
 
29
27
EXTRA_DIST = xrender.pc.in autogen.sh
30
28
 
 
29
 
 
30
EXTRA_DIST += ChangeLog
 
31
MAINTAINERCLEANFILES = ChangeLog
 
32
 
 
33
.PHONY: ChangeLog
 
34
 
 
35
ChangeLog:
 
36
        (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
 
37
 
 
38
dist-hook: ChangeLog