diff --git a/Makefile b/Makefile index e2250b1c..309d3c72 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ BRANCH="$(git branch | grep \\\* | sed -e s/\*\ //g)" manual-update: git checkout master makeinfo --html "./manual/ponysay.texinfo" - git add "./manual/ponysay" + git add "./manuals/ponysay" git stash git checkout $(BRANCH) - git rm "./manual/ponysay/*" + git rm "./pages/ponysay/*" git stash pop