From: KATOH Yasufumi Date: Tue, 8 Oct 2013 07:15:05 +0000 (+0900) Subject: doc: Generate Japanese lxc-snapshot(1) man page X-Git-Tag: lxc-1.0.0.alpha2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe0aeb19cff9539bd749107d245874774d8a371;p=thirdparty%2Flxc.git doc: Generate Japanese lxc-snapshot(1) man page Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber --- diff --git a/configure.ac b/configure.ac index d7f2f03ae..ce4e30295 100644 --- a/configure.ac +++ b/configure.ac @@ -480,6 +480,7 @@ AC_CONFIG_FILES([ doc/ja/lxc-netstat.sgml doc/ja/lxc-ps.sgml doc/ja/lxc-restart.sgml + doc/ja/lxc-snapshot.sgml doc/ja/lxc-start-ephemeral.sgml doc/ja/lxc-start.sgml doc/ja/lxc-stop.sgml diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am index 5ab841118..611535268 100644 --- a/doc/ja/Makefile.am +++ b/doc/ja/Makefile.am @@ -24,6 +24,7 @@ man_MANS = \ lxc-netstat.1 \ lxc-ps.1 \ lxc-restart.1 \ + lxc-snapshot.1 \ lxc-start.1 \ lxc-stop.1 \ lxc-unfreeze.1 \