X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2FMakefile;h=6cd6ce4988e4a9aca94a13863a99831b1d4822d4;hb=c62955e1ffb10b8eb723b22ddd9ed22991ce33b4;hp=d54209300e152246b0b2579e017d50772f55e4c3;hpb=4f35009acc4a0191ed6620a1a6db8e8e0bb1429e;p=libucw.git diff --git a/ucw/doc/Makefile b/ucw/doc/Makefile index d5420930..6cd6ce49 100644 --- a/ucw/doc/Makefile +++ b/ucw/doc/Makefile @@ -6,8 +6,8 @@ UCW_DOCS=basics log fastbuf index config configure install basecode hash docsys UCW_INDEX=$(o)/ucw/doc/def_index.html UCW_DOCS_HTML=$(addprefix $(o)/ucw/doc/,$(addsuffix .html,$(UCW_DOCS))) -UCW_MANPAGES=ucw-tableprinter -UCW_MANPAGES_NROFF=$(addprefix $(o)/ucw/doc/,$(addsuffix .1,$(UCW_MANPAGES))) +UCW_MANPAGES=ucw-tableprinter.1 +UCW_MANPAGES_NROFF=$(addprefix $(o)/ucw/doc/,$(UCW_MANPAGES)) MANPAGES+=$(UCW_MANPAGES_NROFF) $(UCW_INDEX): DOC_HEAD=$(s)/ucw/doc/def_index.txt