summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-11-08 22:25:36 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-11-08 22:25:36 +0100
commit6f94038f6ed75bb2c1798ef15a9f1642fb5a4e79 (patch)
treeb0db574b9e1b07b3fb9b4e1de1b69adce7e02571 /docs
parentc48e88ca55a8ec2c90f4846a3081c1cc136aa826 (diff)
move docs around
for the later merge of the (yet mostly unwritten) manual
Diffstat (limited to 'docs')
-rw-r--r--docs/common.ent (renamed from docs/entities)2
-rw-r--r--docs/man.git-buildpackage.sgml11
-rw-r--r--docs/man.git-import-dsc.sgml11
-rw-r--r--docs/man.git-import-orig.sgml11
-rw-r--r--docs/manpages/git-buildpackage.sgml (renamed from docs/git-buildpackage.sgml)29
-rw-r--r--docs/manpages/git-import-dsc.sgml (renamed from docs/git-import-dsc.sgml)30
-rw-r--r--docs/manpages/git-import-orig.sgml (renamed from docs/git-import-orig.sgml)30
-rw-r--r--docs/manpages/manpages.ent3
8 files changed, 44 insertions, 83 deletions
diff --git a/docs/entities b/docs/common.ent
index 28846051..f3f4fb64 100644
--- a/docs/entities
+++ b/docs/common.ent
@@ -7,8 +7,10 @@
<!ENTITY git-buildpackage "<command>git-buildpackage</command>">
<!ENTITY git-import-orig "<command>git-import-orig</command>">
<!ENTITY git-import-dsc "<command>git-import-dsc</command>">
+ <!ENTITY gitcmd "<command>git</command>">
<!ENTITY debian "<productname>Debian</productname>">
+ <!ENTITY git "<productname>Git</productname>">
<!ENTITY gnu "<acronym>GNU</acronym>">
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
diff --git a/docs/man.git-buildpackage.sgml b/docs/man.git-buildpackage.sgml
new file mode 100644
index 00000000..8708e845
--- /dev/null
+++ b/docs/man.git-buildpackage.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.git.buildpackage;
+</reference>
diff --git a/docs/man.git-import-dsc.sgml b/docs/man.git-import-dsc.sgml
new file mode 100644
index 00000000..e770900f
--- /dev/null
+++ b/docs/man.git-import-dsc.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.git.importdsc;
+</reference>
diff --git a/docs/man.git-import-orig.sgml b/docs/man.git-import-orig.sgml
new file mode 100644
index 00000000..c77dab24
--- /dev/null
+++ b/docs/man.git-import-orig.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.git.importorig;
+</reference>
diff --git a/docs/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml
index 06a5401d..913b6297 100644
--- a/docs/git-buildpackage.sgml
+++ b/docs/manpages/git-buildpackage.sgml
@@ -1,9 +1,4 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
- <!ENTITY % ENTS SYSTEM "entities">
- %ENTS;
- <!ENTITY dhucpackage "<refentrytitle>git-buildpackage</refentrytitle>">
- ]>
-<refentry>
+<refentry id="gbp.man.git.buildpackage">
<refentryinfo>
<address>
&dhemail;
@@ -19,7 +14,7 @@
&dhdate;
</refentryinfo>
<refmeta>
- &dhucpackage;
+ <refentrytitle>git-buildpackage</refentrytitle>
&dhsection;
</refmeta>
<refnamediv>
@@ -106,23 +101,3 @@
</refsect1>
</refentry>
-
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
-
-
diff --git a/docs/git-import-dsc.sgml b/docs/manpages/git-import-dsc.sgml
index 01616981..22a5f6ea 100644
--- a/docs/git-import-dsc.sgml
+++ b/docs/manpages/git-import-dsc.sgml
@@ -1,9 +1,4 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
- <!ENTITY % ENTS SYSTEM "entities">
- %ENTS;
- <!ENTITY dhucpackage "<refentrytitle>git-import-dsc</refentrytitle>">
- ]>
-<refentry>
+<refentry id="gbp.man.git.import.dsc">
<refentryinfo>
<address>
&dhemail;
@@ -19,8 +14,7 @@
&dhdate;
</refentryinfo>
<refmeta>
- &dhucpackage;
-
+ <refentrytitle>git-import-dsc</refentrytitle>
&dhsection;
</refmeta>
<refnamediv>
@@ -79,23 +73,3 @@
</refsect1>
</refentry>
-
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
-
-
diff --git a/docs/git-import-orig.sgml b/docs/manpages/git-import-orig.sgml
index e5547062..01068dfe 100644
--- a/docs/git-import-orig.sgml
+++ b/docs/manpages/git-import-orig.sgml
@@ -1,9 +1,4 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
- <!ENTITY % ENTS SYSTEM "entities">
- %ENTS;
- <!ENTITY dhucpackage "<refentrytitle>git-import-orig</refentrytitle>">
- ]>
-<refentry>
+<refentry id="gbp.man.git.import.orig">
<refentryinfo>
<address>
&dhemail;
@@ -19,8 +14,7 @@
&dhdate;
</refentryinfo>
<refmeta>
- &dhucpackage;
-
+ <refentrytitle>git-import-orig</refentrytitle>
&dhsection;
</refmeta>
<refnamediv>
@@ -103,23 +97,3 @@
</refsect1>
</refentry>
-
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
-
-
diff --git a/docs/manpages/manpages.ent b/docs/manpages/manpages.ent
new file mode 100644
index 00000000..d024c6a9
--- /dev/null
+++ b/docs/manpages/manpages.ent
@@ -0,0 +1,3 @@
+<!ENTITY man.git.importorig SYSTEM "git-import-orig.sgml">
+<!ENTITY man.git.importdsc SYSTEM "git-import-dsc.sgml">
+<!ENTITY man.git.buildpackage SYSTEM "git-buildpackage.sgml">