X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2FMakefile;h=26afcd6ed91bd0fc4e011feef97b3d956611a43a;hb=65ce6e3249d427b3f9b2c945050ce1f7ee75d31d;hp=9c09efe2fdc2c8ee6abd9ad6ccb9db604a383aab;hpb=5bc9f2267ffdd13c5a68d381a53ab048d3ce2fd6;p=libucw.git diff --git a/ucw/doc/Makefile b/ucw/doc/Makefile index 9c09efe2..26afcd6e 100644 --- a/ucw/doc/Makefile +++ b/ucw/doc/Makefile @@ -6,7 +6,7 @@ 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.1 +UCW_MANPAGES=ucw-tableprinter.5 UCW_MANPAGES_HTML=$(patsubst %,$(o)/ucw/doc/%.html,$(UCW_MANPAGES)) UCW_MANPAGES_NROFF=$(addprefix $(o)/ucw/doc/,$(UCW_MANPAGES)) MANPAGES+=$(UCW_MANPAGES_NROFF)