File: Makefile.am

package info (click to toggle)
xfce-mcs-plugins 4.4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,356 kB
  • ctags: 563
  • sloc: sh: 9,290; ansic: 6,713; xml: 932; makefile: 437
file content (14 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUBDIRS = \
	C \
	fr \
	it

noinst_DATA = \
	xfce-nochunk.xsl

EXTRA_DIST = $(noinst_DATA)

html: Makefile
	make -C C html
	make -C fr html
	make -C it html