From 732ed99632629358d579a1e466e28c74fe222233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sun, 28 Oct 2012 00:09:03 +0200 Subject: [PATCH] ... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 309d3c72..a3c155cc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BRANCH="$(git branch | grep \\\* | sed -e s/\*\ //g)" manual-update: git checkout master - makeinfo --html "./manual/ponysay.texinfo" + makeinfo --html "./manuals/ponysay.texinfo" git add "./manuals/ponysay" git stash git checkout $(BRANCH)