Fixing an error I missed, this will need a different macro as well

Thank you for your time,
-Chase

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On July 28, 2018 9:44 AM, Chase via cdesktopenv-devel 
<cdesktopenv-devel@lists.sourceforge.net> wrote:

> We will now depend on the opensp package, the macro will most likely need to 
> be changed for *bsd and solaris
>
> Thank you for your time,
> -Chase
From 053cc81a74b9dd43ad896f5f68f3222d8dea39f7 Mon Sep 17 00:00:00 2001
From: chase <ch...@localhost.com>
Date: Sat, 28 Jul 2018 15:03:02 -0500
Subject: [PATCH] Fix man page generation error

---
 cde/doc/util/dbtoman/dbtoman | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/cde/doc/util/dbtoman/dbtoman b/cde/doc/util/dbtoman/dbtoman
index a76d41d3..05b7412a 100755
--- a/cde/doc/util/dbtoman/dbtoman
+++ b/cde/doc/util/dbtoman/dbtoman
@@ -5,20 +5,20 @@
 #	dbtoman
 #
 #############################################################################
-# 
+#
 # Copyright (c) 1996 X Consortium
 # Copyright (c) 1996 Dalrymple Consulting
-# 
+#
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # in the Software without restriction, including without limitation the rights
 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 # copies of the Software, and to permit persons to whom the Software is
 # furnished to do so, subject to the following conditions:
-# 
+#
 # The above copyright notice and this permission notice shall be included in
 # all copies or substantial portions of the Software.
-# 
+#
 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
@@ -26,12 +26,12 @@
 # OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 # OTHER DEALINGS IN THE SOFTWARE.
-# 
+#
 # Except as contained in this notice, the names of the X Consortium and
 # Dalrymple Consulting shall not be used in advertising or otherwise to
 # promote the sale, use or other dealings in this Software without prior
 # written authorization.
-# 
+#
 
 trap "rm -f /tmp/dtm.$$.psinc /tmp/dtm.$$.out1 /tmp/dtm.$$.out2" 0 1 2 3 4 5 6 7 8 10 12 15
 
@@ -40,7 +40,7 @@ SGML=$CDETOP/programs/dtdocbook/doc2sdl/SGML
 TPT_LIB=$CDETOP/doc/util/dbtoman/transpec
 export TPT_LIB
 
-PARSER=$CDETOP/programs/nsgmls/nsgmls
+PARSER=/usr/bin/onsgmls
 if [ -x $PARSER ]
 then
 PARSER_OPTS="-g -oline -wno-idref"
-- 
2.17.1

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to