File: Makefile.am

package info (click to toggle)
langupdate 0.1.0
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,952 kB
  • ctags: 149
  • sloc: sh: 10,164; cpp: 1,130; makefile: 94
file content (36 lines) | stat: -rw-r--r-- 723 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

SUBDIRS = src . po doc

langupdatedocdir = ${prefix}/share/doc/langupdate

langupdate.pot: Makefile
	${RM} -f po/langupdate.pot
	${MAKE} -C po langupdate.pot

all-local: langupdate.pot Makefile
	ln -sf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)_$(VERSION).orig.tar.gz

clean-local:
	$(RM) *~ *cdbs-config_list

EXTRA_DIST = \
 autogen.sh \
 ChangeLog \
 install-sh \
 po/langupdate.pot \
 po/ChangeLog \
 po/POTFILES.in \
 bash/langupdate \
 debian/changelog \
 debian/compat \
 debian/control \
 debian/copyright \
 debian/langupdate.dirs \
 debian/langupdate.install \
 debian/svn-deblayout \
 debian/rules \
 debian/xcontrol

DISTCLEANFILES = \
 intltool-extract intltool-update intltool-merge \
 po/.intltool-merge-cache