* NEWS, man/generate_mans.mak: Generate manpages in man1, man3,
man5, man8 subdirectories. This fix the generation of .so links which did not point to a path relative to the top-level manual hierarchy. * man/generate_mans.mak: Update man paths accordingly. * man/Makefile.am: Likewise. * man/da/Makefile.am: Likewise. * man/de/Makefile.am: Likewise. * man/fr/Makefile.am: Likewise. * man/it/Makefile.am: Likewise. * man/pl/Makefile.am: Likewise. * man/ru/Makefile.am: Likewise. * man/sv/Makefile.am: Likewise. * man/zh_CN/Makefile.am: Likewise.
This commit is contained in:
@@ -28,8 +28,10 @@ if ENABLE_REGENERATE_MAN
|
||||
sed -e 's/^\(<!DOCTYPE .*docbookx.dtd"\)>/\1 [<!ENTITY % config SYSTEM "config.xml">%config;]>/' $< > $@; \
|
||||
fi
|
||||
|
||||
%: %.xml-config Makefile config.xml
|
||||
man1/% man3/% man5/% man8/%: %.xml-config Makefile config.xml
|
||||
$(XSLTPROC) --stringparam profile.condition "$(PAM_COND);$(SHADOWGRP_COND);$(TCB_COND);$(SHA_CRYPT_COND)" \
|
||||
--stringparam "man.output.base.dir" "" \
|
||||
--param "man.output.in.separate.dir" "1" \
|
||||
-nonet http://docbook.sourceforge.net/release/xsl/current/manpages/profile-docbook.xsl $<
|
||||
else
|
||||
$(man_MANS):
|
||||
@@ -37,8 +39,8 @@ $(man_MANS):
|
||||
@false
|
||||
endif
|
||||
|
||||
grpconv.8 grpunconv.8 pwunconv.8: pwconv.8
|
||||
man8/grpconv.8 man8/grpunconv.8 man8/pwunconv.8: man8/pwconv.8
|
||||
|
||||
getspnam.3: shadow.3
|
||||
man3/getspnam.3: man3/shadow.3
|
||||
|
||||
vigr.8: vipw.8
|
||||
man8/vigr.8: man8/vipw.8
|
||||
|
Reference in New Issue
Block a user