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

SUBDIRS = reference

man_MANS = \
	nautilus.1 \
	nautilus-connect-server.1 \
	$(NULL)

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