r630 - packages/supertuxkart/trunk/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Sun May 7 20:12:30 UTC 2006


Author: goneri-guest
Date: 2006-05-07 20:12:29 +0000 (Sun, 07 May 2006)
New Revision: 630

Added:
   packages/supertuxkart/trunk/debian/supertuxkart.sgml
Modified:
   packages/supertuxkart/trunk/debian/rules
Log:
install manpage


Modified: packages/supertuxkart/trunk/debian/rules
===================================================================
--- packages/supertuxkart/trunk/debian/rules	2006-05-07 20:10:20 UTC (rev 629)
+++ packages/supertuxkart/trunk/debian/rules	2006-05-07 20:12:29 UTC (rev 630)
@@ -37,7 +37,7 @@
 
 	# Add here commands to compile the package.
 	$(MAKE)
-	#docbook-to-man debian/supertuxkart.sgml > supertuxkart.1
+	docbook-to-man debian/supertuxkart.sgml > supertuxkart.6
 
 	touch build-stamp
 
@@ -88,6 +88,7 @@
 	dh_installdocs
 	dh_installexamples
 	dh_installmenu
+	dh_installman debian/supertuxkart.6
 	dh_installman
 	dh_link
 	dh_strip

Added: packages/supertuxkart/trunk/debian/supertuxkart.sgml
===================================================================
--- packages/supertuxkart/trunk/debian/supertuxkart.sgml	2006-05-07 20:10:20 UTC (rev 629)
+++ packages/supertuxkart/trunk/debian/supertuxkart.sgml	2006-05-07 20:12:29 UTC (rev 630)
@@ -0,0 +1,106 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Goneri</firstname>">
+  <!ENTITY dhsurname   "<surname>Le Bouder</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>May 7, 2006</date>">
+  <!ENTITY dhsection   "<manvolnum>6</manvolnum>">
+  <!ENTITY dhemail     "<email>&lt;goneri at rulezlan.org&gt;</email>">
+  <!ENTITY dhusername  "Stefan Potyra">
+  <!ENTITY dhucpackage "<refentrytitle>SUPERTUXKART</refentrytitle>">
+  <!ENTITY dhpackage   "supertuxkart">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2006</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>A Kart Game Featuring Tux and Friends</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+<!--
+  <refsect1>
+    <title>DESCRIPTION</title>
+  </refsect1>
+-->
+  <refsect1>
+    <title>OPTIONS</title>
+    <para>&dhpackage has no options.</para>
+  </refsect1>
+
+
+
+  <refsect1>
+    <title>FILES</title>
+    <variablelist>
+      <varlistentry>
+        <term><filename>$(HOME)/.supertuxkart/</filename></term>
+        <listitem>
+          <para>Configuration directory.
+          </para>
+        </listitem>
+      </varlistentry> 
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+    <para>This manual page was written by &dhusername; &dhemail; 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 any 
+	  later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in /usr/share/common-licenses/GPL.
+    </para>
+
+  </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:
+-->
+
+




More information about the Pkg-games-commits mailing list