source: projects/rpm-config-update/trunk/Makefile.am @ 572

Revision 572, 579 bytes checked in by yasumichi, 14 years ago (diff)

First import rpm-config-update

Line 
1## Process this file with automake to produce Makefile.in
2## Created by Anjuta
3
4SUBDIRS = src po
5
6rpm_config_updatedocdir = ${prefix}/doc/rpm_config_update
7rpm_config_updatedoc_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 = $(rpm_config_updatedoc_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 $(rpm_config_updatedocdir)
Note: See TracBrowser for help on using the repository browser.