mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 20:38:00 +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:
|
||||
git checkout master
|
||||
makeinfo --html "./manual/ponysay.texinfo"
|
||||
makeinfo --html "./manuals/ponysay.texinfo"
|
||||
git add "./manuals/ponysay"
|
||||
git stash
|
||||
git checkout $(BRANCH)
|
||||
|
|
Loading…
Reference in a new issue