From 9ab84e8e409e7e29dab6019ee587924bd64cd238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sun, 28 Oct 2012 00:08:32 +0200 Subject: [PATCH] m --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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