mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-23 04:47:59 +01:00
...
This commit is contained in:
parent
9ab84e8e40
commit
732ed99632
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ BRANCH="$(git branch | grep \\\* | sed -e s/\*\ //g)"
|
||||||
|
|
||||||
manual-update:
|
manual-update:
|
||||||
git checkout master
|
git checkout master
|
||||||
makeinfo --html "./manual/ponysay.texinfo"
|
makeinfo --html "./manuals/ponysay.texinfo"
|
||||||
git add "./manuals/ponysay"
|
git add "./manuals/ponysay"
|
||||||
git stash
|
git stash
|
||||||
git checkout $(BRANCH)
|
git checkout $(BRANCH)
|
||||||
|
|
Loading…
Reference in a new issue