[Lunar-commits] <moonbase> texi2html: Movng to doc-tools.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Oct 18 13:20:35 CEST 2011
commit 2bd15a8dbb636ba06d2878197a57a3012d03f3f0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Oct 18 07:20:35 2011 -0400
texi2html: Movng to doc-tools.
---
doc-tools/texi2html/DEPENDS | 1 +
doc-tools/texi2html/DETAILS | 17 +++++++++++++++++
zbeta/texi2html/DEPENDS | 1 -
zbeta/texi2html/DETAILS | 17 -----------------
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/doc-tools/texi2html/DEPENDS b/doc-tools/texi2html/DEPENDS
new file mode 100644
index 0000000..6826bc7
--- /dev/null
+++ b/doc-tools/texi2html/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/doc-tools/texi2html/DETAILS b/doc-tools/texi2html/DETAILS
new file mode 100644
index 0000000..da2b632
--- /dev/null
+++ b/doc-tools/texi2html/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=texi2html
+ VERSION=5.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://download.savannah.gnu.org/releases/texi2html/
+ SOURCE_VFY=sha1:20072444ce814d0e74fd7e467d1506908f8c889c
+ WEB_SITE=http://savannah.nongnu.org/projects/texi2html/
+ ENTERED=20110312
+ UPDATED=20110312
+ SHORT="A Perl script which converts Texinfo files to HTML output"
+
+cat << EOF
+This is an evolving version of the script, and now supports many
+advanced features, such as internationalization and extremely
+configurable output formats. It is still in development despite the
+fact that GNU makeinfo now supports HTML output, because it still
+supports many features beyond those supported by makeinfo.
+EOF
diff --git a/zbeta/texi2html/DEPENDS b/zbeta/texi2html/DEPENDS
deleted file mode 100644
index 6826bc7..0000000
--- a/zbeta/texi2html/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends perl
diff --git a/zbeta/texi2html/DETAILS b/zbeta/texi2html/DETAILS
deleted file mode 100644
index da2b632..0000000
--- a/zbeta/texi2html/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=texi2html
- VERSION=5.0
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://download.savannah.gnu.org/releases/texi2html/
- SOURCE_VFY=sha1:20072444ce814d0e74fd7e467d1506908f8c889c
- WEB_SITE=http://savannah.nongnu.org/projects/texi2html/
- ENTERED=20110312
- UPDATED=20110312
- SHORT="A Perl script which converts Texinfo files to HTML output"
-
-cat << EOF
-This is an evolving version of the script, and now supports many
-advanced features, such as internationalization and extremely
-configurable output formats. It is still in development despite the
-fact that GNU makeinfo now supports HTML output, because it still
-supports many features beyond those supported by makeinfo.
-EOF
More information about the Lunar-commits
mailing list