summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index cf86ed71..00000000
--- a/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-## Process this file with automake to produce Makefile.in
-## Created by Anjuta
-
-SUBDIRS = src man
-
-glancesdocdir = ${datadir}/doc/glances
-glancesdoc_DATA = \
- README\
- COPYING\
- AUTHORS\
- ChangeLog\
- INSTALL\
- NEWS
-
-
-EXTRA_DIST = $(glancesdoc_DATA)
-
-
-# Remove doc directory on uninstall
-uninstall-local:
- -rm -r $(glancesdocdir)