root/current/host/trunk/langupdate/trunk/Makefile.am

Revision 4633, 0.5 kB (checked in by codehelp, 5 months ago)

implement config from pilot-qof to generate the manpage in the tarball, not in the package.

Line 
1
2SUBDIRS = src . po doc
3
4langupdatedocdir = ${prefix}/share/doc/langupdate
5
6langupdate.pot: Makefile
7        ${RM} -f po/langupdate.pot
8        ${MAKE} -C po langupdate.pot
9
10all-local: langupdate.pot Makefile
11
12EXTRA_DIST = \
13 ChangeLog \
14 install-sh \
15 po/langupdate.pot \
16 po/ChangeLog \
17 po/POTFILES.in \
18 debian/changelog \
19 debian/compat \
20 debian/control \
21 debian/copyright \
22 debian/langupdate.dirs \
23 debian/langupdate.install \
24 debian/rules \
25 debian/xcontrol
26
27DISTCLEANFILES = \
28 intltool-extract intltool-update intltool-merge \
29 po/.intltool-merge-cache
Note: See TracBrowser for help on using the browser.