[Pkg-haskell-commits] darcs: policy: Initial (mostly empty) checkin

Ian Lynagh igloo at earth.li
Fri Nov 5 15:01:54 UTC 2010


Fri Jul 23 02:50:33 UTC 2004  Ian Lynagh <igloo at earth.li>
  * Initial (mostly empty) checkin

    A ./Makefile
    A ./haskell-policy.sgml

Fri Jul 23 02:50:33 UTC 2004  Ian Lynagh <igloo at earth.li>
  * Initial (mostly empty) checkin
diff -rN -u old-policy/haskell-policy.sgml new-policy/haskell-policy.sgml
--- old-policy/haskell-policy.sgml	1970-01-01 00:00:00.000000000 +0000
+++ new-policy/haskell-policy.sgml	2010-11-05 15:01:53.342998138 +0000
@@ -0,0 +1,64 @@
+<!doctype debiandoc public "-//DebianDoc//DTD DebianDoc//EN"
+[
+<!entity version "0.1.0">
+<!entity must   "<em>must</em>">
+<!entity should "<em>should</em>">
+<!entity may    "<em>may</em>">
+]
+>
+
+<debiandoc>
+<book id="haskell-policy">
+    <titlepag>
+        <title>Haskell Policy</title>
+        <author><name>Ian Lynagh</name><email>igloo at earth.li</email></author>
+        <version>&version;</version>
+    
+        <abstract>
+            XXX Nothing to say here yet.
+        </abstract>
+
+        <copyright>
+            <copyrightsummary>
+                Copyright &copy; 2004 Ian Lynagh
+            </copyrightsummary>
+            <p>
+                This program is free software; you can redistribute it
+                and/or modify it under the terms of the GNU General
+                Public License as published by the Free Software
+                Foundation; either version 2 of the License, or (at your
+                option) any later version.
+            </p>
+
+            <p>
+                This program is distributed in the hope that it will be
+                useful, but <em>without any warranty</em>; without even
+                the implied warranty of <em>merchantability</em> or
+                <em>fitness for a particular purpose</em>.  See the GNU
+                General Public License for more details.
+            </p>
+
+            <p>
+                A copy of the GNU General Public License is available as
+                <file>/usr/share/common-licenses/GPL</file> in the
+                Debian GNU/Linux distribution or on the World Wide Web
+                at <url id="http://www.gnu.org/copyleft/gpl.html"
+                        name="the GNU General Public Licence">.
+                You can also obtain it by writing to the Free Software
+                Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+                02111-1307 USA
+            </p>
+        </copyright>
+    </titlepag>
+
+    <toc detail="sect">
+
+    <chapt id="foo">
+        <heading>Foo</heading>
+        <p>
+            Foo should bar <em>should</em> baz &should; quux.
+        </p>
+    </chapt>
+</book>
+</debiandoc>
+
diff -rN -u old-policy/Makefile new-policy/Makefile
--- old-policy/Makefile	1970-01-01 00:00:00.000000000 +0000
+++ new-policy/Makefile	2010-11-05 15:01:53.326997293 +0000
@@ -0,0 +1,16 @@
+
+SGML=haskell-policy.sgml
+
+all: text html
+
+text:
+	debiandoc2text $(SGML)
+
+html:
+	debiandoc2html $(SGML)
+
+clean:
+	rm -rf haskell-policy.html haskell-policy.txt
+
+.PHONY: all clean text html
+





More information about the Pkg-haskell-commits mailing list