summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 2b03ae9ae88e245d2dd307111a24676fb842f492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)