mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 20:38:00 +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:
|
manual-update:
|
||||||
(branch=$$(git branch | grep \\\* | sed -e s/\*\ //g) ;\
|
(branch=$$(git branch | grep \\\* | sed -e s/\*\ //g) ;\
|
||||||
git checkout master ;\
|
git checkout master ;\
|
||||||
|
(rm -r "./ponysay" || true) ;\
|
||||||
makeinfo --html "./manuals/ponysay.texinfo" ;\
|
makeinfo --html "./manuals/ponysay.texinfo" ;\
|
||||||
git add "./ponysay" ;\
|
git add -f "./ponysay" ;\
|
||||||
git stash ;\
|
git stash ;\
|
||||||
git checkout $$branch ;\
|
git checkout $$branch ;\
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue