File: Makefile.am

package info (click to toggle)
xfce4-taskmanager 0.4.0~rc2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,808 kB
  • ctags: 101
  • sloc: sh: 8,876; ansic: 760; makefile: 43
file content (22 lines) | stat: -rwxr-xr-x 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
EXTRA_DIST =								\
	AUTHORS								\
	COPYING								\
	ChangeLog							\
	INSTALL								\
	NEWS								\
	README								\
	TODO			\
	intltool-extract.in			\
	intltool-merge.in			\
	intltool-update.in
	
DISTCLEANFILES =							\
	intltool-extract						\
	intltool-merge							\
	intltool-update

SUBDIRS =  po src
DIST_SUBDIRS = src po

dist-bz2: dist
	zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2