Apply patch from Álvaro Lopes to fix CPU usage per task, with more then 1 CPU.
Added a THANKS file. Remove some svn executable properties and add svn keywords. Added LINGUAS support and removed the configure.ac > configure.in.in file. Improved the configure.in.in and Makefiles. (Old svn revision: 2350)
This commit is contained in:
29
Makefile.am
29
Makefile.am
@@ -1,13 +1,19 @@
|
||||
# $Id$
|
||||
|
||||
SUBDIRS = \
|
||||
po \
|
||||
src
|
||||
|
||||
distclean-local:
|
||||
rm -rf *.cache *~
|
||||
|
||||
rpm: dist
|
||||
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
|
||||
@rm -f $(PACKAGE)-$(VERSION).tar.gz
|
||||
|
||||
EXTRA_DIST = \
|
||||
AUTHORS \
|
||||
COPYING \
|
||||
ChangeLog \
|
||||
INSTALL \
|
||||
NEWS \
|
||||
README \
|
||||
TODO \
|
||||
intltool-extract.in \
|
||||
intltool-merge.in \
|
||||
intltool-extract.in \
|
||||
intltool-merge.in \
|
||||
intltool-update.in
|
||||
|
||||
DISTCLEANFILES = \
|
||||
@@ -15,8 +21,5 @@ DISTCLEANFILES = \
|
||||
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
|
||||
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
||||
|
||||
Reference in New Issue
Block a user