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

Revision 669, 0.6 kB (checked in by codehelp, 22 months ago)

support doxygen output

Line 
1
2SUBDIRS = src . po doc
3
4empathdocdir = ${prefix}/share/doc/empath
5
6pot: Makefile
7        ${MAKE} -C po $(PACKAGE).pot
8
9all-local: pot
10
11man_MANS = empath.1
12
13empathdoc_DATA = \
14 README \
15 AUTHORS
16
17EXTRA_DIST = \
18 empath.1 \
19 ChangeLog \
20 install-sh \
21 po/$(PACKAGE).pot \
22 debian/changelog \
23 debian/compat \
24 debian/control \
25 debian/copyright \
26 debian/empath.dirs \
27 debian/empath.install \
28 debian/rules \
29 intltool-extract.in \
30 intltool-merge.in \
31 intltool-update.in \
32 $(empathdoc_DATA)
33
34DISTCLEANFILES = \
35 intltool-extract intltool-update intltool-merge \
36 po/.intltool-merge-cache \
37 *.cdbs-config_list
Note: See TracBrowser for help on using the browser.