ponysay/Makefile
Mattias Andrée 386eb22257 ...
2012-10-28 00:13:28 +02:00

13 lines
299 B
Makefile

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