[lxc-devel] [PATCH] configure: support for the "docbook2man" utility to build the documentation

Stéphane Graber stgraber at ubuntu.com
Wed Apr 24 13:19:40 UTC 2013


On 04/24/2013 02:53 PM, Peter Simons wrote:
>>From 06fee02c1608a67abb6d23b93e3828d5e3ea6b2b Mon Sep 17 00:00:00 2001
> From: Peter Simons <simons at cryp.to>
> Date: Mon, 15 Apr 2013 11:18:47 +0200
> Subject: [PATCH] configure: support for the "docbook2man" utility to build the
>  documentation
> 
> Signed-off-by: Peter Simons <simons at cryp.to>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 7dc82cf..0ea9d0e 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -67,7 +67,7 @@ if test "x$enable_doc" = "xyes" -o "x$enable_doc" = "xauto"; then
>  	db2xman=""
>  
>  	AC_MSG_CHECKING(for docbook2x-man)
> -	for name in docbook2x-man db2x_docbook2man; do
> +	for name in docbook2x-man db2x_docbook2man docbook2man; do
>  		if "$name" --help >/dev/null 2>&1; then
>  			db2xman="$name"
>  			break;
> -- 1.8.2

NACK

I'm not sure whether you sent this after seeing a similar github issue
at: https://github.com/lxc/lxc/pull/18

But in that issue I asked for someone to give me the log of a working
run with docbook2man because my feeling was that it'd fail miserably.

Sure enough I did a test here and you can find the result below.
That was done by installing docbook2man and making sure none of the
other supported parsers were present on the machine.

