diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-05-15 19:23:21 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-05-15 19:23:21 +0000 |
commit | 36ac22a6a8ebe42a12406d0da3674213bea7d91e (patch) | |
tree | 1c46dc91439b12d1c723e3470639bbbe7180bd49 /textproc/Makefile | |
parent | 24ddc72704e708f39fb01f400903c2b7f2db6640 (diff) |
Haskell bindings to Chris Putnam's bibutils, a library that
interconverts between various bibliography formats using a common
MODS-format XML intermediate.
WWW: http://code.haskell.org/hs-bibutils
Notes
Notes:
svn path=/head/; revision=254370
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 702349818c87..ca592992e7d8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -223,6 +223,7 @@ SUBDIR += hs-feed SUBDIR += hs-haxml SUBDIR += hs-highlighting-kate-ghc + SUBDIR += hs-hs-bibutils SUBDIR += hs-polyparse-ghc SUBDIR += hs-stringsearch SUBDIR += hs-tagsoup |