mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
makefile update
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
190cdde6e2
commit
0421b9058b
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -3,8 +3,9 @@ SHELL=bash
|
|||
manual-update:
|
||||
(branch=$$(git branch | grep \\\* | sed -e s/\*\ //g) ;\
|
||||
git checkout master ;\
|
||||
(rm -r "./ponysay" || true) ;\
|
||||
makeinfo --html "./manuals/ponysay.texinfo" ;\
|
||||
git add "./ponysay" ;\
|
||||
git add -f "./ponysay" ;\
|
||||
git stash ;\
|
||||
git checkout $$branch ;\
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue