Export manpage output directory
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
This commit is contained in:
parent
80a198523a
commit
0185ab3fd8
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ export MAKE_FLAGS=--no-print-directory
|
||||||
export OUT=$(shell pwd)/bin
|
export OUT=$(shell pwd)/bin
|
||||||
export OUT_PDF=$(OUT)/pdf/
|
export OUT_PDF=$(OUT)/pdf/
|
||||||
export OUT_HTML=$(OUT)/html/
|
export OUT_HTML=$(OUT)/html/
|
||||||
|
export OUT_MAN=$(OUT)/man/
|
||||||
|
|
||||||
DOCUMENT_CLASS=article
|
DOCUMENT_CLASS=article
|
||||||
SETTING_FONTSIZE=11pt
|
SETTING_FONTSIZE=11pt
|
||||||
|
|
Loading…
Reference in a new issue