#! /bin/sh EXITCODE=0 rm -fr '../html' mkdir -p '../html' if [ -f 'aboutdbi.html' ] then ln 'aboutdbi.html' '../html' else echo 'ERROR: File aboutdbi.html does not exist' EXITCODE=1 fi if [ -f 'admin-fs.html' ] then ln 'admin-fs.html' '../html' else echo 'ERROR: File admin-fs.html does not exist' EXITCODE=1 fi if [ -f 'admin-paper.html' ] then ln 'admin-paper.html' '../html' else echo 'ERROR: File admin-paper.html does not exist' EXITCODE=1 fi if [ -f 'arrowtest1.fig' ] then ln 'arrowtest1.fig' '../html' else echo 'ERROR: File arrowtest1.fig does not exist' EXITCODE=1 fi if [ -f 'arrowtest1.pdf' ] then ln 'arrowtest1.pdf' '../html' else echo 'ERROR: File arrowtest1.pdf does not exist' EXITCODE=1 fi if [ -f 'arrowtest1.png' ] then ln 'arrowtest1.png' '../html' else echo 'ERROR: File arrowtest1.png does not exist' EXITCODE=1 fi if [ -f 'arrowtest1.svg' ] then ln 'arrowtest1.svg' '../html' else echo 'ERROR: File arrowtest1.svg does not exist' EXITCODE=1 fi if [ -f 'badcurve1.fig' ] then ln 'badcurve1.fig' '../html' else echo 'ERROR: File badcurve1.fig does not exist' EXITCODE=1 fi if [ -f 'badcurve1.pdf' ] then ln 'badcurve1.pdf' '../html' else echo 'ERROR: File badcurve1.pdf does not exist' EXITCODE=1 fi if [ -f 'badcurve1.png' ] then ln 'badcurve1.png' '../html' else echo 'ERROR: File badcurve1.png does not exist' EXITCODE=1 fi if [ -f 'badcurve1.svg' ] then ln 'badcurve1.svg' '../html' else echo 'ERROR: File badcurve1.svg does not exist' EXITCODE=1 fi if [ -f 'badcurve2.pdf' ] then ln 'badcurve2.pdf' '../html' else echo 'ERROR: File badcurve2.pdf does not exist' EXITCODE=1 fi if [ -f 'badcurve2.png' ] then ln 'badcurve2.png' '../html' else echo 'ERROR: File badcurve2.png does not exist' EXITCODE=1 fi if [ -f 'badcurve2.svg' ] then ln 'badcurve2.svg' '../html' else echo 'ERROR: File badcurve2.svg does not exist' EXITCODE=1 fi if [ -f 'bmpp.html' ] then ln 'bmpp.html' '../html' else echo 'ERROR: File bmpp.html does not exist' EXITCODE=1 fi if [ -f 'bzip2-Makefile-Solaris.txt' ] then ln 'bzip2-Makefile-Solaris.txt' '../html' else echo 'ERROR: File bzip2-Makefile-Solaris.txt does not exist' EXITCODE=1 fi if [ -f 'confbuild.html' ] then ln 'confbuild.html' '../html' else echo 'ERROR: File confbuild.html does not exist' EXITCODE=1 fi if [ -f 'contents.hhc' ] then ln 'contents.hhc' '../html' else echo 'ERROR: File contents.hhc does not exist' EXITCODE=1 fi if [ -f 'dataflow.png' ] then ln 'dataflow.png' '../html' else echo 'ERROR: File dataflow.png does not exist' EXITCODE=1 fi if [ -f 'dataflow.svg' ] then ln 'dataflow.svg' '../html' else echo 'ERROR: File dataflow.svg does not exist' EXITCODE=1 fi if [ -f 'default' ] then ln 'default' '../html' else echo 'ERROR: File default does not exist' EXITCODE=1 fi if [ -f 'dhcpd.conf' ] then ln 'dhcpd.conf' '../html' else echo 'ERROR: File dhcpd.conf does not exist' EXITCODE=1 fi if [ -f 'dk-cat.html' ] then ln 'dk-cat.html' '../html' else echo 'ERROR: File dk-cat.html does not exist' EXITCODE=1 fi if [ -f 'dk-db2t.html' ] then ln 'dk-db2t.html' '../html' else echo 'ERROR: File dk-db2t.html does not exist' EXITCODE=1 fi if [ -f 'dk-dbco.html' ] then ln 'dk-dbco.html' '../html' else echo 'ERROR: File dk-dbco.html does not exist' EXITCODE=1 fi if [ -f 'dk-fic.html' ] then ln 'dk-fic.html' '../html' else echo 'ERROR: File dk-fic.html does not exist' EXITCODE=1 fi if [ -f 'dk-lines.html' ] then ln 'dk-lines.html' '../html' else echo 'ERROR: File dk-lines.html does not exist' EXITCODE=1 fi if [ -f 'dk-ls.html' ] then ln 'dk-ls.html' '../html' else echo 'ERROR: File dk-ls.html does not exist' EXITCODE=1 fi if [ -f 'dk-rand.html' ] then ln 'dk-rand.html' '../html' else echo 'ERROR: File dk-rand.html does not exist' EXITCODE=1 fi if [ -f 'dk-recv.html' ] then ln 'dk-recv.html' '../html' else echo 'ERROR: File dk-recv.html does not exist' EXITCODE=1 fi if [ -f 'dk-send.html' ] then ln 'dk-send.html' '../html' else echo 'ERROR: File dk-send.html does not exist' EXITCODE=1 fi if [ -f 'dk-t2db.html' ] then ln 'dk-t2db.html' '../html' else echo 'ERROR: File dk-t2db.html does not exist' EXITCODE=1 fi if [ -f 'dkct-ex1-stm.png' ] then ln 'dkct-ex1-stm.png' '../html' else echo 'ERROR: File dkct-ex1-stm.png does not exist' EXITCODE=1 fi if [ -f 'dkct-ex1-stm.svg' ] then ln 'dkct-ex1-stm.svg' '../html' else echo 'ERROR: File dkct-ex1-stm.svg does not exist' EXITCODE=1 fi if [ -f 'dkct-gui-sections.pdf' ] then ln 'dkct-gui-sections.pdf' '../html' else echo 'ERROR: File dkct-gui-sections.pdf does not exist' EXITCODE=1 fi if [ -f 'dkct-gui-sections.png' ] then ln 'dkct-gui-sections.png' '../html' else echo 'ERROR: File dkct-gui-sections.png does not exist' EXITCODE=1 fi if [ -f 'dkct-gui-sections.svg' ] then ln 'dkct-gui-sections.svg' '../html' else echo 'ERROR: File dkct-gui-sections.svg does not exist' EXITCODE=1 fi if [ -f 'dkct.html' ] then ln 'dkct.html' '../html' else echo 'ERROR: File dkct.html does not exist' EXITCODE=1 fi if [ -f 'dkwt.html' ] then ln 'dkwt.html' '../html' else echo 'ERROR: File dkwt.html does not exist' EXITCODE=1 fi if [ -f 'dkwxwiz.html' ] then ln 'dkwxwiz.html' '../html' else echo 'ERROR: File dkwxwiz.html does not exist' EXITCODE=1 fi if [ -f 'drchoose.png' ] then ln 'drchoose.png' '../html' else echo 'ERROR: File drchoose.png does not exist' EXITCODE=1 fi if [ -f 'ethers-by-ip' ] then ln 'ethers-by-ip' '../html' else echo 'ERROR: File ethers-by-ip does not exist' EXITCODE=1 fi if [ -f 'ethers-by-mac' ] then ln 'ethers-by-mac' '../html' else echo 'ERROR: File ethers-by-mac does not exist' EXITCODE=1 fi if [ -f 'ethers.ldif' ] then ln 'ethers.ldif' '../html' else echo 'ERROR: File ethers.ldif does not exist' EXITCODE=1 fi if [ -f 'example01.png' ] then ln 'example01.png' '../html' else echo 'ERROR: File example01.png does not exist' EXITCODE=1 fi if [ -f 'example01.svg' ] then ln 'example01.svg' '../html' else echo 'ERROR: File example01.svg does not exist' EXITCODE=1 fi if [ -f 'f2lde.pdf' ] then ln 'f2lde.pdf' '../html' else echo 'ERROR: File f2lde.pdf does not exist' EXITCODE=1 fi if [ -f 'favicon.ico' ] then ln 'favicon.ico' '../html' else echo 'ERROR: File favicon.ico does not exist' EXITCODE=1 fi if [ -f 'fig2lat.html' ] then ln 'fig2lat.html' '../html' else echo 'ERROR: File fig2lat.html does not exist' EXITCODE=1 fi if [ -f 'grub.cfg' ] then ln 'grub.cfg' '../html' else echo 'ERROR: File grub.cfg does not exist' EXITCODE=1 fi if [ -f 'home.png' ] then ln 'home.png' '../html' else echo 'ERROR: File home.png does not exist' EXITCODE=1 fi if [ -f 'hosts' ] then ln 'hosts' '../html' else echo 'ERROR: File hosts does not exist' EXITCODE=1 fi if [ -f 'hosts.ldif' ] then ln 'hosts.ldif' '../html' else echo 'ERROR: File hosts.ldif does not exist' EXITCODE=1 fi if [ -f 'htmlbook.html' ] then ln 'htmlbook.html' '../html' else echo 'ERROR: File htmlbook.html does not exist' EXITCODE=1 fi if [ -f 'icon-start.svg' ] then ln 'icon-start.svg' '../html' else echo 'ERROR: File icon-start.svg does not exist' EXITCODE=1 fi if [ -f 'icon.fig' ] then ln 'icon.fig' '../html' else echo 'ERROR: File icon.fig does not exist' EXITCODE=1 fi if [ -f 'index.hhk' ] then ln 'index.hhk' '../html' else echo 'ERROR: File index.hhk does not exist' EXITCODE=1 fi if [ -f 'index.html' ] then ln 'index.html' '../html' else echo 'ERROR: File index.html does not exist' EXITCODE=1 fi if [ -f 'index.png' ] then ln 'index.png' '../html' else echo 'ERROR: File index.png does not exist' EXITCODE=1 fi if [ -f 'instudeb.html' ] then ln 'instudeb.html' '../html' else echo 'ERROR: File instudeb.html does not exist' EXITCODE=1 fi if [ -f 'instufed.html' ] then ln 'instufed.html' '../html' else echo 'ERROR: File instufed.html does not exist' EXITCODE=1 fi if [ -f 'instuol8.html' ] then ln 'instuol8.html' '../html' else echo 'ERROR: File instuol8.html does not exist' EXITCODE=1 fi if [ -f 'instusl7.html' ] then ln 'instusl7.html' '../html' else echo 'ERROR: File instusl7.html does not exist' EXITCODE=1 fi if [ -f 'instusrc.html' ] then ln 'instusrc.html' '../html' else echo 'ERROR: File instusrc.html does not exist' EXITCODE=1 fi if [ -f 'it-example.sql' ] then ln 'it-example.sql' '../html' else echo 'ERROR: File it-example.sql does not exist' EXITCODE=1 fi if [ -f 'itacldap.pl.txt' ] then ln 'itacldap.pl.txt' '../html' else echo 'ERROR: File itacldap.pl.txt does not exist' EXITCODE=1 fi if [ -f 'itadmin.conf' ] then ln 'itadmin.conf' '../html' else echo 'ERROR: File itadmin.conf does not exist' EXITCODE=1 fi if [ -f 'itadmin.html' ] then ln 'itadmin.html' '../html' else echo 'ERROR: File itadmin.html does not exist' EXITCODE=1 fi if [ -f 'legal.html' ] then ln 'legal.html' '../html' else echo 'ERROR: File legal.html does not exist' EXITCODE=1 fi if [ -f 'licenses.pdf' ] then ln 'licenses.pdf' '../html' else echo 'ERROR: File licenses.pdf does not exist' EXITCODE=1 fi if [ -f 'licenses.tex' ] then ln 'licenses.tex' '../html' else echo 'ERROR: File licenses.tex does not exist' EXITCODE=1 fi if [ -f 'live.cfg' ] then ln 'live.cfg' '../html' else echo 'ERROR: File live.cfg does not exist' EXITCODE=1 fi if [ -f 'livesystems.html' ] then ln 'livesystems.html' '../html' else echo 'ERROR: File livesystems.html does not exist' EXITCODE=1 fi if [ -f 'lprngcl.html' ] then ln 'lprngcl.html' '../html' else echo 'ERROR: File lprngcl.html does not exist' EXITCODE=1 fi if [ -f 'lstest.fig' ] then ln 'lstest.fig' '../html' else echo 'ERROR: File lstest.fig does not exist' EXITCODE=1 fi if [ -f 'lstest1.pdf' ] then ln 'lstest1.pdf' '../html' else echo 'ERROR: File lstest1.pdf does not exist' EXITCODE=1 fi if [ -f 'lstest1.png' ] then ln 'lstest1.png' '../html' else echo 'ERROR: File lstest1.png does not exist' EXITCODE=1 fi if [ -f 'lstest1.svg' ] then ln 'lstest1.svg' '../html' else echo 'ERROR: File lstest1.svg does not exist' EXITCODE=1 fi if [ -f 'lstest2.pdf' ] then ln 'lstest2.pdf' '../html' else echo 'ERROR: File lstest2.pdf does not exist' EXITCODE=1 fi if [ -f 'lstest2.png' ] then ln 'lstest2.png' '../html' else echo 'ERROR: File lstest2.png does not exist' EXITCODE=1 fi if [ -f 'lstest2.svg' ] then ln 'lstest2.svg' '../html' else echo 'ERROR: File lstest2.svg does not exist' EXITCODE=1 fi if [ -f 'lstest3.pdf' ] then ln 'lstest3.pdf' '../html' else echo 'ERROR: File lstest3.pdf does not exist' EXITCODE=1 fi if [ -f 'lstest3.png' ] then ln 'lstest3.png' '../html' else echo 'ERROR: File lstest3.png does not exist' EXITCODE=1 fi if [ -f 'lstest3.svg' ] then ln 'lstest3.svg' '../html' else echo 'ERROR: File lstest3.svg does not exist' EXITCODE=1 fi if [ -f 'math-img.tex' ] then ln 'math-img.tex' '../html' else echo 'ERROR: File math-img.tex does not exist' EXITCODE=1 fi if [ -f 'math-triangle.pdf' ] then ln 'math-triangle.pdf' '../html' else echo 'ERROR: File math-triangle.pdf does not exist' EXITCODE=1 fi if [ -f 'math-triangle.png' ] then ln 'math-triangle.png' '../html' else echo 'ERROR: File math-triangle.png does not exist' EXITCODE=1 fi if [ -f 'math-triangle.svg' ] then ln 'math-triangle.svg' '../html' else echo 'ERROR: File math-triangle.svg does not exist' EXITCODE=1 fi if [ -f 'menu-grub.cfg' ] then ln 'menu-grub.cfg' '../html' else echo 'ERROR: File menu-grub.cfg does not exist' EXITCODE=1 fi if [ -f 'netdocu.pdf' ] then ln 'netdocu.pdf' '../html' else echo 'ERROR: File netdocu.pdf does not exist' EXITCODE=1 fi if [ -f 'netdocu.tex' ] then ln 'netdocu.tex' '../html' else echo 'ERROR: File netdocu.tex does not exist' EXITCODE=1 fi if [ -f 'netgroup.ldif' ] then ln 'netgroup.ldif' '../html' else echo 'ERROR: File netgroup.ldif does not exist' EXITCODE=1 fi if [ -f 'next.png' ] then ln 'next.png' '../html' else echo 'ERROR: File next.png does not exist' EXITCODE=1 fi if [ -f 'pattest.fig' ] then ln 'pattest.fig' '../html' else echo 'ERROR: File pattest.fig does not exist' EXITCODE=1 fi if [ -f 'pattest.pdf' ] then ln 'pattest.pdf' '../html' else echo 'ERROR: File pattest.pdf does not exist' EXITCODE=1 fi if [ -f 'pattest.png' ] then ln 'pattest.png' '../html' else echo 'ERROR: File pattest.png does not exist' EXITCODE=1 fi if [ -f 'pattest.svg' ] then ln 'pattest.svg' '../html' else echo 'ERROR: File pattest.svg does not exist' EXITCODE=1 fi if [ -f 'pjsnmp.html' ] then ln 'pjsnmp.html' '../html' else echo 'ERROR: File pjsnmp.html does not exist' EXITCODE=1 fi if [ -f 'plpdftex.html' ] then ln 'plpdftex.html' '../html' else echo 'ERROR: File plpdftex.html does not exist' EXITCODE=1 fi if [ -f 'prev.png' ] then ln 'prev.png' '../html' else echo 'ERROR: File prev.png does not exist' EXITCODE=1 fi if [ -f 'printqd.html' ] then ln 'printqd.html' '../html' else echo 'ERROR: File printqd.html does not exist' EXITCODE=1 fi if [ -f 'printqdc.html' ] then ln 'printqdc.html' '../html' else echo 'ERROR: File printqdc.html does not exist' EXITCODE=1 fi if [ -f 'rebuild-tftpboot' ] then ln 'rebuild-tftpboot' '../html' else echo 'ERROR: File rebuild-tftpboot does not exist' EXITCODE=1 fi if [ -f 'res-style.css' ] then ln 'res-style.css' '../html' else echo 'ERROR: File res-style.css does not exist' EXITCODE=1 fi if [ -f 'resfiles.html' ] then ln 'resfiles.html' '../html' else echo 'ERROR: File resfiles.html does not exist' EXITCODE=1 fi if [ -f 'rshdn' ] then ln 'rshdn' '../html' else echo 'ERROR: File rshdn does not exist' EXITCODE=1 fi if [ -f 'rshdns' ] then ln 'rshdns' '../html' else echo 'ERROR: File rshdns does not exist' EXITCODE=1 fi if [ -f 'sc-ff-01.png' ] then ln 'sc-ff-01.png' '../html' else echo 'ERROR: File sc-ff-01.png does not exist' EXITCODE=1 fi if [ -f 'sc-jfig.png' ] then ln 'sc-jfig.png' '../html' else echo 'ERROR: File sc-jfig.png does not exist' EXITCODE=1 fi if [ -f 'sc-wxbmpp.png' ] then ln 'sc-wxbmpp.png' '../html' else echo 'ERROR: File sc-wxbmpp.png does not exist' EXITCODE=1 fi if [ -f 'sc-wxdkfcs.png' ] then ln 'sc-wxdkfcs.png' '../html' else echo 'ERROR: File sc-wxdkfcs.png does not exist' EXITCODE=1 fi if [ -f 'sc-xfig.png' ] then ln 'sc-xfig.png' '../html' else echo 'ERROR: File sc-xfig.png does not exist' EXITCODE=1 fi if [ -f 'sc01-winprint.png' ] then ln 'sc01-winprint.png' '../html' else echo 'ERROR: File sc01-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sc01-wxdkclock.png' ] then ln 'sc01-wxdkclock.png' '../html' else echo 'ERROR: File sc01-wxdkclock.png does not exist' EXITCODE=1 fi if [ -f 'sc01-wxdkdraw.png' ] then ln 'sc01-wxdkdraw.png' '../html' else echo 'ERROR: File sc01-wxdkdraw.png does not exist' EXITCODE=1 fi if [ -f 'sc02-winprint.png' ] then ln 'sc02-winprint.png' '../html' else echo 'ERROR: File sc02-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sc02-wxdkclock.png' ] then ln 'sc02-wxdkclock.png' '../html' else echo 'ERROR: File sc02-wxdkclock.png does not exist' EXITCODE=1 fi if [ -f 'sc03-winprint.png' ] then ln 'sc03-winprint.png' '../html' else echo 'ERROR: File sc03-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sc03-wxdkclock.png' ] then ln 'sc03-wxdkclock.png' '../html' else echo 'ERROR: File sc03-wxdkclock.png does not exist' EXITCODE=1 fi if [ -f 'sc04-winprint.png' ] then ln 'sc04-winprint.png' '../html' else echo 'ERROR: File sc04-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sc04-wxdkclock.png' ] then ln 'sc04-wxdkclock.png' '../html' else echo 'ERROR: File sc04-wxdkclock.png does not exist' EXITCODE=1 fi if [ -f 'sc05-winprint.png' ] then ln 'sc05-winprint.png' '../html' else echo 'ERROR: File sc05-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sc05-wxdkclock.png' ] then ln 'sc05-wxdkclock.png' '../html' else echo 'ERROR: File sc05-wxdkclock.png does not exist' EXITCODE=1 fi if [ -f 'sc06-winprint.png' ] then ln 'sc06-winprint.png' '../html' else echo 'ERROR: File sc06-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sc06-wxdkclock.png' ] then ln 'sc06-wxdkclock.png' '../html' else echo 'ERROR: File sc06-wxdkclock.png does not exist' EXITCODE=1 fi if [ -f 'sc07-winprint.png' ] then ln 'sc07-winprint.png' '../html' else echo 'ERROR: File sc07-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sc07-wxdkclock.png' ] then ln 'sc07-wxdkclock.png' '../html' else echo 'ERROR: File sc07-wxdkclock.png does not exist' EXITCODE=1 fi if [ -f 'sc08-winprint.png' ] then ln 'sc08-winprint.png' '../html' else echo 'ERROR: File sc08-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sc08-wxdkclock.png' ] then ln 'sc08-wxdkclock.png' '../html' else echo 'ERROR: File sc08-wxdkclock.png does not exist' EXITCODE=1 fi if [ -f 'sc10-winprint.png' ] then ln 'sc10-winprint.png' '../html' else echo 'ERROR: File sc10-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sc11-winprint.png' ] then ln 'sc11-winprint.png' '../html' else echo 'ERROR: File sc11-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sc12-winprint.png' ] then ln 'sc12-winprint.png' '../html' else echo 'ERROR: File sc12-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sc13-winprint.png' ] then ln 'sc13-winprint.png' '../html' else echo 'ERROR: File sc13-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sc14-winprint.png' ] then ln 'sc14-winprint.png' '../html' else echo 'ERROR: File sc14-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sc15-winprint.png' ] then ln 'sc15-winprint.png' '../html' else echo 'ERROR: File sc15-winprint.png does not exist' EXITCODE=1 fi if [ -f 'sflogo.png' ] then ln 'sflogo.png' '../html' else echo 'ERROR: File sflogo.png does not exist' EXITCODE=1 fi if [ -f 'sinus.gp' ] then ln 'sinus.gp' '../html' else echo 'ERROR: File sinus.gp does not exist' EXITCODE=1 fi if [ -f 'sinus.pdf' ] then ln 'sinus.pdf' '../html' else echo 'ERROR: File sinus.pdf does not exist' EXITCODE=1 fi if [ -f 'sinus.png' ] then ln 'sinus.png' '../html' else echo 'ERROR: File sinus.png does not exist' EXITCODE=1 fi if [ -f 'sinus.svg' ] then ln 'sinus.svg' '../html' else echo 'ERROR: File sinus.svg does not exist' EXITCODE=1 fi if [ -f 'spah.eps' ] then ln 'spah.eps' '../html' else echo 'ERROR: File spah.eps does not exist' EXITCODE=1 fi if [ -f 'spah.fig' ] then ln 'spah.fig' '../html' else echo 'ERROR: File spah.fig does not exist' EXITCODE=1 fi if [ -f 'spah.pdf' ] then ln 'spah.pdf' '../html' else echo 'ERROR: File spah.pdf does not exist' EXITCODE=1 fi if [ -f 'style.css' ] then ln 'style.css' '../html' else echo 'ERROR: File style.css does not exist' EXITCODE=1 fi if [ -f 'tb-start.svg' ] then ln 'tb-start.svg' '../html' else echo 'ERROR: File tb-start.svg does not exist' EXITCODE=1 fi if [ -f 'tdkct.ctr' ] then ln 'tdkct.ctr' '../html' else echo 'ERROR: File tdkct.ctr does not exist' EXITCODE=1 fi if [ -f 'test-ident.ctr' ] then ln 'test-ident.ctr' '../html' else echo 'ERROR: File test-ident.ctr does not exist' EXITCODE=1 fi if [ -f 'testimg.pdf' ] then ln 'testimg.pdf' '../html' else echo 'ERROR: File testimg.pdf does not exist' EXITCODE=1 fi if [ -f 'testimg.png' ] then ln 'testimg.png' '../html' else echo 'ERROR: File testimg.png does not exist' EXITCODE=1 fi if [ -f 'testimg.svg' ] then ln 'testimg.svg' '../html' else echo 'ERROR: File testimg.svg does not exist' EXITCODE=1 fi if [ -f 'tftp-remap' ] then ln 'tftp-remap' '../html' else echo 'ERROR: File tftp-remap does not exist' EXITCODE=1 fi if [ -f 'toc.png' ] then ln 'toc.png' '../html' else echo 'ERROR: File toc.png does not exist' EXITCODE=1 fi if [ -f 'toolbar.fig' ] then ln 'toolbar.fig' '../html' else echo 'ERROR: File toolbar.fig does not exist' EXITCODE=1 fi if [ -f 'winprint.html' ] then ln 'winprint.html' '../html' else echo 'ERROR: File winprint.html does not exist' EXITCODE=1 fi if [ -f 'wprclean.html' ] then ln 'wprclean.html' '../html' else echo 'ERROR: File wprclean.html does not exist' EXITCODE=1 fi if [ -f 'wxd2lat.html' ] then ln 'wxd2lat.html' '../html' else echo 'ERROR: File wxd2lat.html does not exist' EXITCODE=1 fi if [ -f 'wxdkclock.html' ] then ln 'wxdkclock.html' '../html' else echo 'ERROR: File wxdkclock.html does not exist' EXITCODE=1 fi if [ -f 'wxdkdraw-fileformat-de.pdf' ] then ln 'wxdkdraw-fileformat-de.pdf' '../html' else echo 'ERROR: File wxdkdraw-fileformat-de.pdf does not exist' EXITCODE=1 fi if [ -f 'wxdkdraw-fileformat-en.pdf' ] then ln 'wxdkdraw-fileformat-en.pdf' '../html' else echo 'ERROR: File wxdkdraw-fileformat-en.pdf does not exist' EXITCODE=1 fi if [ -f 'wxdkdraw-techdet-de.pdf' ] then ln 'wxdkdraw-techdet-de.pdf' '../html' else echo 'ERROR: File wxdkdraw-techdet-de.pdf does not exist' EXITCODE=1 fi if [ -f 'wxdkdraw.hhp' ] then ln 'wxdkdraw.hhp' '../html' else echo 'ERROR: File wxdkdraw.hhp does not exist' EXITCODE=1 fi if [ -f 'wxdkfcs.html' ] then ln 'wxdkfcs.html' '../html' else echo 'ERROR: File wxdkfcs.html does not exist' EXITCODE=1 fi if [ -f 'wxdkscrsz.html' ] then ln 'wxdkscrsz.html' '../html' else echo 'ERROR: File wxdkscrsz.html does not exist' EXITCODE=1 fi if [ -f 'wximgsz.html' ] then ln 'wximgsz.html' '../html' else echo 'ERROR: File wximgsz.html does not exist' EXITCODE=1 fi if [ -f 'wximgsz1.png' ] then ln 'wximgsz1.png' '../html' else echo 'ERROR: File wximgsz1.png does not exist' EXITCODE=1 fi if [ -f 'wximgsz2.png' ] then ln 'wximgsz2.png' '../html' else echo 'ERROR: File wximgsz2.png does not exist' EXITCODE=1 fi if [ -f 'wxpqdic.html' ] then ln 'wxpqdic.html' '../html' else echo 'ERROR: File wxpqdic.html does not exist' EXITCODE=1 fi if [ -f 'ptoc.js' ] then ln 'ptoc.js' '../html' else echo 'ERROR: File ptoc.js does not exist' EXITCODE=1 fi if [ -f '../html/index.html' ] then rm -fr '../html/index.html' fi if [ -f 'index.html' ] then echo TIDY index.html tidy -q -utf8 < 'index.html' > '../html/index.html' else echo 'ERROR: File index.html does not exist' EXITCODE=1 fi if [ -f '../html/wxdkdraw.html' ] then rm -fr '../html/wxdkdraw.html' fi if [ -f 'wxdkdraw.html' ] then echo TIDY wxdkdraw.html tidy -q -utf8 < 'wxdkdraw.html' > '../html/wxdkdraw.html' else echo 'ERROR: File wxdkdraw.html does not exist' EXITCODE=1 fi if [ -f '../html/wxd2lat.html' ] then rm -fr '../html/wxd2lat.html' fi if [ -f 'wxd2lat.html' ] then echo TIDY wxd2lat.html tidy -q -utf8 < 'wxd2lat.html' > '../html/wxd2lat.html' else echo 'ERROR: File wxd2lat.html does not exist' EXITCODE=1 fi if [ -f '../html/bmpp.html' ] then rm -fr '../html/bmpp.html' fi if [ -f 'bmpp.html' ] then echo TIDY bmpp.html tidy -q -utf8 < 'bmpp.html' > '../html/bmpp.html' else echo 'ERROR: File bmpp.html does not exist' EXITCODE=1 fi if [ -f '../html/wxbmpp.html' ] then rm -fr '../html/wxbmpp.html' fi if [ -f 'wxbmpp.html' ] then echo TIDY wxbmpp.html tidy -q -utf8 < 'wxbmpp.html' > '../html/wxbmpp.html' else echo 'ERROR: File wxbmpp.html does not exist' EXITCODE=1 fi if [ -f '../html/fig2lat.html' ] then rm -fr '../html/fig2lat.html' fi if [ -f 'fig2lat.html' ] then echo TIDY fig2lat.html tidy -q -utf8 < 'fig2lat.html' > '../html/fig2lat.html' else echo 'ERROR: File fig2lat.html does not exist' EXITCODE=1 fi if [ -f '../html/wximgsz.html' ] then rm -fr '../html/wximgsz.html' fi if [ -f 'wximgsz.html' ] then echo TIDY wximgsz.html tidy -q -utf8 < 'wximgsz.html' > '../html/wximgsz.html' else echo 'ERROR: File wximgsz.html does not exist' EXITCODE=1 fi if [ -f '../html/htmlbook.html' ] then rm -fr '../html/htmlbook.html' fi if [ -f 'htmlbook.html' ] then echo TIDY htmlbook.html tidy -q -utf8 < 'htmlbook.html' > '../html/htmlbook.html' else echo 'ERROR: File htmlbook.html does not exist' EXITCODE=1 fi if [ -f '../html/dkct.html' ] then rm -fr '../html/dkct.html' fi if [ -f 'dkct.html' ] then echo TIDY dkct.html tidy -q -utf8 < 'dkct.html' > '../html/dkct.html' else echo 'ERROR: File dkct.html does not exist' EXITCODE=1 fi if [ -f '../html/dkwxwiz.html' ] then rm -fr '../html/dkwxwiz.html' fi if [ -f 'dkwxwiz.html' ] then echo TIDY dkwxwiz.html tidy -q -utf8 < 'dkwxwiz.html' > '../html/dkwxwiz.html' else echo 'ERROR: File dkwxwiz.html does not exist' EXITCODE=1 fi if [ -f '../html/wxdkhtb.html' ] then rm -fr '../html/wxdkhtb.html' fi if [ -f 'wxdkhtb.html' ] then echo TIDY wxdkhtb.html tidy -q -utf8 < 'wxdkhtb.html' > '../html/wxdkhtb.html' else echo 'ERROR: File wxdkhtb.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-bin2c.html' ] then rm -fr '../html/dk-bin2c.html' fi if [ -f 'dk-bin2c.html' ] then echo TIDY dk-bin2c.html tidy -q -utf8 < 'dk-bin2c.html' > '../html/dk-bin2c.html' else echo 'ERROR: File dk-bin2c.html does not exist' EXITCODE=1 fi if [ -f '../html/itadmin.html' ] then rm -fr '../html/itadmin.html' fi if [ -f 'itadmin.html' ] then echo TIDY itadmin.html tidy -q -utf8 < 'itadmin.html' > '../html/itadmin.html' else echo 'ERROR: File itadmin.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-ls.html' ] then rm -fr '../html/dk-ls.html' fi if [ -f 'dk-ls.html' ] then echo TIDY dk-ls.html tidy -q -utf8 < 'dk-ls.html' > '../html/dk-ls.html' else echo 'ERROR: File dk-ls.html does not exist' EXITCODE=1 fi if [ -f '../html/wxdkfcs.html' ] then rm -fr '../html/wxdkfcs.html' fi if [ -f 'wxdkfcs.html' ] then echo TIDY wxdkfcs.html tidy -q -utf8 < 'wxdkfcs.html' > '../html/wxdkfcs.html' else echo 'ERROR: File wxdkfcs.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-fic.html' ] then rm -fr '../html/dk-fic.html' fi if [ -f 'dk-fic.html' ] then echo TIDY dk-fic.html tidy -q -utf8 < 'dk-fic.html' > '../html/dk-fic.html' else echo 'ERROR: File dk-fic.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-bmm.html' ] then rm -fr '../html/dk-bmm.html' fi if [ -f 'dk-bmm.html' ] then echo TIDY dk-bmm.html tidy -q -utf8 < 'dk-bmm.html' > '../html/dk-bmm.html' else echo 'ERROR: File dk-bmm.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-blks.html' ] then rm -fr '../html/dk-blks.html' fi if [ -f 'dk-blks.html' ] then echo TIDY dk-blks.html tidy -q -utf8 < 'dk-blks.html' > '../html/dk-blks.html' else echo 'ERROR: File dk-blks.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-eradisk.html' ] then rm -fr '../html/dk-eradisk.html' fi if [ -f 'dk-eradisk.html' ] then echo TIDY dk-eradisk.html tidy -q -utf8 < 'dk-eradisk.html' > '../html/dk-eradisk.html' else echo 'ERROR: File dk-eradisk.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-hex.html' ] then rm -fr '../html/dk-hex.html' fi if [ -f 'dk-hex.html' ] then echo TIDY dk-hex.html tidy -q -utf8 < 'dk-hex.html' > '../html/dk-hex.html' else echo 'ERROR: File dk-hex.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-pwd.html' ] then rm -fr '../html/dk-pwd.html' fi if [ -f 'dk-pwd.html' ] then echo TIDY dk-pwd.html tidy -q -utf8 < 'dk-pwd.html' > '../html/dk-pwd.html' else echo 'ERROR: File dk-pwd.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-cat.html' ] then rm -fr '../html/dk-cat.html' fi if [ -f 'dk-cat.html' ] then echo TIDY dk-cat.html tidy -q -utf8 < 'dk-cat.html' > '../html/dk-cat.html' else echo 'ERROR: File dk-cat.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-sort.html' ] then rm -fr '../html/dk-sort.html' fi if [ -f 'dk-sort.html' ] then echo TIDY dk-sort.html tidy -q -utf8 < 'dk-sort.html' > '../html/dk-sort.html' else echo 'ERROR: File dk-sort.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-lines.html' ] then rm -fr '../html/dk-lines.html' fi if [ -f 'dk-lines.html' ] then echo TIDY dk-lines.html tidy -q -utf8 < 'dk-lines.html' > '../html/dk-lines.html' else echo 'ERROR: File dk-lines.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-t2h.html' ] then rm -fr '../html/dk-t2h.html' fi if [ -f 'dk-t2h.html' ] then echo TIDY dk-t2h.html tidy -q -utf8 < 'dk-t2h.html' > '../html/dk-t2h.html' else echo 'ERROR: File dk-t2h.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-t2l.html' ] then rm -fr '../html/dk-t2l.html' fi if [ -f 'dk-t2l.html' ] then echo TIDY dk-t2l.html tidy -q -utf8 < 'dk-t2l.html' > '../html/dk-t2l.html' else echo 'ERROR: File dk-t2l.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-sqlsplit.html' ] then rm -fr '../html/dk-sqlsplit.html' fi if [ -f 'dk-sqlsplit.html' ] then echo TIDY dk-sqlsplit.html tidy -q -utf8 < 'dk-sqlsplit.html' > '../html/dk-sqlsplit.html' else echo 'ERROR: File dk-sqlsplit.html does not exist' EXITCODE=1 fi if [ -f '../html/aboutdbi.html' ] then rm -fr '../html/aboutdbi.html' fi if [ -f 'aboutdbi.html' ] then echo TIDY aboutdbi.html tidy -q -utf8 < 'aboutdbi.html' > '../html/aboutdbi.html' else echo 'ERROR: File aboutdbi.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-t2db.html' ] then rm -fr '../html/dk-t2db.html' fi if [ -f 'dk-t2db.html' ] then echo TIDY dk-t2db.html tidy -q -utf8 < 'dk-t2db.html' > '../html/dk-t2db.html' else echo 'ERROR: File dk-t2db.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-db2t.html' ] then rm -fr '../html/dk-db2t.html' fi if [ -f 'dk-db2t.html' ] then echo TIDY dk-db2t.html tidy -q -utf8 < 'dk-db2t.html' > '../html/dk-db2t.html' else echo 'ERROR: File dk-db2t.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-dbco.html' ] then rm -fr '../html/dk-dbco.html' fi if [ -f 'dk-dbco.html' ] then echo TIDY dk-dbco.html tidy -q -utf8 < 'dk-dbco.html' > '../html/dk-dbco.html' else echo 'ERROR: File dk-dbco.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-uid.html' ] then rm -fr '../html/dk-uid.html' fi if [ -f 'dk-uid.html' ] then echo TIDY dk-uid.html tidy -q -utf8 < 'dk-uid.html' > '../html/dk-uid.html' else echo 'ERROR: File dk-uid.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-pwgen.html' ] then rm -fr '../html/dk-pwgen.html' fi if [ -f 'dk-pwgen.html' ] then echo TIDY dk-pwgen.html tidy -q -utf8 < 'dk-pwgen.html' > '../html/dk-pwgen.html' else echo 'ERROR: File dk-pwgen.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-rand.html' ] then rm -fr '../html/dk-rand.html' fi if [ -f 'dk-rand.html' ] then echo TIDY dk-rand.html tidy -q -utf8 < 'dk-rand.html' > '../html/dk-rand.html' else echo 'ERROR: File dk-rand.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-send.html' ] then rm -fr '../html/dk-send.html' fi if [ -f 'dk-send.html' ] then echo TIDY dk-send.html tidy -q -utf8 < 'dk-send.html' > '../html/dk-send.html' else echo 'ERROR: File dk-send.html does not exist' EXITCODE=1 fi if [ -f '../html/dk-recv.html' ] then rm -fr '../html/dk-recv.html' fi if [ -f 'dk-recv.html' ] then echo TIDY dk-recv.html tidy -q -utf8 < 'dk-recv.html' > '../html/dk-recv.html' else echo 'ERROR: File dk-recv.html does not exist' EXITCODE=1 fi if [ -f '../html/rshdown.html' ] then rm -fr '../html/rshdown.html' fi if [ -f 'rshdown.html' ] then echo TIDY rshdown.html tidy -q -utf8 < 'rshdown.html' > '../html/rshdown.html' else echo 'ERROR: File rshdown.html does not exist' EXITCODE=1 fi if [ -f '../html/prmonsnmp.html' ] then rm -fr '../html/prmonsnmp.html' fi if [ -f 'prmonsnmp.html' ] then echo TIDY prmonsnmp.html tidy -q -utf8 < 'prmonsnmp.html' > '../html/prmonsnmp.html' else echo 'ERROR: File prmonsnmp.html does not exist' EXITCODE=1 fi if [ -f '../html/pjsnmp.html' ] then rm -fr '../html/pjsnmp.html' fi if [ -f 'pjsnmp.html' ] then echo TIDY pjsnmp.html tidy -q -utf8 < 'pjsnmp.html' > '../html/pjsnmp.html' else echo 'ERROR: File pjsnmp.html does not exist' EXITCODE=1 fi if [ -f '../html/printqd.html' ] then rm -fr '../html/printqd.html' fi if [ -f 'printqd.html' ] then echo TIDY printqd.html tidy -q -utf8 < 'printqd.html' > '../html/printqd.html' else echo 'ERROR: File printqd.html does not exist' EXITCODE=1 fi if [ -f '../html/printqdc.html' ] then rm -fr '../html/printqdc.html' fi if [ -f 'printqdc.html' ] then echo TIDY printqdc.html tidy -q -utf8 < 'printqdc.html' > '../html/printqdc.html' else echo 'ERROR: File printqdc.html does not exist' EXITCODE=1 fi if [ -f '../html/wxpqdic.html' ] then rm -fr '../html/wxpqdic.html' fi if [ -f 'wxpqdic.html' ] then echo TIDY wxpqdic.html tidy -q -utf8 < 'wxpqdic.html' > '../html/wxpqdic.html' else echo 'ERROR: File wxpqdic.html does not exist' EXITCODE=1 fi if [ -f '../html/addctrld.html' ] then rm -fr '../html/addctrld.html' fi if [ -f 'addctrld.html' ] then echo TIDY addctrld.html tidy -q -utf8 < 'addctrld.html' > '../html/addctrld.html' else echo 'ERROR: File addctrld.html does not exist' EXITCODE=1 fi if [ -f '../html/wxdkscrsz.html' ] then rm -fr '../html/wxdkscrsz.html' fi if [ -f 'wxdkscrsz.html' ] then echo TIDY wxdkscrsz.html tidy -q -utf8 < 'wxdkscrsz.html' > '../html/wxdkscrsz.html' else echo 'ERROR: File wxdkscrsz.html does not exist' EXITCODE=1 fi if [ -f '../html/dkwt.html' ] then rm -fr '../html/dkwt.html' fi if [ -f 'dkwt.html' ] then echo TIDY dkwt.html tidy -q -utf8 < 'dkwt.html' > '../html/dkwt.html' else echo 'ERROR: File dkwt.html does not exist' EXITCODE=1 fi if [ -f '../html/winprint.html' ] then rm -fr '../html/winprint.html' fi if [ -f 'winprint.html' ] then echo TIDY winprint.html tidy -q -utf8 < 'winprint.html' > '../html/winprint.html' else echo 'ERROR: File winprint.html does not exist' EXITCODE=1 fi if [ -f '../html/wprclean.html' ] then rm -fr '../html/wprclean.html' fi if [ -f 'wprclean.html' ] then echo TIDY wprclean.html tidy -q -utf8 < 'wprclean.html' > '../html/wprclean.html' else echo 'ERROR: File wprclean.html does not exist' EXITCODE=1 fi if [ -f '../html/lprngcl.html' ] then rm -fr '../html/lprngcl.html' fi if [ -f 'lprngcl.html' ] then echo TIDY lprngcl.html tidy -q -utf8 < 'lprngcl.html' > '../html/lprngcl.html' else echo 'ERROR: File lprngcl.html does not exist' EXITCODE=1 fi if [ -f '../html/wxdkclock.html' ] then rm -fr '../html/wxdkclock.html' fi if [ -f 'wxdkclock.html' ] then echo TIDY wxdkclock.html tidy -q -utf8 < 'wxdkclock.html' > '../html/wxdkclock.html' else echo 'ERROR: File wxdkclock.html does not exist' EXITCODE=1 fi if [ -f '../html/plpdftex.html' ] then rm -fr '../html/plpdftex.html' fi if [ -f 'plpdftex.html' ] then echo TIDY plpdftex.html tidy -q -utf8 < 'plpdftex.html' > '../html/plpdftex.html' else echo 'ERROR: File plpdftex.html does not exist' EXITCODE=1 fi if [ -f '../html/download.html' ] then rm -fr '../html/download.html' fi if [ -f 'download.html' ] then echo TIDY download.html tidy -q -utf8 < 'download.html' > '../html/download.html' else echo 'ERROR: File download.html does not exist' EXITCODE=1 fi if [ -f '../html/instusrc.html' ] then rm -fr '../html/instusrc.html' fi if [ -f 'instusrc.html' ] then echo TIDY instusrc.html tidy -q -utf8 < 'instusrc.html' > '../html/instusrc.html' else echo 'ERROR: File instusrc.html does not exist' EXITCODE=1 fi if [ -f '../html/instuabp.html' ] then rm -fr '../html/instuabp.html' fi if [ -f 'instuabp.html' ] then echo TIDY instuabp.html tidy -q -utf8 < 'instuabp.html' > '../html/instuabp.html' else echo 'ERROR: File instuabp.html does not exist' EXITCODE=1 fi if [ -f '../html/instudeb.html' ] then rm -fr '../html/instudeb.html' fi if [ -f 'instudeb.html' ] then echo TIDY instudeb.html tidy -q -utf8 < 'instudeb.html' > '../html/instudeb.html' else echo 'ERROR: File instudeb.html does not exist' EXITCODE=1 fi if [ -f '../html/instusl7.html' ] then rm -fr '../html/instusl7.html' fi if [ -f 'instusl7.html' ] then echo TIDY instusl7.html tidy -q -utf8 < 'instusl7.html' > '../html/instusl7.html' else echo 'ERROR: File instusl7.html does not exist' EXITCODE=1 fi if [ -f '../html/instuol8.html' ] then rm -fr '../html/instuol8.html' fi if [ -f 'instuol8.html' ] then echo TIDY instuol8.html tidy -q -utf8 < 'instuol8.html' > '../html/instuol8.html' else echo 'ERROR: File instuol8.html does not exist' EXITCODE=1 fi if [ -f '../html/instufed.html' ] then rm -fr '../html/instufed.html' fi if [ -f 'instufed.html' ] then echo TIDY instufed.html tidy -q -utf8 < 'instufed.html' > '../html/instufed.html' else echo 'ERROR: File instufed.html does not exist' EXITCODE=1 fi if [ -f '../html/instspkg.html' ] then rm -fr '../html/instspkg.html' fi if [ -f 'instspkg.html' ] then echo TIDY instspkg.html tidy -q -utf8 < 'instspkg.html' > '../html/instspkg.html' else echo 'ERROR: File instspkg.html does not exist' EXITCODE=1 fi if [ -f '../html/instwexe.html' ] then rm -fr '../html/instwexe.html' fi if [ -f 'instwexe.html' ] then echo TIDY instwexe.html tidy -q -utf8 < 'instwexe.html' > '../html/instwexe.html' else echo 'ERROR: File instwexe.html does not exist' EXITCODE=1 fi if [ -f '../html/instwsrc.html' ] then rm -fr '../html/instwsrc.html' fi if [ -f 'instwsrc.html' ] then echo TIDY instwsrc.html tidy -q -utf8 < 'instwsrc.html' > '../html/instwsrc.html' else echo 'ERROR: File instwsrc.html does not exist' EXITCODE=1 fi if [ -f '../html/admin.html' ] then rm -fr '../html/admin.html' fi if [ -f 'admin.html' ] then echo TIDY admin.html tidy -q -utf8 < 'admin.html' > '../html/admin.html' else echo 'ERROR: File admin.html does not exist' EXITCODE=1 fi if [ -f '../html/admin-dir.html' ] then rm -fr '../html/admin-dir.html' fi if [ -f 'admin-dir.html' ] then echo TIDY admin-dir.html tidy -q -utf8 < 'admin-dir.html' > '../html/admin-dir.html' else echo 'ERROR: File admin-dir.html does not exist' EXITCODE=1 fi if [ -f '../html/admin-fs.html' ] then rm -fr '../html/admin-fs.html' fi if [ -f 'admin-fs.html' ] then echo TIDY admin-fs.html tidy -q -utf8 < 'admin-fs.html' > '../html/admin-fs.html' else echo 'ERROR: File admin-fs.html does not exist' EXITCODE=1 fi if [ -f '../html/admin-prefs.html' ] then rm -fr '../html/admin-prefs.html' fi if [ -f 'admin-prefs.html' ] then echo TIDY admin-prefs.html tidy -q -utf8 < 'admin-prefs.html' > '../html/admin-prefs.html' else echo 'ERROR: File admin-prefs.html does not exist' EXITCODE=1 fi if [ -f '../html/admin-paper.html' ] then rm -fr '../html/admin-paper.html' fi if [ -f 'admin-paper.html' ] then echo TIDY admin-paper.html tidy -q -utf8 < 'admin-paper.html' > '../html/admin-paper.html' else echo 'ERROR: File admin-paper.html does not exist' EXITCODE=1 fi if [ -f '../html/dk4graconf.html' ] then rm -fr '../html/dk4graconf.html' fi if [ -f 'dk4graconf.html' ] then echo TIDY dk4graconf.html tidy -q -utf8 < 'dk4graconf.html' > '../html/dk4graconf.html' else echo 'ERROR: File dk4graconf.html does not exist' EXITCODE=1 fi if [ -f '../html/livesystems.html' ] then rm -fr '../html/livesystems.html' fi if [ -f 'livesystems.html' ] then echo TIDY livesystems.html tidy -q -utf8 < 'livesystems.html' > '../html/livesystems.html' else echo 'ERROR: File livesystems.html does not exist' EXITCODE=1 fi if [ -f '../html/boverview.html' ] then rm -fr '../html/boverview.html' fi if [ -f 'boverview.html' ] then echo TIDY boverview.html tidy -q -utf8 < 'boverview.html' > '../html/boverview.html' else echo 'ERROR: File boverview.html does not exist' EXITCODE=1 fi if [ -f '../html/prepbuild.html' ] then rm -fr '../html/prepbuild.html' fi if [ -f 'prepbuild.html' ] then echo TIDY prepbuild.html tidy -q -utf8 < 'prepbuild.html' > '../html/prepbuild.html' else echo 'ERROR: File prepbuild.html does not exist' EXITCODE=1 fi if [ -f '../html/confbuild.html' ] then rm -fr '../html/confbuild.html' fi if [ -f 'confbuild.html' ] then echo TIDY confbuild.html tidy -q -utf8 < 'confbuild.html' > '../html/confbuild.html' else echo 'ERROR: File confbuild.html does not exist' EXITCODE=1 fi if [ -f '../html/runbuild.html' ] then rm -fr '../html/runbuild.html' fi if [ -f 'runbuild.html' ] then echo TIDY runbuild.html tidy -q -utf8 < 'runbuild.html' > '../html/runbuild.html' else echo 'ERROR: File runbuild.html does not exist' EXITCODE=1 fi if [ -f '../html/ilivesys.html' ] then rm -fr '../html/ilivesys.html' fi if [ -f 'ilivesys.html' ] then echo TIDY ilivesys.html tidy -q -utf8 < 'ilivesys.html' > '../html/ilivesys.html' else echo 'ERROR: File ilivesys.html does not exist' EXITCODE=1 fi if [ -f '../html/erase.html' ] then rm -fr '../html/erase.html' fi if [ -f 'erase.html' ] then echo TIDY erase.html tidy -q -utf8 < 'erase.html' > '../html/erase.html' else echo 'ERROR: File erase.html does not exist' EXITCODE=1 fi if [ -f '../html/clone.html' ] then rm -fr '../html/clone.html' fi if [ -f 'clone.html' ] then echo TIDY clone.html tidy -q -utf8 < 'clone.html' > '../html/clone.html' else echo 'ERROR: File clone.html does not exist' EXITCODE=1 fi if [ -f '../html/usedl.html' ] then rm -fr '../html/usedl.html' fi if [ -f 'usedl.html' ] then echo TIDY usedl.html tidy -q -utf8 < 'usedl.html' > '../html/usedl.html' else echo 'ERROR: File usedl.html does not exist' EXITCODE=1 fi if [ -f '../html/resfiles.html' ] then rm -fr '../html/resfiles.html' fi if [ -f 'resfiles.html' ] then echo TIDY resfiles.html tidy -q -utf8 < 'resfiles.html' > '../html/resfiles.html' else echo 'ERROR: File resfiles.html does not exist' EXITCODE=1 fi if [ -f '../html/legal.html' ] then rm -fr '../html/legal.html' fi if [ -f 'legal.html' ] then echo TIDY legal.html tidy -q -utf8 < 'legal.html' > '../html/legal.html' else echo 'ERROR: File legal.html does not exist' EXITCODE=1 fi if [ -f '../html/contribtables.html' ] then rm -fr '../html/contribtables.html' fi if [ -f 'contribtables.html' ] then echo TIDY contribtables.html tidy -q -utf8 < 'contribtables.html' > '../html/contribtables.html' else echo 'ERROR: File contribtables.html does not exist' EXITCODE=1 fi if [ -f '../html/changes.html' ] then rm -fr '../html/changes.html' fi if [ -f 'changes.html' ] then echo TIDY changes.html tidy -q -utf8 < 'changes.html' > '../html/changes.html' else echo 'ERROR: File changes.html does not exist' EXITCODE=1 fi if [ -f '../html/relproj.html' ] then rm -fr '../html/relproj.html' fi if [ -f 'relproj.html' ] then echo TIDY relproj.html tidy -q -utf8 < 'relproj.html' > '../html/relproj.html' else echo 'ERROR: File relproj.html does not exist' EXITCODE=1 fi if [ -f '../html/faq.html' ] then rm -fr '../html/faq.html' fi if [ -f 'faq.html' ] then echo TIDY faq.html tidy -q -utf8 < 'faq.html' > '../html/faq.html' else echo 'ERROR: File faq.html does not exist' EXITCODE=1 fi if [ -f '../html/devdocu.html' ] then rm -fr '../html/devdocu.html' fi if [ -f 'devdocu.html' ] then echo TIDY devdocu.html tidy -q -utf8 < 'devdocu.html' > '../html/devdocu.html' else echo 'ERROR: File devdocu.html does not exist' EXITCODE=1 fi find '../html' -type d -exec chmod ugo+rx {} \; find '../html' -type f -exec chmod ugo+r {} \; exit $EXITCODE