~noskcaj/ubuntu/vivid/thunar/1.6.4

« back to all changes in this revision

Viewing changes to docs/manual/po/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 16:46:20 UTC
  • mto: (2.1.3 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: james.westby@ubuntu.com-20101204164620-h7p4t2e9z6hfhz6l
Tags: upstream-1.1.4
ImportĀ upstreamĀ versionĀ 1.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
PO_FILES=$(shell cd $(srcdir) && echo `/bin/ls *.po`)
 
3
EXTRA_DIST = \
 
4
        $(PO_FILES) \
 
5
        $(GETTEXT_PACKAGE).pot
 
6
 
 
7
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: