File: Makefile.am

package info (click to toggle)
thunar 0.9.0-10
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 23,780 kB
  • ctags: 8,500
  • sloc: ansic: 69,764; sh: 9,346; xml: 8,733; makefile: 1,882; perl: 184; python: 41
file content (29 lines) | stat: -rw-r--r-- 580 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $Id: Makefile.am 26421 2007-12-02 13:46:28Z benny $

SUBDIRS =								\
	design								\
	manual								\
	papers								\
	reference

docdir = $(datadir)/doc/Thunar
doc_DATA =								\
	README.gtkrc							\
	README.thunarrc							\
	README.volumes							\
	ThumbnailersCacheFormat.txt

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: