File: Makefile.am

package info (click to toggle)
xfce4-utils 4.3.99.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,476 kB
  • ctags: 231
  • sloc: sh: 8,904; xml: 3,965; ansic: 1,310; makefile: 428
file content (21 lines) | stat: -rw-r--r-- 430 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
# $Id: Makefile.am 20984 2006-04-16 09:46:09Z benny $

EXTRA_DIST = xfce-utils.spec xfce-utils.spec TODO

SUBDIRS = doc icons xfrun scripts gdm xfce4-about po

AUTOMAKE_OPTIONS =							\
	1.8								\
	dist-bzip2

distclean-local:
	rm -rf xfce-utils.spec *.cache *~

rpm: dist
	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
	@rm -f $(PACKAGE)-$(VERSION).tar.gz

html: Makefile
	make -C doc html

# vi:set ts=8 sw=8 noet ai nocindent: