summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
blob: b094a91603790f5116079264ca34f96158ad2217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id$

SUBDIRS =								\
	design								\
	papers								\
	reference

doc_DATA =								\
	README.gtkrc							\
	README.thunarrc

EXTRA_DIST =								\
	$(doc_DATA)							\
	$(man_MANS)							\
	Thunar.xml

# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: