summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-22 22:34:51 +0100
committerDan McGee <dan@archlinux.org>2007-02-22 22:34:51 +0100
commit332c12710988198070fbc95cd869ca639b989238 (patch)
tree2dd7b1977f297bd660b26cef168325a347953384 /etc
parentef4728903d4c5f69100a0b3923b82b6008972c6f (diff)
downloadpacman-332c12710988198070fbc95cd869ca639b989238.tar.gz
pacman-332c12710988198070fbc95cd869ca639b989238.tar.xz
Big commit here, I'll try to cover all the bases.
* Updated all of the language files, as the POT file was updated. NOTE FOR TRANSLATORS, try to base your next contribution off of these, notice how some msgids and messages have been wrapped to the next line- it makes it easier to read anyway. * More Makefile.am/configure.ac updates. 'make dist' and 'make distclean' now work properly, with only one caveat- the automatic testing in distclean doesn't do so hot as it is compiled with a default configure, which includes the fakeroot-proof code (which does not cooperate with pactest). * Added a Makefile.am for the pactest directory.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile.am1
-rw-r--r--etc/pacman.d/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index e53ada24..0bded95e 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -1,3 +1,4 @@
SUBDIRS = pacman.d abs
+
EXTRA_DIST = makepkg.conf pacman.conf
dist_sysconf_DATA = makepkg.conf pacman.conf
diff --git a/etc/pacman.d/Makefile.am b/etc/pacman.d/Makefile.am
index eb94f3c1..57e23cf0 100644
--- a/etc/pacman.d/Makefile.am
+++ b/etc/pacman.d/Makefile.am
@@ -4,6 +4,6 @@ dist_pkgsysconf_DATA = community current extra release unstable
$(dist_pkgsysconf_DATA): mirrorlist
sed "s|@@REPO@@|$@|g" <$< >$@
-clean:
+clean-local:
rm -f $(dist_pkgsysconf_DATA)