summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
blob: e82f50388cf8b73956a6d68e133bac4510ef32b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS =								\
	design								\
	papers								\
	reference

doc_DATA =								\
	README.gtkrc

man_MANS =								\
	Thunar.1

if MAINTAINER_MODE
%.1: %.xml
	xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
endif

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

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