Commit 6da6d73e by KATOH Yasufumi

doc: Add Japanese pam_cgfs(8) man page

* translate pam_cgfs(8) * support --{enable,disable}-{commands,tools} in doc/ja Signed-off-by: 's avatarKATOH Yasufumi <karma@jazz.email.ne.jp>
parent 35b76c7b
...@@ -134,6 +134,7 @@ doc/*.8 ...@@ -134,6 +134,7 @@ doc/*.8
doc/ja/*.1 doc/ja/*.1
doc/ja/*.5 doc/ja/*.5
doc/ja/*.7 doc/ja/*.7
doc/ja/*.8
doc/ko/*.1 doc/ko/*.1
doc/ko/*.5 doc/ko/*.5
doc/ko/*.7 doc/ko/*.7
......
...@@ -913,6 +913,8 @@ AC_CONFIG_FILES([ ...@@ -913,6 +913,8 @@ AC_CONFIG_FILES([
doc/ja/lxc-usernsexec.sgml doc/ja/lxc-usernsexec.sgml
doc/ja/lxc-wait.sgml doc/ja/lxc-wait.sgml
doc/ja/pam_cgfs.sgml
doc/ja/lxc.conf.sgml doc/ja/lxc.conf.sgml
doc/ja/lxc.container.conf.sgml doc/ja/lxc.container.conf.sgml
doc/ja/lxc.system.conf.sgml doc/ja/lxc.system.conf.sgml
......
...@@ -7,8 +7,14 @@ EXTRA_DIST = \ ...@@ -7,8 +7,14 @@ EXTRA_DIST = \
FAQ.txt FAQ.txt
if ENABLE_DOCBOOK if ENABLE_DOCBOOK
man_MANS = \ man_MANS = lxc.conf.5 \
lxc-attach.1 \ lxc.container.conf.5 \
lxc.system.conf.5 \
lxc-usernet.5 \
lxc.7
if ENABLE_TOOLS
man_MANS += lxc-attach.1 \
lxc-autostart.1 \ lxc-autostart.1 \
lxc-cgroup.1 \ lxc-cgroup.1 \
lxc-checkconfig.1 \ lxc-checkconfig.1 \
...@@ -30,17 +36,18 @@ man_MANS = \ ...@@ -30,17 +36,18 @@ man_MANS = \
lxc-top.1 \ lxc-top.1 \
lxc-unfreeze.1 \ lxc-unfreeze.1 \
lxc-unshare.1 \ lxc-unshare.1 \
lxc-update-config.1 \ lxc-wait.1
endif
if ENABLE_PAM
man_MANS += pam_cgfs.8
endif
if ENABLE_COMMANDS
man_MANS += lxc-update-config.1 \
lxc-user-nic.1 \ lxc-user-nic.1 \
lxc-usernsexec.1 \ lxc-usernsexec.1
lxc-wait.1 \ endif
\
lxc.conf.5 \
lxc.container.conf.5 \
lxc.system.conf.5 \
lxc-usernet.5 \
\
lxc.7
%.1 : %.sgml %.1 : %.sgml
$(db2xman) --encoding=UTF-8 $< $(db2xman) --encoding=UTF-8 $<
...@@ -54,8 +61,12 @@ man_MANS = \ ...@@ -54,8 +61,12 @@ man_MANS = \
$(db2xman) --encoding=UTF-8 $< $(db2xman) --encoding=UTF-8 $<
test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true
%.8 : %.sgml
$(db2xman) --encoding=UTF-8 $<
test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true
lxc-%.sgml : common_options.sgml see_also.sgml lxc-%.sgml : common_options.sgml see_also.sgml
clean-local: clean-local:
$(RM) manpage.* *.7 *.5 *.1 $(man_MANS) $(RM) manpage.* *.7 *.5 *.1 *.8 $(man_MANS)
endif endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment