File: Makefile.am

package info (click to toggle)
nautilus 3.4.2-1%2Bbuild1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 41,776 kB
  • sloc: ansic: 107,373; sh: 11,188; makefile: 899; xml: 531
file content (24 lines) | stat: -rw-r--r-- 387 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
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)