mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-17 01:54:22 +01:00
fix html output directory
This commit is contained in:
parent
732ed99632
commit
b1b3b6253c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ BRANCH="$(git branch | grep \\\* | sed -e s/\*\ //g)"
|
|||
manual-update:
|
||||
git checkout master
|
||||
makeinfo --html "./manuals/ponysay.texinfo"
|
||||
git add "./manuals/ponysay"
|
||||
git add "./ponysay"
|
||||
git stash
|
||||
git checkout $(BRANCH)
|
||||
git rm "./pages/ponysay/*"
|
||||
|
|
Loading…
Reference in a new issue