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-- 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: