From 84cc9e7f1a6a7e7d56a0889428af8ec948c1312d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 9 Aug 2014 00:50:15 +0200 Subject: [PATCH] Makefile cosmetics --- ucw/doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/doc/Makefile b/ucw/doc/Makefile index ae9c5d23..e7a2ca3a 100644 --- a/ucw/doc/Makefile +++ b/ucw/doc/Makefile @@ -7,7 +7,7 @@ UCW_INDEX=$(o)/ucw/doc/def_index.html UCW_DOCS_HTML=$(addprefix $(o)/ucw/doc/,$(addsuffix .html,$(UCW_DOCS))) UCW_MANPAGES=ucw-tableprinter -MANPAGES+=$(addprefix $(o)/ucw/doc/,$(addsuffix .1,$(UCW_MANPAGES))) +MANPAGES+=$(addprefix $(o)/ucw/doc/,$(addsuffix .1,$(UCW_MANPAGES))) $(UCW_INDEX): DOC_HEAD=$(s)/ucw/doc/def_index.txt $(UCW_INDEX): DOC_LIST=$(patsubst %,$(o)/ucw/doc/%.deflist,$(UCW_DOCS)) -- 2.39.2