diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/.gitignore | 9 | ||||
-rw-r--r-- | contrib/Makefile.am | 9 | ||||
-rw-r--r-- | contrib/PKGBUILD.vim (renamed from contrib/PKGBUILD.vim.in) | 0 | ||||
-rw-r--r-- | contrib/vimprojects (renamed from contrib/vimprojects.in) | 0 |
4 files changed, 13 insertions, 5 deletions
diff --git a/contrib/.gitignore b/contrib/.gitignore new file mode 100644 index 00000000..91044765 --- /dev/null +++ b/contrib/.gitignore @@ -0,0 +1,9 @@ +bacman +bash_completion +pacdiff +paclist +pacscripts +pacsearch +pactree +wget-xdelta.sh +zsh_completion diff --git a/contrib/Makefile.am b/contrib/Makefile.am index dd0b767c..01997631 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,5 +1,4 @@ OURFILES = \ - PKGBUILD.vim \ bacman \ bash_completion \ pacdiff \ @@ -7,12 +6,11 @@ OURFILES = \ pacscripts \ pacsearch \ pactree \ - vimprojects \ wget-xdelta.sh \ zsh_completion EXTRA_DIST = \ - PKGBUILD.vim.in \ + PKGBUILD.vim \ bacman.in \ bash_completion.in \ pacdiff.in \ @@ -20,7 +18,7 @@ EXTRA_DIST = \ pacscripts.in \ pacsearch.in \ pactree.in \ - vimprojects.in \ + vimprojects \ wget-xdelta.sh.in \ zsh_completion.in \ README @@ -34,9 +32,10 @@ edit = sed \ -e 's|@BASH[@]|$(BASH)|g' $(OURFILES): Makefile + @echo ' ' GEN $@; @rm -f $@ $@.tmp @cp -a $@.in $@.tmp - $(edit) $@.in >$@.tmp + @$(edit) $@.in >$@.tmp @mv $@.tmp $@ all-am: $(OURFILES) diff --git a/contrib/PKGBUILD.vim.in b/contrib/PKGBUILD.vim index 8b40ed7c..8b40ed7c 100644 --- a/contrib/PKGBUILD.vim.in +++ b/contrib/PKGBUILD.vim diff --git a/contrib/vimprojects.in b/contrib/vimprojects index e9adfdf1..e9adfdf1 100644 --- a/contrib/vimprojects.in +++ b/contrib/vimprojects |