more xopts
[k8sbuild.git] / xoptz / source-highlight.xopt
blob44ec05602d7eeefac324f2d8ccd07006a42ade29
1 profile=empty
3   --enable-silent-rules   less verbose build output (undo: "make V=1")
4 #  --enable-shared[=PKGS]  build shared libraries [default=yes]
5   --enable-static=no  build static libraries [default=yes]
6   --without-bash-completion
7   --without-doxygen
10 !DESC
11 source-highlight -- syntax highlighting for source documents
13 This program, given a source file, produces a document with syntax
14 highlighting.  Both source languages and output formats can be
15 specified with a simple syntax and added dynamically.  At the
16 moment this package can handle many programming languages, such as,
17 e.g., Java, C/C++, Prolog, Perl, Php3, Python, Flex, ChangeLog, etc.
18 as source languages, and some output formats such, as, e.g., HTML,
19 XHTML, LaTeX, etc.
21 http://www.gnu.org/software/src-highlite/
22 !EOF