ponysay/Makefile

15 lines
249 B
Makefile
Raw Normal View History

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