Goodbye docbook-to-man wrappers. I won't miss you.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 May 2006 12:46:39 +0000 (12:46 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 May 2006 12:46:39 +0000 (12:46 +0000)
Makefile.am
docbook-to-man.sh [deleted file]
docbook2man.sh [deleted file]

index da4398f..f4a6a81 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.10 2006-05-24 12:33:22 adam Exp $
+## $Id: Makefile.am,v 1.11 2006-05-24 12:46:39 adam Exp $
 
 commondir=$(datadir)/doc/@PACKAGE@/common
 
@@ -13,8 +13,7 @@ SUPPORTFILES = \
  html.xsl.in \
  tkl.xsl.in \
  print.dsl.in \
- man.xsl.in \
- docbook2man.sh docbook-to-man.sh
+ man.xsl.in
 
 EXTRA_DIST = $(SUPPORTFILES) $(common_DATA) README
 
diff --git a/docbook-to-man.sh b/docbook-to-man.sh
deleted file mode 100755 (executable)
index a86e046..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-# $Id: docbook-to-man.sh,v 1.1 2006-05-23 19:08:46 adam Exp $
-exec docbook-to-man $1 >$2
diff --git a/docbook2man.sh b/docbook2man.sh
deleted file mode 100755 (executable)
index 0c1eb06..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# $Id: docbook2man.sh,v 1.1 2006-05-23 19:08:46 adam Exp $
-if test $2; then
-       exec docbook2man $1
-else
-       echo "No second arg for docbook2man.sh"
-       exit 1
-fi