From 2d303c87154de85eb5af491b4ef878e1065745b2 Mon Sep 17 00:00:00 2001 From: Richard Hartmann <richih@debian.org> Date: Thu, 8 May 2014 13:51:15 +0200 Subject: [PATCH] Makefile: Don't build manpage by default If you want to build them in this branch, use make manpages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ae8d88..b40c618 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ RONN ?= ronn self=vcsh manpages=$(self).1 -all=test manpages +all=test all: $(all) -- GitLab