source: projects/pygtk-rpminstall/trunk/Makefile.am @ 5003

Revision 5003, 579 bytes checked in by yasumichi, 13 years ago (diff)

add data directory

Line 
1## Process this file with automake to produce Makefile.in
2## Created by Anjuta
3
4SUBDIRS = src po data
5
6pygtk_rpminstalldocdir = ${prefix}/doc/pygtk-rpminstall
7pygtk_rpminstalldoc_DATA = \
8        README\
9        COPYING\
10        AUTHORS\
11        ChangeLog\
12        INSTALL\
13        NEWS
14
15
16INTLTOOL_FILES = intltool-extract.in \
17        intltool-merge.in \
18        intltool-update.in
19
20EXTRA_DIST = $(pygtk_rpminstalldoc_DATA) \
21        $(INTLTOOL_FILES)
22
23DISTCLEANFILES = intltool-extract \
24        intltool-merge \
25        intltool-update \
26        po/.intltool-merge-cache
27
28
29# Remove doc directory on uninstall
30uninstall-local:
31        -rm -r $(pygtk_rpminstalldocdir)
Note: See TracBrowser for help on using the repository browser.