~ubuntu-branches/ubuntu/saucy/libmspub/saucy

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2013-05-13 18:39:21 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20130513183921-7kkhuk8dld8a11yt
Tags: 0.0.6-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
pkgconf_DATA = libmspub-@MSPUB_MAJOR_VERSION@.@MSPUB_MINOR_VERSION@.pc
6
6
 
7
 
SUBDIRS = src build docs
 
7
SUBDIRS = build inc src docs
8
8
 
9
9
EXTRA_DIST = \
10
10
        AUTHORS \
14
14
        NEWS \
15
15
        README \
16
16
        autogen.sh \
17
 
        libmspub-@MSPUB_MAJOR_VERSION@.@MSPUB_MINOR_VERSION@.pc.in
 
17
        libmspub.pc.in
18
18
 
19
19
distclean-local:
20
 
        rm -rf *.cache *~
 
20
        rm -rf *.cache *~ *.out *.pc
21
21
 
22
22
dist-hook:
23
23
        git log --date=short --pretty="format:@%cd  %an  <%ae>  [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog