File: Makefile.am

package info (click to toggle)
caja 1.26.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,940 kB
  • sloc: ansic: 137,883; xml: 1,152; makefile: 1,083; perl: 54; sh: 20
file content (28 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (4)
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