ponysay/Makefile
Mattias Andrée 9ab84e8e40 m
2012-10-28 00:08:32 +02:00

14 lines
256 B
Makefile

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