diff options
author | Guido Günther <agx@sigxcpu.org> | 2014-04-01 20:29:22 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-04-01 22:42:13 +0200 |
commit | 4c6b06773876a35f55f8f5667af65a917f823757 (patch) | |
tree | 8623bdccf7d7d1a0d559bdb8f38dae4af0e652f0 /docs/man.gbp-config.sgml | |
parent | 03ada72d54480917c75e05568844e3f596e2cb64 (diff) | |
download | git-buildpackage-4c6b06773876a35f55f8f5667af65a917f823757.tar.gz git-buildpackage-4c6b06773876a35f55f8f5667af65a917f823757.tar.bz2 git-buildpackage-4c6b06773876a35f55f8f5667af65a917f823757.zip |
Add minimal 'config' command
This only allows to print single config values so far.
Closes: #733470
Diffstat (limited to 'docs/man.gbp-config.sgml')
-rw-r--r-- | docs/man.gbp-config.sgml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/man.gbp-config.sgml b/docs/man.gbp-config.sgml new file mode 100644 index 00000000..b0076e8e --- /dev/null +++ b/docs/man.gbp-config.sgml @@ -0,0 +1,11 @@ +<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ + <!ENTITY % COMMON SYSTEM "common.ent"> + %COMMON; + <!ENTITY % MANPAGES SYSTEM "manpages/manpages.ent"> + %MANPAGES; +]> + +<reference> +<title>git-buildpackage Manual</title> +&man.gbp.config; +</reference> |