File: Makefile.am

package info (click to toggle)
nautilus 2.30.1-2squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 43,560 kB
  • ctags: 12,722
  • sloc: ansic: 136,761; sh: 10,260; makefile: 1,029; xml: 607; perl: 170; awk: 138
file content (25 lines) | stat: -rw-r--r-- 428 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
NULL = 

SUBDIRS = reference

man_MANS = \
	nautilus.1 \
	nautilus-connect-server.1 \
	nautilus-file-management-properties.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)