File: Makefile.am

package info (click to toggle)
thunar 1.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 22,736 kB
  • sloc: ansic: 59,244; sh: 11,164; xml: 1,932; makefile: 1,208; python: 41
file content (26 lines) | stat: -rw-r--r-- 441 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
# $Id$

SUBDIRS =								\
	design								\
	manual								\
	papers								\
	reference

doc_DATA =								\
	README.gtkrc							\
	README.thunarrc

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: