From 0185ab3fd8bc6df1e118d163f0f74b572bcfbc16 Mon Sep 17 00:00:00 2001 From: Gavin Thomas Claugus Date: Sun, 3 Jul 2016 13:06:18 -0400 Subject: [PATCH] Export manpage output directory Signed-off-by: Gavin Thomas Claugus --- doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile b/doc/Makefile index 495c043b..49e7da3e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -11,6 +11,7 @@ export MAKE_FLAGS=--no-print-directory export OUT=$(shell pwd)/bin export OUT_PDF=$(OUT)/pdf/ export OUT_HTML=$(OUT)/html/ +export OUT_MAN=$(OUT)/man/ DOCUMENT_CLASS=article SETTING_FONTSIZE=11pt