[BACK]Return to printOnlineHelp CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Doc

Diff for /OpenXM/src/kan96xx/Doc/printOnlineHelp between version 1.1 and 1.2

version 1.1, 1999/10/08 02:12:02 version 1.2, 2000/01/19 06:41:02
Line 1 
Line 1 
   #!/bin/sh
   # $OpenXM$
 /bin/rm -f onlinehelp.tex  /bin/rm -f onlinehelp.tex
 echo "%%% DO NOT EDIT THIS FILE. GENERATED BY Doc/printOnlineHelp" >onlinehelp.tex  echo "%%% DO NOT EDIT THIS FILE. GENERATED BY Doc/printOnlineHelp" >onlinehelp.tex
 echo "%%% DO NOT EDIT THIS FILE. GENERATED BY Doc/printOnlineHelp" >>onlinehelp.tex  echo "%%% DO NOT EDIT THIS FILE. GENERATED BY Doc/printOnlineHelp" >>onlinehelp.tex
   LOAD_SM1_PATH=../../../lib/sm1
   export LOAD_SM1_PATH
 ../Kan/sm1 -q -s "[(parse) (printhelp.sm1) pushfile] extension printOnlineHelp quit" >>onlinehelp.tex  ../Kan/sm1 -q -s "[(parse) (printhelp.sm1) pushfile] extension printOnlineHelp quit" >>onlinehelp.tex

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>