summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-12-23 13:51:06 +0800
committerPeng Wu <alexepico@gmail.com>2013-12-23 13:58:28 +0800
commit0bcca44a3a9c8b34edc69fd472d109f659a0263c (patch)
tree552900eef14de5710c2f64d249111958724e4e15 /Makefile.am
parent9e6bae16f5f2ad49469d1b2a27f7b15617c36989 (diff)
downloadibus-libzhuyin-0bcca44a3a9c8b34edc69fd472d109f659a0263c.tar.gz
ibus-libzhuyin-0bcca44a3a9c8b34edc69fd472d109f659a0263c.tar.xz
ibus-libzhuyin-0bcca44a3a9c8b34edc69fd472d109f659a0263c.zip
import files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..2b03ae9
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,18 @@
+## Process this file with automake to produce Makefile.in
+## Created by Anjuta
+
+SUBDIRS = src
+
+dist_doc_DATA = \
+ README \
+ COPYING \
+ AUTHORS \
+ ChangeLog \
+ INSTALL \
+ NEWS
+
+
+
+# Remove doc directory on uninstall
+uninstall-local:
+ -rm -r $(docdir)