Parent Directory
|
Revision Log
first import
1 | ## Process this file with automake to produce Makefile.in |
2 | ## Created by Anjuta |
3 | |
4 | SUBDIRS = src po |
5 | |
6 | amadocdir = ${prefix}/doc/ama |
7 | amadoc_DATA = \ |
8 | README\ |
9 | COPYING\ |
10 | AUTHORS\ |
11 | ChangeLog\ |
12 | INSTALL\ |
13 | NEWS |
14 | |
15 | |
16 | INTLTOOL_FILES = intltool-extract.in \ |
17 | intltool-merge.in \ |
18 | intltool-update.in |
19 | |
20 | EXTRA_DIST = $(amadoc_DATA) \ |
21 | $(INTLTOOL_FILES) |
22 | |
23 | DISTCLEANFILES = intltool-extract \ |
24 | intltool-merge \ |
25 | intltool-update \ |
26 | po/.intltool-merge-cache |
27 | |
28 | |
29 | # Remove doc directory on uninstall |
30 | uninstall-local: |
31 | -rm -r $(amadocdir) |
ViewVC Help | |
Powered by ViewVC 1.1.26 |