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

SUBDIRS =								\
	C

cssdir = $(datadir)/doc/Thunar/html
css_DATA =								\
	thunar.css

EXTRA_DIST = 								\
	$(css_DATA)							\
	thunar.xsl

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