This commit is contained in:
Mattias Andrée 2012-10-28 00:09:03 +02:00
parent 9ab84e8e40
commit 732ed99632

View file

@ -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)