2007-10-07 17:14:02 +05:30
|
|
|
|
2007-10-07 17:15:14 +05:30
|
|
|
# subdirectories for translated manual pages
|
2007-10-07 17:17:22 +05:30
|
|
|
if USE_NLS
|
* configure.in, man/po/Makefile.in.in, man/po/Makevars,
man/po/POTFILES.in, man/Makefile.am: Generate the PO files for the
manpages in the man/po directory (instead of man/<lang>). Use a
Makefile.in.in based on gettext's one. This ensure that the PO are
generated before being used in the <lang> directories.
* man/generate_mans.mak, man/generate_translations.mak,
man/Makefile.am: New makefile for the generation of manpages from
XML (generate_mans.mak). This avoid duplicate chunks in
generate_translations.mak and Makefile.am
* man/de/de.po, man/fr/fr.po, man/it/it.po, man/pl/pl.po,
man/ru/ru.po, man/sv/sv.po: Moved to...
* man/po/de.po, man/po/fr.po, man/po/it.po, man/po/pl.po,
man/po/ru.po, man/po/sv.po: ... here.
2007-11-26 02:32:32 +05:30
|
|
|
SUBDIRS = po cs de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW
|
2007-10-07 17:17:22 +05:30
|
|
|
else
|
|
|
|
SUBDIRS =
|
|
|
|
endif
|
2007-10-07 17:15:14 +05:30
|
|
|
|
2007-10-07 17:14:38 +05:30
|
|
|
man_MANS = \
|
|
|
|
chage.1 \
|
|
|
|
chfn.1 \
|
2007-10-07 17:17:33 +05:30
|
|
|
chgpasswd.8 \
|
2007-10-07 17:14:51 +05:30
|
|
|
chpasswd.8 \
|
2007-10-07 17:14:38 +05:30
|
|
|
chsh.1 \
|
2007-10-07 17:14:51 +05:30
|
|
|
expiry.1 \
|
2007-10-07 17:14:38 +05:30
|
|
|
faillog.5 \
|
|
|
|
faillog.8 \
|
2007-10-07 17:15:40 +05:30
|
|
|
getspnam.3 \
|
2007-10-07 17:14:51 +05:30
|
|
|
gpasswd.1 \
|
2007-10-07 17:14:38 +05:30
|
|
|
groupadd.8 \
|
|
|
|
groupdel.8 \
|
2007-10-07 17:17:57 +05:30
|
|
|
groupmems.8 \
|
2007-10-07 17:14:38 +05:30
|
|
|
groupmod.8 \
|
2007-10-07 17:15:23 +05:30
|
|
|
groups.1 \
|
2007-10-07 17:14:51 +05:30
|
|
|
grpck.8 \
|
2007-10-07 17:14:38 +05:30
|
|
|
grpconv.8 \
|
|
|
|
grpunconv.8 \
|
2007-10-07 17:16:07 +05:30
|
|
|
gshadow.5 \
|
2007-10-07 17:14:38 +05:30
|
|
|
lastlog.8 \
|
2007-10-07 17:14:51 +05:30
|
|
|
login.1 \
|
|
|
|
login.defs.5 \
|
2007-10-07 17:14:38 +05:30
|
|
|
logoutd.8 \
|
2007-10-07 17:14:51 +05:30
|
|
|
newgrp.1 \
|
2007-10-07 17:14:38 +05:30
|
|
|
newusers.8 \
|
2007-10-07 17:17:22 +05:30
|
|
|
nologin.8 \
|
2007-10-07 17:14:51 +05:30
|
|
|
passwd.1 \
|
|
|
|
passwd.5 \
|
2007-10-07 17:14:38 +05:30
|
|
|
pwck.8 \
|
|
|
|
pwconv.8 \
|
2007-10-07 17:14:51 +05:30
|
|
|
pwunconv.8 \
|
2007-10-07 17:14:59 +05:30
|
|
|
sg.1 \
|
2007-10-07 17:15:40 +05:30
|
|
|
shadow.3 \
|
2007-10-07 17:14:51 +05:30
|
|
|
shadow.5 \
|
|
|
|
su.1 \
|
|
|
|
suauth.5 \
|
2007-10-07 17:14:38 +05:30
|
|
|
useradd.8 \
|
|
|
|
userdel.8 \
|
|
|
|
usermod.8 \
|
2007-10-07 17:14:59 +05:30
|
|
|
vigr.8 \
|
2007-10-07 17:14:38 +05:30
|
|
|
vipw.8
|
2007-10-07 17:14:02 +05:30
|
|
|
|
2007-10-07 17:18:07 +05:30
|
|
|
man_nopam = \
|
|
|
|
limits.5 \
|
|
|
|
login.access.5 \
|
|
|
|
porttime.5
|
|
|
|
|
|
|
|
if !USE_PAM
|
|
|
|
man_MANS += $(man_nopam)
|
|
|
|
endif
|
|
|
|
|
* configure.in, man/po/Makefile.in.in, man/po/Makevars,
man/po/POTFILES.in, man/Makefile.am: Generate the PO files for the
manpages in the man/po directory (instead of man/<lang>). Use a
Makefile.in.in based on gettext's one. This ensure that the PO are
generated before being used in the <lang> directories.
* man/generate_mans.mak, man/generate_translations.mak,
man/Makefile.am: New makefile for the generation of manpages from
XML (generate_mans.mak). This avoid duplicate chunks in
generate_translations.mak and Makefile.am
* man/de/de.po, man/fr/fr.po, man/it/it.po, man/pl/pl.po,
man/ru/ru.po, man/sv/sv.po: Moved to...
* man/po/de.po, man/po/fr.po, man/po/it.po, man/po/pl.po,
man/po/ru.po, man/po/sv.po: ... here.
2007-11-26 02:32:32 +05:30
|
|
|
man_XMANS = \
|
|
|
|
chage.1.xml \
|
|
|
|
chfn.1.xml \
|
|
|
|
chgpasswd.8.xml \
|
|
|
|
chpasswd.8.xml \
|
|
|
|
chsh.1.xml \
|
|
|
|
expiry.1.xml \
|
|
|
|
faillog.5.xml \
|
|
|
|
faillog.8.xml \
|
|
|
|
gpasswd.1.xml \
|
|
|
|
groupadd.8.xml \
|
|
|
|
groupdel.8.xml \
|
|
|
|
groupmems.8.xml \
|
|
|
|
groupmod.8.xml \
|
|
|
|
groups.1.xml \
|
|
|
|
grpck.8.xml \
|
|
|
|
gshadow.5.xml \
|
|
|
|
lastlog.8.xml \
|
|
|
|
limits.5.xml \
|
|
|
|
login.1.xml \
|
|
|
|
login.access.5.xml \
|
|
|
|
login.defs.5.xml \
|
|
|
|
logoutd.8.xml \
|
|
|
|
newgrp.1.xml \
|
|
|
|
newusers.8.xml \
|
|
|
|
nologin.8.xml \
|
|
|
|
passwd.1.xml \
|
|
|
|
passwd.5.xml \
|
|
|
|
porttime.5.xml \
|
|
|
|
pwck.8.xml \
|
|
|
|
pwconv.8.xml \
|
|
|
|
shadow.3.xml \
|
|
|
|
shadow.5.xml \
|
|
|
|
sg.1.xml \
|
|
|
|
su.1.xml \
|
|
|
|
suauth.5.xml \
|
|
|
|
useradd.8.xml \
|
|
|
|
userdel.8.xml \
|
|
|
|
usermod.8.xml \
|
|
|
|
vipw.8.xml
|
|
|
|
|
2007-10-07 17:17:33 +05:30
|
|
|
EXTRA_DIST = \
|
|
|
|
$(man_MANS) \
|
2007-10-07 17:16:16 +05:30
|
|
|
$(man_XMANS) \
|
2007-10-07 17:18:07 +05:30
|
|
|
$(man_nopam) \
|
2007-10-07 17:16:25 +05:30
|
|
|
id.1 \
|
2007-10-07 17:16:16 +05:30
|
|
|
id.1.xml \
|
2007-10-07 17:16:25 +05:30
|
|
|
sulogin.8 \
|
* configure.in, man/po/Makefile.in.in, man/po/Makevars,
man/po/POTFILES.in, man/Makefile.am: Generate the PO files for the
manpages in the man/po directory (instead of man/<lang>). Use a
Makefile.in.in based on gettext's one. This ensure that the PO are
generated before being used in the <lang> directories.
* man/generate_mans.mak, man/generate_translations.mak,
man/Makefile.am: New makefile for the generation of manpages from
XML (generate_mans.mak). This avoid duplicate chunks in
generate_translations.mak and Makefile.am
* man/de/de.po, man/fr/fr.po, man/it/it.po, man/pl/pl.po,
man/ru/ru.po, man/sv/sv.po: Moved to...
* man/po/de.po, man/po/fr.po, man/po/it.po, man/po/pl.po,
man/po/ru.po, man/po/sv.po: ... here.
2007-11-26 02:32:32 +05:30
|
|
|
sulogin.8.xml \
|
|
|
|
generate_mans.mak \
|
|
|
|
generate_translations.mak
|
2007-10-07 17:16:16 +05:30
|
|
|
|
2007-10-07 17:17:01 +05:30
|
|
|
if ENABLE_REGENERATE_MAN
|
|
|
|
|
* configure.in, man/po/Makefile.in.in, man/po/Makevars,
man/po/POTFILES.in, man/Makefile.am: Generate the PO files for the
manpages in the man/po directory (instead of man/<lang>). Use a
Makefile.in.in based on gettext's one. This ensure that the PO are
generated before being used in the <lang> directories.
* man/generate_mans.mak, man/generate_translations.mak,
man/Makefile.am: New makefile for the generation of manpages from
XML (generate_mans.mak). This avoid duplicate chunks in
generate_translations.mak and Makefile.am
* man/de/de.po, man/fr/fr.po, man/it/it.po, man/pl/pl.po,
man/ru/ru.po, man/sv/sv.po: Moved to...
* man/po/de.po, man/po/fr.po, man/po/it.po, man/po/pl.po,
man/po/ru.po, man/po/sv.po: ... here.
2007-11-26 02:32:32 +05:30
|
|
|
include generate_mans.mak
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-11-18 00:15:22 +05:30
|
|
|
CLEANFILES = $(man_MANS)
|
2007-10-07 17:17:33 +05:30
|
|
|
|
2007-10-07 17:17:45 +05:30
|
|
|
else
|
|
|
|
$(man_MANS):
|
|
|
|
@echo ""
|
|
|
|
@echo "Error: you need to run configure with '--enable-man'"
|
|
|
|
@echo " in order to regenerate man pages."
|
|
|
|
@echo ""
|
|
|
|
@false
|
|
|
|
endif
|