summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 1061fe822783de9e95be8c7bf05b6244f414a3be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Process this file with automake to produce Makefile.in
## Created by Anjuta

SUBDIRS = src 

glancesdocdir = ${prefix}/doc/glances
glancesdoc_DATA = \
	README\
	COPYING\
	AUTHORS\
	ChangeLog\
	INSTALL\
	NEWS


EXTRA_DIST = $(glancesdoc_DATA)


# Remove doc directory on uninstall
uninstall-local:
	-rm -r $(glancesdocdir)