> docbook2man lxc-attach.sgml
> Using catalogs: /etc/sgml/catalog
> Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#print
> Working on: /root/lxc/doc/lxc-attach.sgml
> nsgmls:/root/lxc/doc/lxc-attach.sgml:30:0:E: could not get "/docbook/xml/4.5/docbookx.dtd" from "www.oasis-open.org" (reason given was "Moved Permanently")
> nsgmls:/root/lxc/doc/lxc-attach.sgml:30:0:E: DTD did not contain element declaration for document type name
> nsgmls:/root/lxc/doc/lxc-attach.sgml:32:9:E: element "REFENTRY" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:34:10:E: element "DOCINFO" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:34:16:E: element "DATE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:36:10:E: element "REFMETA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:37:18:E: element "REFENTRYTITLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:38:14:E: element "MANVOLNUM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:41:13:E: element "REFNAMEDIV" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:42:12:E: element "REFNAME" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:44:15:E: element "REFPURPOSE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:49:17:E: element "REFSYNOPSISDIV" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:50:16:E: element "CMDSYNOPSIS" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:51:14:E: element "COMMAND" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:52:18:E: there is no attribute "CHOICE"
> nsgmls:/root/lxc/doc/lxc-attach.sgml:52:23:E: element "ARG" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:52:39:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:53:23:E: element "ARG" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:53:39:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:54:23:E: element "ARG" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:55:23:E: element "ARG" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:55:39:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:56:23:E: element "ARG" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:57:23:E: element "ARG" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:58:23:E: element "ARG" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:59:23:E: element "ARG" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:59:39:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:63:11:E: element "REFSECT1" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:64:10:E: element "TITLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:66:9:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:67:14:E: element "COMMAND" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:68:18:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:69:31:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:72:9:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:73:24:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:75:14:E: element "COMMAND" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:83:11:E: element "REFSECT1" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:85:10:E: element "TITLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:87:17:E: element "VARIABLELIST" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:89:19:E: element "VARLISTENTRY" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:90:6:E: element "TERM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:91:10:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:91:34:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:93:10:E: element "LISTITEM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:94:8:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:97:33:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:99:18:E: element "CITEREFENTRY" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:100:21:E: element "REFENTRYTITLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:100:31:E: element "FILENAME" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:101:17:E: element "MANVOLNUM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:108:19:E: element "VARLISTENTRY" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:109:6:E: element "TERM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:110:10:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:112:10:E: element "LISTITEM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:113:8:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:115:17:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:117:14:E: element "EMPHASIS" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:120:8:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:121:14:E: element "EMPHASIS" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:126:13:E: element "COMMAND" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:126:40:E: element "COMMAND" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:127:14:E: element "EMPHASIS" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:132:19:E: element "VARLISTENTRY" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:133:6:E: element "TERM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:134:10:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:134:40:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:136:10:E: element "LISTITEM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:137:8:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:139:22:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:140:17:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:140:51:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:141:17:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:141:53:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:142:17:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:143:17:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:148:8:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:149:14:E: element "EMPHASIS" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:150:12:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:155:19:E: element "VARLISTENTRY" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:156:6:E: element "TERM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:157:10:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:159:10:E: element "LISTITEM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:160:8:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:161:23:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:162:44:E: element "COMMAND" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:163:28:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:164:17:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:167:8:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:168:29:E: element "EMPHASIS" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:171:8:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:178:19:E: element "VARLISTENTRY" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:179:6:E: element "TERM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:180:10:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:182:10:E: element "LISTITEM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:183:8:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:195:19:E: element "VARLISTENTRY" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:196:6:E: element "TERM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:197:10:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:199:10:E: element "LISTITEM" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:200:8:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:26:9:E: element "REFSECT1" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:27:8:E: element "TITLE" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:29:7:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:33:15:E: element "VARIABLELIST" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:34:17:E: element "VARLISTENTRY" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:35:11:E: element "TERM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:35:19:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:36:15:E: element "LISTITEM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:37:6:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:42:17:E: element "VARLISTENTRY" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:43:11:E: element "TERM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:43:19:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:44:15:E: element "LISTITEM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:45:6:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:51:17:E: element "VARLISTENTRY" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:52:11:E: element "TERM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:52:19:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:53:15:E: element "LISTITEM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:54:6:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:60:17:E: element "VARLISTENTRY" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:61:11:E: element "TERM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:61:19:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:61:46:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:62:15:E: element "LISTITEM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:63:6:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:69:17:E: element "VARLISTENTRY" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:70:11:E: element "TERM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:70:19:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:70:46:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:71:15:E: element "LISTITEM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:72:6:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:74:15:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:79:17:E: element "VARLISTENTRY" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:80:11:E: element "TERM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:80:19:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:80:50:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:81:15:E: element "LISTITEM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:82:6:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:84:15:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:85:23:E: element "LITERAL" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:86:11:E: element "LITERAL" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:86:37:E: element "LITERAL" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:87:11:E: element "LITERAL" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:87:36:E: element "LITERAL" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:88:11:E: element "LITERAL" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:88:38:E: element "LITERAL" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:89:11:E: element "LITERAL" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:91:6:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:99:17:E: element "VARLISTENTRY" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:100:11:E: element "TERM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:100:19:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:100:43:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:101:15:E: element "LISTITEM" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:102:6:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/./common_options.sgml:103:40:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:215:11:E: element "REFSECT1" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:216:10:E: element "TITLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:217:11:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:219:23:E: element "PROGRAMLISTING" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:223:11:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:225:23:E: element "PROGRAMLISTING" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:229:11:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:232:15:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:233:29:E: element "COMMAND" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:234:23:E: element "PROGRAMLISTING" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:237:42:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:239:23:E: element "PROGRAMLISTING" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:245:11:E: element "REFSECT1" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:246:10:E: element "TITLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:247:9:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:250:23:E: element "COMMAND" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:253:9:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:255:30:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:257:18:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:257:54:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:258:22:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:260:9:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:262:29:E: element "COMMAND" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:267:11:E: element "REFSECT1" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:268:10:E: element "TITLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:269:9:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:270:28:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:271:18:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:274:18:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:275:21:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:277:25:E: element "EMPHASIS" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:278:28:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:279:18:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:281:9:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:282:29:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:284:42:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:285:58:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:288:18:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:291:9:E: element "PARA" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:292:46:E: element "OPTION" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:293:40:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:294:18:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:297:47:E: element "COMMAND" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:300:33:E: element "REPLACEABLE" undefined
> nsgmls:/root/lxc/doc/lxc-attach.sgml:301:18:E: element "REPLACEABLE" undefined
> nsgmls:I: maximum number of errors (200) reached; change with -E option
> Can't call method "value" on an undefined value at /usr/share/perl5/sgmlspl-specs/docbook2man-spec.pl line 249, <STDIN> line 1.
> make[2]: *** [lxc-attach.1] Error 8
> make[2]: Leaving directory `/root/lxc/doc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/lxc/doc'
> make: *** [all-recursive] Error 1


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: OpenPGP digital signature
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20130424/67cff5c8/attachment.pgp>


More information about the lxc-devel mailing list