[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:54:36 UTC 2010


The following commit has been merged in the master branch:
commit d152cd2d9a017b671a978e61fa4c9b857145086c
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Jan 29 00:43:43 2005 +0100

    Added doc directory
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-181)

diff --git a/COPYRIGHT b/COPYRIGHT
index 07cf2b0..64329bc 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -157,7 +157,9 @@ http://urchin.earth.li/darcs/ian/inflate/Inflate.lhs
 MissingH.Regex.Pesco was written by Sven Moritz Hallberg,
 <pesco@@gmx.de>, on December 6, 2004.  It was pulled from the darcs
 repository at http://www.scannedinavian.org/~pesco/code/Regex/ as of
-January 28, 2005.
+January 28, 2005.  The pescofmt.fmt in the doc/ directory was also
+written by him.  The Pesco.pdf in the doc/ directory is generated from
+these two files.
 
 Sven's license is:
 
diff --git a/ChangeLog b/ChangeLog
index 4ac9789..c349607 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,26 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2005-01-28 17:43:43 GMT	John Goerzen <jgoerzen at complete.org>	patch-181
+
+    Summary:
+      Added doc directory
+    Revision:
+      missingh--head--0.7--patch-181
+
+
+    new files:
+     doc/.arch-ids/=id doc/.arch-ids/Pesco.pdf.id
+     doc/.arch-ids/pescofmt.fmt.id doc/Makefile doc/Pesco.pdf
+     doc/pescofmt.fmt
+
+    modified files:
+     COPYRIGHT ChangeLog Makefile libsrc/MissingH/Regex/Pesco.lhs
+
+    new directories:
+     doc doc/.arch-ids
+
+
 2005-01-28 17:29:47 GMT	John Goerzen <jgoerzen at complete.org>	patch-180
 
     Summary:
diff --git a/Makefile b/Makefile
index 8c50385..cbdcde4 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ clean:
 	-./setup clean
 	-rm -rf html `find . -name "*.o"` `find . -name "*.hi"` \
 		`find . -name "*~"` *.a setup dist testsrc/runtests
+	-cd doc && $(MAKE) clean
 
 testsrc/runtests: all $(shell find testsrc -name "*.hs")
 	ghc6 -fallow-overlapping-instances -fallow-undecidable-instances -fglasgow-exts -package HUnit --make -o testsrc/runtests -itestsrc -ilibsrc testsrc/runtests.hs
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..b095b08
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,12 @@
+# arch-tag: Makefile for documentation
+
+all: Pesco.pdf
+
+clean:
+	-rm -f Pesco.{aux,log,tex} *~
+
+Pesco.tex: ../libsrc/MissingH/Regex/Pesco.lhs
+	lhs2TeX --poly $< > $@
+
+Pesco.pdf: Pesco.tex
+	pdflatex Pesco.tex
diff --git a/doc/Pesco.pdf b/doc/Pesco.pdf
new file mode 100644
index 0000000..86ea14c
Binary files /dev/null and b/doc/Pesco.pdf differ
diff --git a/doc/pescofmt.fmt b/doc/pescofmt.fmt
new file mode 100644
index 0000000..0883610
--- /dev/null
+++ b/doc/pescofmt.fmt
@@ -0,0 +1,35 @@
+
+\renewcommand{\Conid}[1]{\mathrm{#1}}
+
+%format forall a = "\forall " a
+
+%format . = "\circ "
+%format * = "\cdot "
+%format =~ = "\simeq "
+%format ~= = "\backsimeq "
+% %format $~ = "\$\center{~} "
+% %format ~$ = "\center{~}\$ "
+% %format //~ = "//\sim "
+% %format ~// = "\sim// "
+% %format /~ = "/\sim "
+% %format ~/ = "\sim/ "
+
+%format alpha = "\alpha "
+%format beta = "\beta "
+%format gamma = "\gamma "
+%format delta = "\delta "
+%format epsilon = "\varepsilon "
+%format zeta = "\zeta "
+%format eta = "\eta "
+%format theta = "\vartheta "
+%format iota = "\iota "
+%format kappa = "\kappa "
+%format pi = "\pi "
+%format rho = "\rho "
+%format sigma = "\sigma "
+%format tau = "\tau "
+%format upsilon = "\upsilon"
+%format phi = "\varphi "
+%format chi = "\chi "
+%format psi = "\psi "
+%format omega = "\omega "
diff --git a/libsrc/MissingH/Regex/Pesco.lhs b/libsrc/MissingH/Regex/Pesco.lhs
index 4e6cdd0..ab74ba7 100644
--- a/libsrc/MissingH/Regex/Pesco.lhs
+++ b/libsrc/MissingH/Regex/Pesco.lhs
@@ -39,8 +39,7 @@ escape characters.
 
 \begin{code}
 {-# OPTIONS -fglasgow-exts #-}
-{- | Documentation for this module can be found in the doc directory
-in the MissingH distribution. -}
+{- | Documentation for this module can be found in the doc directory in the MissingH distribution. | -}
 
 module MissingH.Regex.Pesco
     (  Regex (match)       -- type class

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list