From: Adam Dickmeiss Date: Wed, 24 May 2006 12:46:39 +0000 (+0000) Subject: Goodbye docbook-to-man wrappers. I won't miss you. X-Git-Tag: YAZ.2.1.20~3 X-Git-Url: http://git.indexdata.com/?p=id-docbook-common-moved-to-github.git;a=commitdiff_plain;h=5236f8c03da78a07d51ff660a4b7e810bdfef16d Goodbye docbook-to-man wrappers. I won't miss you. --- diff --git a/Makefile.am b/Makefile.am index da4398f..f4a6a81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 index a86e046..0000000 --- a/docbook-to-man.sh +++ /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 index 0c1eb06..0000000 --- a/docbook2man.sh +++ /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