ponysay/Makefile
2012-10-28 00:10:18 +02:00

14 lines
249 B
Makefile

SHELL=bash
BRANCH="$(git branch | grep \\\* | sed -e s/\*\ //g)"
manual-update:
git checkout master
makeinfo --html "./manuals/ponysay.texinfo"
git add "./ponysay"
git stash
git checkout $(BRANCH)
git rm "./pages/ponysay/*"
git stash pop