summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
blob: db010cc5d3addaaad9b9abf0072ab3cded8fb02c (plain)
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
NULL = 

SUBDIRS = reference

man_MANS = \
	caja.1 \
	caja-autorun-software.1 \
	caja-connect-server.1 \
	caja-file-management-properties.1 \
	$(NULL)

EXTRA_DIST = \
	$(man_MANS) \
	architecture.txt \
	dnd.txt \
	load-states.dia \
	caja-internals.sxw \
	caja-internals.pdf \
	caja-io.txt \
	caja.faq \
	recommended-books.html \
	smoketests.html \
	state-machines.txt \
	style-guide.html \
	key_mouse_navigation.txt \
	$(NULL)

-include $(top_srcdir)/git.mk