~ubuntu-branches/ubuntu/trusty/thunar-volman/trusty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-03-30 22:01:09 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120330220109-o1wyhqqi1m4o6iup
Tags: 0.6.1-0ubuntu1
* New upstream bugfix release:
  - Do not make icon names translatable.
  - Translation updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        thunar-volman-settings
8
8
 
9
9
distclean-local:
10
 
        rm -rf *.spec *.cache *~
11
 
 
12
 
rpm: dist
13
 
        rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
14
 
        @rm -f $(PACKAGE)-$(VERSION).tar.gz
 
10
        rm -rf *.cache *~
 
11
 
 
12
distuninstallcheck_listfiles =                                          \ 
 
13
        find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
 
14
 
 
15
.PHONY: ChangeLog
 
16
 
 
17
ChangeLog: Makefile
 
18
        (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
 
19
        && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
 
20
        || (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
 
21
 
 
22
dist-hook: ChangeLog
15
23
 
16
24
EXTRA_DIST =                                                            \
17
25
        THANKS                                                          \