Generate redo version codes in Documentation/*.1 automatically.
We have to go through some pretty scary gyrations to extract this information from git, but it can be done. This works with both tarballs generated by 'git archive', or with your local git repo. (Requested by 'David' on the mailing list.)
This commit is contained in:
parent
897c218f85
commit
94b34ea031
23 changed files with 104 additions and 20 deletions
2
clean.do
2
clean.do
|
|
@ -5,6 +5,6 @@ if [ -e .do_built ]; then
|
|||
done <.do_built
|
||||
fi
|
||||
[ -z "$DO_BUILT" ] && rm -rf .do_built .do_built.dir
|
||||
redo t/clean Documentation/clean
|
||||
redo t/clean Documentation/clean version/clean
|
||||
rm -f *~ .*~ */*~ */.*~ *.pyc install.wrapper
|
||||
find . -name '*.tmp' -exec rm -fv {} \;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue