mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 11:35:00 -05:00
4fad7855fa
Move these two scripts into contrib/, and start the process of de-automaking them by removing the @sysconfdir@ references and the gettext initialization. The removal of all gettext will soon follow. Signed-off-by: Dan McGee <dan@archlinux.org>
20 lines
413 B
Plaintext
20 lines
413 B
Plaintext
# List of source files with translatable strings
|
|
|
|
# pacman frontend source files
|
|
src/pacman/add.c
|
|
src/pacman/callback.c
|
|
src/pacman/conf.c
|
|
src/pacman/deptest.c
|
|
src/pacman/package.c
|
|
src/pacman/pacman.c
|
|
src/pacman/query.c
|
|
src/pacman/remove.c
|
|
src/pacman/sync.c
|
|
src/pacman/util.c
|
|
|
|
# scripts with gettext translations
|
|
scripts/makepkg.sh.in
|
|
scripts/pacman-optimize.sh.in
|
|
scripts/repo-add.sh.in
|
|
scripts/repo-remove.sh.in
|