summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: cf86ed71d0a1a9fae7db001453e000daa2ad9249 (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 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)