Unverified Commit 219eb1ee by KATOH Yasufumi Committed by Christian Brauner

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 2000497e
...@@ -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
......
...@@ -890,6 +890,8 @@ AC_CONFIG_FILES([ ...@@ -890,6 +890,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,40 +7,47 @@ EXTRA_DIST = \ ...@@ -7,40 +7,47 @@ 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-autostart.1 \ lxc.system.conf.5 \
lxc-cgroup.1 \ lxc-usernet.5 \
lxc-checkconfig.1 \ lxc.7
lxc-checkpoint.1 \
lxc-config.1 \ if ENABLE_TOOLS
lxc-console.1 \ man_MANS += lxc-attach.1 \
lxc-copy.1 \ lxc-autostart.1 \
lxc-create.1 \ lxc-cgroup.1 \
lxc-destroy.1 \ lxc-checkconfig.1 \
lxc-device.1 \ lxc-checkpoint.1 \
lxc-execute.1 \ lxc-config.1 \
lxc-freeze.1 \ lxc-console.1 \
lxc-info.1 \ lxc-copy.1 \
lxc-ls.1 \ lxc-create.1 \
lxc-monitor.1 \ lxc-destroy.1 \
lxc-snapshot.1 \ lxc-device.1 \
lxc-start.1 \ lxc-execute.1 \
lxc-stop.1 \ lxc-freeze.1 \
lxc-top.1 \ lxc-info.1 \
lxc-unfreeze.1 \ lxc-ls.1 \
lxc-unshare.1 \ lxc-monitor.1 \
lxc-update-config.1 \ lxc-snapshot.1 \
lxc-user-nic.1 \ lxc-start.1 \
lxc-usernsexec.1 \ lxc-stop.1 \
lxc-wait.1 \ lxc-top.1 \
\ lxc-unfreeze.1 \
lxc.conf.5 \ lxc-unshare.1 \
lxc.container.conf.5 \ lxc-wait.1
lxc.system.conf.5 \ endif
lxc-usernet.5 \
\ if ENABLE_PAM
lxc.7 man_MANS += pam_cgfs.8
endif
if ENABLE_COMMANDS
man_MANS += lxc-update-config.1 \
lxc-user-nic.1 \
lxc-usernsexec.1
endif
%.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