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

-include $(top_srcdir)/git.mk