~ubuntu-branches/ubuntu/utopic/glame/utopic

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-09 17:14:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020409171412-jzpnov7mbz2w6zsr
Tags: upstream-0.6.2
ImportĀ upstreamĀ versionĀ 0.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = libltdl macros src doc data intl po
 
2
 
 
3
EXTRA_DIST = TODO MAINTAINERS CREDITS BUGS autogen.sh glame.spec
 
4
 
 
5
update-changelog:
 
6
        rcs2log -u "xwolf       Johannes Hirche jhirche@gris.uni-tuebingen.de" -u "nold Daniel Kobras   kobras@linux.de" -u "richi      Richard Guenther        rguenth@tat.physik.uni-tuebingen.de" -u "mag    Alexander Ehlert        ehlert@linux.de" -u "garrison   Jim Garrison    garrison@users.sourceforge.net" -u "mainzelm    Martin Gasbichler       gasbichl@informatik.uni-tuebingen.de" -u "navratil      Joe Navratil    navratil@umich.edu" > $(top_srcdir)/ChangeLog
 
7
 
 
8
dist-hook:
 
9
        mkdir $(distdir)/debian
 
10
        cp -p `find $(srcdir)/debian/ -type f -maxdepth 1` $(distdir)/debian/
 
11