diff options
author | Guido Günther <agx@sigxcpu.org> | 2013-06-26 13:32:32 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-06-26 13:49:07 +0200 |
commit | c365f7c19df412b259a3a52e213f31626e3cb75f (patch) | |
tree | 363b2559d32a10bc39776d90701149ed76d00acf | |
parent | 1eea5d5706ec254bbbc19082c2437acf436cade2 (diff) | |
download | git-buildpackage-c365f7c19df412b259a3a52e213f31626e3cb75f.tar.gz git-buildpackage-c365f7c19df412b259a3a52e213f31626e3cb75f.tar.bz2 git-buildpackage-c365f7c19df412b259a3a52e213f31626e3cb75f.zip |
Rename the sgml files from git- to gbp-
-rw-r--r-- | docs/Makefile | 10 | ||||
-rw-r--r-- | docs/man.gbp-buildpackage.sgml (renamed from docs/man.git-buildpackage.sgml) | 2 | ||||
-rw-r--r-- | docs/man.gbp-dch.sgml (renamed from docs/man.git-dch.sgml) | 2 | ||||
-rw-r--r-- | docs/man.gbp-import-dsc.sgml (renamed from docs/man.git-import-dsc.sgml) | 2 | ||||
-rw-r--r-- | docs/man.gbp-import-dscs.sgml (renamed from docs/man.git-import-orig.sgml) | 2 | ||||
-rw-r--r-- | docs/man.gbp-import-orig.sgml (renamed from docs/man.git-import-dscs.sgml) | 2 | ||||
-rw-r--r-- | docs/manpages/gbp-buildpackage.sgml (renamed from docs/manpages/git-buildpackage.sgml) | 2 | ||||
-rw-r--r-- | docs/manpages/gbp-clone.sgml | 2 | ||||
-rw-r--r-- | docs/manpages/gbp-create-remote-repo.sgml | 2 | ||||
-rw-r--r-- | docs/manpages/gbp-dch.sgml (renamed from docs/manpages/git-dch.sgml) | 2 | ||||
-rw-r--r-- | docs/manpages/gbp-import-dsc.sgml (renamed from docs/manpages/git-import-dsc.sgml) | 2 | ||||
-rw-r--r-- | docs/manpages/gbp-import-dscs.sgml (renamed from docs/manpages/git-import-dscs.sgml) | 0 | ||||
-rw-r--r-- | docs/manpages/gbp-import-orig.sgml (renamed from docs/manpages/git-import-orig.sgml) | 2 | ||||
-rw-r--r-- | docs/manpages/gbp-pull.sgml | 2 | ||||
-rw-r--r-- | docs/manpages/gbp.sgml | 2 | ||||
-rw-r--r-- | docs/manpages/manpages.ent | 12 | ||||
-rw-r--r-- | docs/manual.sgml | 10 |
17 files changed, 29 insertions, 29 deletions
diff --git a/docs/Makefile b/docs/Makefile index 3540e676..93dd1352 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,10 +1,10 @@ #!/usr/bin/make -MAN1S = git-buildpackage \ - git-import-dsc \ - git-import-dscs \ - git-import-orig \ - git-dch \ +MAN1S = gbp-buildpackage \ + gbp-import-dsc \ + gbp-import-dscs \ + gbp-import-orig \ + gbp-dch \ gbp \ gbp-pull \ gbp-clone \ diff --git a/docs/man.git-buildpackage.sgml b/docs/man.gbp-buildpackage.sgml index 8708e845..e6496696 100644 --- a/docs/man.git-buildpackage.sgml +++ b/docs/man.gbp-buildpackage.sgml @@ -7,5 +7,5 @@ <reference> <title>git-buildpackage Manual</title> -&man.git.buildpackage; +&man.gbp.buildpackage; </reference> diff --git a/docs/man.git-dch.sgml b/docs/man.gbp-dch.sgml index 797f372a..a31e12c5 100644 --- a/docs/man.git-dch.sgml +++ b/docs/man.gbp-dch.sgml @@ -7,5 +7,5 @@ <reference> <title>git-buildpackage Manual</title> -&man.git.dch; +&man.gbp.dch; </reference> diff --git a/docs/man.git-import-dsc.sgml b/docs/man.gbp-import-dsc.sgml index e770900f..6e1d02d3 100644 --- a/docs/man.git-import-dsc.sgml +++ b/docs/man.gbp-import-dsc.sgml @@ -7,5 +7,5 @@ <reference> <title>git-buildpackage Manual</title> -&man.git.importdsc; +&man.gbp.importdsc; </reference> diff --git a/docs/man.git-import-orig.sgml b/docs/man.gbp-import-dscs.sgml index c77dab24..1fb47ee3 100644 --- a/docs/man.git-import-orig.sgml +++ b/docs/man.gbp-import-dscs.sgml @@ -7,5 +7,5 @@ <reference> <title>git-buildpackage Manual</title> -&man.git.importorig; +&man.gbp.importdscs; </reference> diff --git a/docs/man.git-import-dscs.sgml b/docs/man.gbp-import-orig.sgml index 3777e895..c64bffe7 100644 --- a/docs/man.git-import-dscs.sgml +++ b/docs/man.gbp-import-orig.sgml @@ -7,5 +7,5 @@ <reference> <title>git-buildpackage Manual</title> -&man.git.importdscs; +&man.gbp.importorig; </reference> diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/gbp-buildpackage.sgml index 4660f5f4..c7fc528c 100644 --- a/docs/manpages/git-buildpackage.sgml +++ b/docs/manpages/gbp-buildpackage.sgml @@ -447,7 +447,7 @@ </variablelist> </refsect1> <refsect1> - &man.git.config-files; + &man.gbp.config-files; <para>All options in the config files are specified without the 'git-' prefix.</para> </refsect1> <refsect1> diff --git a/docs/manpages/gbp-clone.sgml b/docs/manpages/gbp-clone.sgml index 1b01401d..c63db2f5 100644 --- a/docs/manpages/gbp-clone.sgml +++ b/docs/manpages/gbp-clone.sgml @@ -91,7 +91,7 @@ </variablelist> </refsect1> <refsect1> - &man.git.config-files; + &man.gbp.config-files; </refsect1> <refsect1> <title>SEE ALSO</title> diff --git a/docs/manpages/gbp-create-remote-repo.sgml b/docs/manpages/gbp-create-remote-repo.sgml index 19bf4558..08c621a5 100644 --- a/docs/manpages/gbp-create-remote-repo.sgml +++ b/docs/manpages/gbp-create-remote-repo.sgml @@ -136,7 +136,7 @@ </variablelist> </refsect1> <refsect1> - &man.git.config-files; + &man.gbp.config-files; </refsect1> <refsect1> <title>SEE ALSO</title> diff --git a/docs/manpages/git-dch.sgml b/docs/manpages/gbp-dch.sgml index 7e550f37..96e42f55 100644 --- a/docs/manpages/git-dch.sgml +++ b/docs/manpages/gbp-dch.sgml @@ -401,7 +401,7 @@ </screen> </refsect1> <refsect1> - &man.git.config-files; + &man.gbp.config-files; </refsect1> <refsect1> <title>SEE ALSO</title> diff --git a/docs/manpages/git-import-dsc.sgml b/docs/manpages/gbp-import-dsc.sgml index 221288fc..52d8d434 100644 --- a/docs/manpages/git-import-dsc.sgml +++ b/docs/manpages/gbp-import-dsc.sgml @@ -175,7 +175,7 @@ </variablelist> </refsect1> <refsect1> - &man.git.config-files; + &man.gbp.config-files; </refsect1> <refsect1> <title>SEE ALSO</title> diff --git a/docs/manpages/git-import-dscs.sgml b/docs/manpages/gbp-import-dscs.sgml index b494e294..b494e294 100644 --- a/docs/manpages/git-import-dscs.sgml +++ b/docs/manpages/gbp-import-dscs.sgml diff --git a/docs/manpages/git-import-orig.sgml b/docs/manpages/gbp-import-orig.sgml index e8ce68e7..2a2e015c 100644 --- a/docs/manpages/git-import-orig.sgml +++ b/docs/manpages/gbp-import-orig.sgml @@ -197,7 +197,7 @@ </variablelist> </refsect1> <refsect1> - &man.git.config-files; + &man.gbp.config-files; </refsect1> <refsect1> <title>SEE ALSO</title> diff --git a/docs/manpages/gbp-pull.sgml b/docs/manpages/gbp-pull.sgml index 282ced41..b1a36304 100644 --- a/docs/manpages/gbp-pull.sgml +++ b/docs/manpages/gbp-pull.sgml @@ -132,7 +132,7 @@ </variablelist> </refsect1> <refsect1> - &man.git.config-files; + &man.gbp.config-files; </refsect1> <refsect1> <title>SEE ALSO</title> diff --git a/docs/manpages/gbp.sgml b/docs/manpages/gbp.sgml index 7376edab..c2400b1f 100644 --- a/docs/manpages/gbp.sgml +++ b/docs/manpages/gbp.sgml @@ -131,7 +131,7 @@ </variablelist> </refsect1> <refsect1> - &man.git.config-files; + &man.gbp.config-files; </refsect1> <refsect1> <title>SEE ALSO</title> diff --git a/docs/manpages/manpages.ent b/docs/manpages/manpages.ent index f305b303..3aee1def 100644 --- a/docs/manpages/manpages.ent +++ b/docs/manpages/manpages.ent @@ -1,13 +1,13 @@ -<!ENTITY man.git.importorig SYSTEM "git-import-orig.sgml"> -<!ENTITY man.git.importdsc SYSTEM "git-import-dsc.sgml"> -<!ENTITY man.git.importdscs SYSTEM "git-import-dscs.sgml"> -<!ENTITY man.git.buildpackage SYSTEM "git-buildpackage.sgml"> -<!ENTITY man.git.dch SYSTEM "git-dch.sgml"> +<!ENTITY man.gbp.importorig SYSTEM "gbp-import-orig.sgml"> +<!ENTITY man.gbp.importdsc SYSTEM "gbp-import-dsc.sgml"> +<!ENTITY man.gbp.importdscs SYSTEM "gbp-import-dscs.sgml"> +<!ENTITY man.gbp.buildpackage SYSTEM "gbp-buildpackage.sgml"> +<!ENTITY man.gbp.dch SYSTEM "gbp-dch.sgml"> <!ENTITY man.gbp SYSTEM "gbp.sgml"> <!ENTITY man.gbp.pull SYSTEM "gbp-pull.sgml"> <!ENTITY man.gbp.clone SYSTEM "gbp-clone.sgml"> <!ENTITY man.gbp.pq SYSTEM "gbp-pq.sgml"> <!ENTITY man.gbp.create.remote.repo SYSTEM "gbp-create-remote-repo.sgml"> <!ENTITY man.gbp.conf SYSTEM "gbp.conf.sgml"> -<!ENTITY man.git.config-files SYSTEM "man.conffiles.sgml"> +<!ENTITY man.gbp.config-files SYSTEM "man.conffiles.sgml"> <!ENTITY man.seealso.common SYSTEM "man.seealso.sgml"> diff --git a/docs/manual.sgml b/docs/manual.sgml index 5db1a15b..529f8109 100644 --- a/docs/manual.sgml +++ b/docs/manual.sgml @@ -28,11 +28,11 @@ <appendix id="man.reference"> <title>Command Reference</title> &man.gbp; - &man.git.buildpackage; - &man.git.importdsc; - &man.git.importdscs; - &man.git.importorig; - &man.git.dch; + &man.gbp.buildpackage; + &man.gbp.importdsc; + &man.gbp.importdscs; + &man.gbp.importorig; + &man.gbp.dch; &man.gbp.clone; &man.gbp.pull; &man.gbp.pq; |