File: Makefile.am

package info (click to toggle)
xfce4-utils 4.4.2-8
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,388 kB
  • ctags: 155
  • sloc: sh: 9,593; xml: 1,457; ansic: 1,312; makefile: 330
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