File: Makefile.am

package info (click to toggle)
xfce4-utils 4.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,308 kB
  • ctags: 224
  • sloc: sh: 10,593; xml: 1,457; ansic: 1,246; perl: 693; makefile: 281
file content (21 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS = \
	index \
	xfce4-user-guide \
	xfce-utils

noinst_DATA = \
	xfce.xsl \
	xfce-nochunk.xsl

cssdir = $(datadir)/xfce4/doc

css_DATA = \
	xfce.css \
	xfce-chunk.css \
	xfce-mouse.png

EXTRA_DIST = $(noinst_DATA) $(css_DATA)

html: Makefile
	make -C xfce4-user-guide html; \
	make -C xfce-utils html