mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-13 21:05:05 -05:00
332c127109
* 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.
20 lines
446 B
Makefile
20 lines
446 B
Makefile
# TODO: this would be nice to enable, but we need --help and --version
|
|
# flags on all of our scripts first (this is what it checks)
|
|
#AUTOMAKE_OPTIONS = std-options
|
|
|
|
bin_SCRIPTS = \
|
|
abs \
|
|
gensync \
|
|
makepkg \
|
|
makeworld \
|
|
pacman-optimize \
|
|
rankmirrors \
|
|
repo-add \
|
|
repo-remove \
|
|
re-pacman \
|
|
updatesync
|
|
|
|
EXTRA_DIST = $(bin_SCRIPTS)
|
|
|
|
abs gensync makepkg makeworld pacman-optimize rankmirrors repo-add repo-remove re-pacman updatesync:
|