diff options
author | Dan McGee <dan@archlinux.org> | 2008-02-02 21:09:22 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-02-02 21:12:34 +0100 |
commit | 4fad7855fae4a01b265c7d28c12b995a19ebc72d (patch) | |
tree | cf4802d0d1bfa36f05d0506a001017e004505585 /contrib/Makefile.am | |
parent | c492ca840c54d8d45d5916a280f2119c363e0aba (diff) | |
download | pacman-4fad7855fae4a01b265c7d28c12b995a19ebc72d.tar.gz pacman-4fad7855fae4a01b265c7d28c12b995a19ebc72d.tar.xz |
Remove gensync and updatesync from normal distribution
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>
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 9f01e187..7654848f 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,9 +1,11 @@ EXTRA_DIST = \ PKGBUILD.vim \ bash_completion \ + gensync \ pacdiff \ pacsearch \ re-pacman \ + updatesync \ vimproject \ wget-xdelta.sh \ zsh_completion \ |