[project @ 2000-05-12 15:45:48 by rrt]
[ghc-hetmet.git] / glafp-utils / docbook / db2rtf
index 786f415..9812874 100644 (file)
@@ -1,13 +1,6 @@
 #! /bin/sh
 
-DB_STYLESHEET=$SGML_TOP/stylesheets/cygnus-both.dsl
-ADMON_GRAPHICS=$SGML_TOP/stylesheets/nwalsh-modular/images/*.gif
-
 output=db2rtf.rtf
-#TMPFN=db2rtf$$.rtf
-
-# setting SGML_CATALOG_FILES should be done in the Makefile at build time
-# of jade but I set it here anyway in case someone forgets.
 
 # Dave Mason's option to specify a different stylesheet
 case $1 in
@@ -37,9 +30,6 @@ then
   fi
 fi
 
-### echo "about to copy admon graphics to this dir"
-### cp ${ADMON_GRAPHICS} .
-
 cat $* | jade -t rtf -d ${DB_STYLESHEET}\#print
 
 if [ $# -eq 1 ]