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