File: Makefile.am

package info (click to toggle)
thunar-vfs 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,256 kB
  • sloc: ansic: 18,426; sh: 11,137; makefile: 443; perl: 92
file content (14 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id$

SUBDIRS =								\
	reference

docdir = $(datadir)/doc/thunar-vfs
doc_DATA =								\
	README.volumes							\
	ThumbnailersCacheFormat.txt

EXTRA_DIST =								\
	$(doc_DATA)

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