ponysay/Makefile

14 lines
299 B
Makefile
Raw Normal View History

2012-10-28 00:06:06 +02:00
SHELL=bash
manual-update:
2012-10-28 00:12:54 +02:00
(branch=$$(git branch | grep \\\* | sed -e s/\*\ //g) \
git checkout master \
makeinfo --html "./manuals/ponysay.texinfo" \
git add "./ponysay" \
git stash \
2012-10-28 00:13:28 +02:00
git checkout $$branch \
2012-10-28 00:12:54 +02:00
git rm "./pages/ponysay/*" \
git stash pop \
)
2012-10-28 00:06:06 +02:00