]> git.phdru.name Git - mimedecode.git/blob - update
Add requirements.txt to sdist; add [egg_info] to setup.cfg
[mimedecode.git] / update
1 #! /bin/sh
2
3 "$HOME"/admin/prog/git-scripts/update || exit 1
4
5 current="`pwd`"
6 origin="`git config --get --path remote.origin.url`"
7
8 # Copy mimedecode.docbook with timestamp to avoid rebuilding
9 cd "$origin"
10 exec rsync -ahP "$current"/mimedecode.docbook "$current"/mimedecode.man \
11                 "$current"/mimedecode.html "$current"/mimedecode.txt .