.
will be generated. You may view the manual page with: nroff -man .
| less'. A typical entry in a Makefile or Makefile.am is: DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl XP = xsltproc -nonet -param man.charmap.use.subset "0" manpage.1: manpage.xml $(XP) $(DB2MAN) $< The xsltproc binary is found in the xsltproc package. The XSL files are in docbook-xsl. A description of the parameters you can use can be found in the docbook-xsl-doc-* packages. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include xsltproc and docbook-xsl in your Build-Depends control field. Alternatively use the xmlto command/package. That will also automatically pull in xsltproc and docbook-xsl. Notes for using docbook2x: docbook2x-man does not automatically create the AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as ... . To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be found in the docbook-xsl-doc-html package. Validation can be done using: `xmllint -noout -valid manpage.xml` General documentation about man-pages and man-page-formatting: man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ --> ]> &dhtitle; &dhucpackage; &dhfirstname; &dhsurname; Wrote this manpage for the Debian system.
&dhemail;
2007 &dhusername; This manual page was written for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. 2008-10-04
&dhpackage; &dhsection; 2.0.2 &dhpackage; compile protocol buffer description files &dhpackage; PROTO_FILE &dhpackage; &dhpackage; DESCRIPTION &dhpackage; is a compiler for protocol buffers definitions files. It can can generate C++, Java and Python source code for the classes defined in PROTO_FILE. OPTIONS Specify the directory in which to search for imports. May be specified multiple times; directories will be searched in order. If not given, the current working directory is used. Enable generation of C++ bindings and store them in OUT_DIR. Enable generation of Java bindings and store them in OUT_DIR. Enable generation of Python bindings and store them in OUT_DIR. Show summary of options. Show version of program. Note that at least one of the , and options must be given (otherwise the program has nothing to do). It's also possible to specify more than one. BUGS The program currently exits with code 255 for all errors, which makes it hard to differentiante from scripts the actual error. The upstreams BTS can be found at . SEE ALSO More documentation about protocol buffers syntax and APIs is available online at .