]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/Makefile
Doc: Generalized makefile rules for all categories of manpages.
[libucw.git] / ucw / doc / Makefile
index d54209300e152246b0b2579e017d50772f55e4c3..6cd6ce4988e4a9aca94a13863a99831b1d4822d4 100644 (file)
@@ -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