1#! /bin/sh
2EXITCODE=0
3rm -fr '../html'
4mkdir -p '../html'
5if [ -f 'aboutdbi.html' ]
6then
7ln 'aboutdbi.html' '../html'
8else
9echo 'ERROR: File aboutdbi.html does not exist'
10EXITCODE=1
11fi
12if [ -f 'admin-fs.html' ]
13then
14ln 'admin-fs.html' '../html'
15else
16echo 'ERROR: File admin-fs.html does not exist'
17EXITCODE=1
18fi
19if [ -f 'admin-paper.html' ]
20then
21ln 'admin-paper.html' '../html'
22else
23echo 'ERROR: File admin-paper.html does not exist'
24EXITCODE=1
25fi
26if [ -f 'arrowtest1.fig' ]
27then
28ln 'arrowtest1.fig' '../html'
29else
30echo 'ERROR: File arrowtest1.fig does not exist'
31EXITCODE=1
32fi
33if [ -f 'arrowtest1.pdf' ]
34then
35ln 'arrowtest1.pdf' '../html'
36else
37echo 'ERROR: File arrowtest1.pdf does not exist'
38EXITCODE=1
39fi
40if [ -f 'arrowtest1.png' ]
41then
42ln 'arrowtest1.png' '../html'
43else
44echo 'ERROR: File arrowtest1.png does not exist'
45EXITCODE=1
46fi
47if [ -f 'arrowtest1.svg' ]
48then
49ln 'arrowtest1.svg' '../html'
50else
51echo 'ERROR: File arrowtest1.svg does not exist'
52EXITCODE=1
53fi
54if [ -f 'badcurve1.fig' ]
55then
56ln 'badcurve1.fig' '../html'
57else
58echo 'ERROR: File badcurve1.fig does not exist'
59EXITCODE=1
60fi
61if [ -f 'badcurve1.pdf' ]
62then
63ln 'badcurve1.pdf' '../html'
64else
65echo 'ERROR: File badcurve1.pdf does not exist'
66EXITCODE=1
67fi
68if [ -f 'badcurve1.png' ]
69then
70ln 'badcurve1.png' '../html'
71else
72echo 'ERROR: File badcurve1.png does not exist'
73EXITCODE=1
74fi
75if [ -f 'badcurve1.svg' ]
76then
77ln 'badcurve1.svg' '../html'
78else
79echo 'ERROR: File badcurve1.svg does not exist'
80EXITCODE=1
81fi
82if [ -f 'badcurve2.pdf' ]
83then
84ln 'badcurve2.pdf' '../html'
85else
86echo 'ERROR: File badcurve2.pdf does not exist'
87EXITCODE=1
88fi
89if [ -f 'badcurve2.png' ]
90then
91ln 'badcurve2.png' '../html'
92else
93echo 'ERROR: File badcurve2.png does not exist'
94EXITCODE=1
95fi
96if [ -f 'badcurve2.svg' ]
97then
98ln 'badcurve2.svg' '../html'
99else
100echo 'ERROR: File badcurve2.svg does not exist'
101EXITCODE=1
102fi
103if [ -f 'bmpp.html' ]
104then
105ln 'bmpp.html' '../html'
106else
107echo 'ERROR: File bmpp.html does not exist'
108EXITCODE=1
109fi
110if [ -f 'bzip2-Makefile-Solaris.txt' ]
111then
112ln 'bzip2-Makefile-Solaris.txt' '../html'
113else
114echo 'ERROR: File bzip2-Makefile-Solaris.txt does not exist'
115EXITCODE=1
116fi
117if [ -f 'confbuild.html' ]
118then
119ln 'confbuild.html' '../html'
120else
121echo 'ERROR: File confbuild.html does not exist'
122EXITCODE=1
123fi
124if [ -f 'contents.hhc' ]
125then
126ln 'contents.hhc' '../html'
127else
128echo 'ERROR: File contents.hhc does not exist'
129EXITCODE=1
130fi
131if [ -f 'dataflow.png' ]
132then
133ln 'dataflow.png' '../html'
134else
135echo 'ERROR: File dataflow.png does not exist'
136EXITCODE=1
137fi
138if [ -f 'dataflow.svg' ]
139then
140ln 'dataflow.svg' '../html'
141else
142echo 'ERROR: File dataflow.svg does not exist'
143EXITCODE=1
144fi
145if [ -f 'default' ]
146then
147ln 'default' '../html'
148else
149echo 'ERROR: File default does not exist'
150EXITCODE=1
151fi
152if [ -f 'dhcpd.conf' ]
153then
154ln 'dhcpd.conf' '../html'
155else
156echo 'ERROR: File dhcpd.conf does not exist'
157EXITCODE=1
158fi
159if [ -f 'dk-cat.html' ]
160then
161ln 'dk-cat.html' '../html'
162else
163echo 'ERROR: File dk-cat.html does not exist'
164EXITCODE=1
165fi
166if [ -f 'dk-db2t.html' ]
167then
168ln 'dk-db2t.html' '../html'
169else
170echo 'ERROR: File dk-db2t.html does not exist'
171EXITCODE=1
172fi
173if [ -f 'dk-dbco.html' ]
174then
175ln 'dk-dbco.html' '../html'
176else
177echo 'ERROR: File dk-dbco.html does not exist'
178EXITCODE=1
179fi
180if [ -f 'dk-fic.html' ]
181then
182ln 'dk-fic.html' '../html'
183else
184echo 'ERROR: File dk-fic.html does not exist'
185EXITCODE=1
186fi
187if [ -f 'dk-lines.html' ]
188then
189ln 'dk-lines.html' '../html'
190else
191echo 'ERROR: File dk-lines.html does not exist'
192EXITCODE=1
193fi
194if [ -f 'dk-ls.html' ]
195then
196ln 'dk-ls.html' '../html'
197else
198echo 'ERROR: File dk-ls.html does not exist'
199EXITCODE=1
200fi
201if [ -f 'dk-rand.html' ]
202then
203ln 'dk-rand.html' '../html'
204else
205echo 'ERROR: File dk-rand.html does not exist'
206EXITCODE=1
207fi
208if [ -f 'dk-recv.html' ]
209then
210ln 'dk-recv.html' '../html'
211else
212echo 'ERROR: File dk-recv.html does not exist'
213EXITCODE=1
214fi
215if [ -f 'dk-send.html' ]
216then
217ln 'dk-send.html' '../html'
218else
219echo 'ERROR: File dk-send.html does not exist'
220EXITCODE=1
221fi
222if [ -f 'dk-t2db.html' ]
223then
224ln 'dk-t2db.html' '../html'
225else
226echo 'ERROR: File dk-t2db.html does not exist'
227EXITCODE=1
228fi
229if [ -f 'dkct-ex1-stm.png' ]
230then
231ln 'dkct-ex1-stm.png' '../html'
232else
233echo 'ERROR: File dkct-ex1-stm.png does not exist'
234EXITCODE=1
235fi
236if [ -f 'dkct-ex1-stm.svg' ]
237then
238ln 'dkct-ex1-stm.svg' '../html'
239else
240echo 'ERROR: File dkct-ex1-stm.svg does not exist'
241EXITCODE=1
242fi
243if [ -f 'dkct-gui-sections.pdf' ]
244then
245ln 'dkct-gui-sections.pdf' '../html'
246else
247echo 'ERROR: File dkct-gui-sections.pdf does not exist'
248EXITCODE=1
249fi
250if [ -f 'dkct-gui-sections.png' ]
251then
252ln 'dkct-gui-sections.png' '../html'
253else
254echo 'ERROR: File dkct-gui-sections.png does not exist'
255EXITCODE=1
256fi
257if [ -f 'dkct-gui-sections.svg' ]
258then
259ln 'dkct-gui-sections.svg' '../html'
260else
261echo 'ERROR: File dkct-gui-sections.svg does not exist'
262EXITCODE=1
263fi
264if [ -f 'dkct.html' ]
265then
266ln 'dkct.html' '../html'
267else
268echo 'ERROR: File dkct.html does not exist'
269EXITCODE=1
270fi
271if [ -f 'dkwt.html' ]
272then
273ln 'dkwt.html' '../html'
274else
275echo 'ERROR: File dkwt.html does not exist'
276EXITCODE=1
277fi
278if [ -f 'dkwxwiz.html' ]
279then
280ln 'dkwxwiz.html' '../html'
281else
282echo 'ERROR: File dkwxwiz.html does not exist'
283EXITCODE=1
284fi
285if [ -f 'drchoose.png' ]
286then
287ln 'drchoose.png' '../html'
288else
289echo 'ERROR: File drchoose.png does not exist'
290EXITCODE=1
291fi
292if [ -f 'ethers-by-ip' ]
293then
294ln 'ethers-by-ip' '../html'
295else
296echo 'ERROR: File ethers-by-ip does not exist'
297EXITCODE=1
298fi
299if [ -f 'ethers-by-mac' ]
300then
301ln 'ethers-by-mac' '../html'
302else
303echo 'ERROR: File ethers-by-mac does not exist'
304EXITCODE=1
305fi
306if [ -f 'ethers.ldif' ]
307then
308ln 'ethers.ldif' '../html'
309else
310echo 'ERROR: File ethers.ldif does not exist'
311EXITCODE=1
312fi
313if [ -f 'example01.png' ]
314then
315ln 'example01.png' '../html'
316else
317echo 'ERROR: File example01.png does not exist'
318EXITCODE=1
319fi
320if [ -f 'example01.svg' ]
321then
322ln 'example01.svg' '../html'
323else
324echo 'ERROR: File example01.svg does not exist'
325EXITCODE=1
326fi
327if [ -f 'f2lde.pdf' ]
328then
329ln 'f2lde.pdf' '../html'
330else
331echo 'ERROR: File f2lde.pdf does not exist'
332EXITCODE=1
333fi
334if [ -f 'favicon.ico' ]
335then
336ln 'favicon.ico' '../html'
337else
338echo 'ERROR: File favicon.ico does not exist'
339EXITCODE=1
340fi
341if [ -f 'fig2lat.html' ]
342then
343ln 'fig2lat.html' '../html'
344else
345echo 'ERROR: File fig2lat.html does not exist'
346EXITCODE=1
347fi
348if [ -f 'grub.cfg' ]
349then
350ln 'grub.cfg' '../html'
351else
352echo 'ERROR: File grub.cfg does not exist'
353EXITCODE=1
354fi
355if [ -f 'home.png' ]
356then
357ln 'home.png' '../html'
358else
359echo 'ERROR: File home.png does not exist'
360EXITCODE=1
361fi
362if [ -f 'hosts' ]
363then
364ln 'hosts' '../html'
365else
366echo 'ERROR: File hosts does not exist'
367EXITCODE=1
368fi
369if [ -f 'hosts.ldif' ]
370then
371ln 'hosts.ldif' '../html'
372else
373echo 'ERROR: File hosts.ldif does not exist'
374EXITCODE=1
375fi
376if [ -f 'htmlbook.html' ]
377then
378ln 'htmlbook.html' '../html'
379else
380echo 'ERROR: File htmlbook.html does not exist'
381EXITCODE=1
382fi
383if [ -f 'icon-start.svg' ]
384then
385ln 'icon-start.svg' '../html'
386else
387echo 'ERROR: File icon-start.svg does not exist'
388EXITCODE=1
389fi
390if [ -f 'icon.fig' ]
391then
392ln 'icon.fig' '../html'
393else
394echo 'ERROR: File icon.fig does not exist'
395EXITCODE=1
396fi
397if [ -f 'index.hhk' ]
398then
399ln 'index.hhk' '../html'
400else
401echo 'ERROR: File index.hhk does not exist'
402EXITCODE=1
403fi
404if [ -f 'index.html' ]
405then
406ln 'index.html' '../html'
407else
408echo 'ERROR: File index.html does not exist'
409EXITCODE=1
410fi
411if [ -f 'index.png' ]
412then
413ln 'index.png' '../html'
414else
415echo 'ERROR: File index.png does not exist'
416EXITCODE=1
417fi
418if [ -f 'instudeb.html' ]
419then
420ln 'instudeb.html' '../html'
421else
422echo 'ERROR: File instudeb.html does not exist'
423EXITCODE=1
424fi
425if [ -f 'instufed.html' ]
426then
427ln 'instufed.html' '../html'
428else
429echo 'ERROR: File instufed.html does not exist'
430EXITCODE=1
431fi
432if [ -f 'instuol8.html' ]
433then
434ln 'instuol8.html' '../html'
435else
436echo 'ERROR: File instuol8.html does not exist'
437EXITCODE=1
438fi
439if [ -f 'instusl7.html' ]
440then
441ln 'instusl7.html' '../html'
442else
443echo 'ERROR: File instusl7.html does not exist'
444EXITCODE=1
445fi
446if [ -f 'instusrc.html' ]
447then
448ln 'instusrc.html' '../html'
449else
450echo 'ERROR: File instusrc.html does not exist'
451EXITCODE=1
452fi
453if [ -f 'it-example.sql' ]
454then
455ln 'it-example.sql' '../html'
456else
457echo 'ERROR: File it-example.sql does not exist'
458EXITCODE=1
459fi
460if [ -f 'itacldap.pl.txt' ]
461then
462ln 'itacldap.pl.txt' '../html'
463else
464echo 'ERROR: File itacldap.pl.txt does not exist'
465EXITCODE=1
466fi
467if [ -f 'itadmin.conf' ]
468then
469ln 'itadmin.conf' '../html'
470else
471echo 'ERROR: File itadmin.conf does not exist'
472EXITCODE=1
473fi
474if [ -f 'itadmin.html' ]
475then
476ln 'itadmin.html' '../html'
477else
478echo 'ERROR: File itadmin.html does not exist'
479EXITCODE=1
480fi
481if [ -f 'legal.html' ]
482then
483ln 'legal.html' '../html'
484else
485echo 'ERROR: File legal.html does not exist'
486EXITCODE=1
487fi
488if [ -f 'licenses.pdf' ]
489then
490ln 'licenses.pdf' '../html'
491else
492echo 'ERROR: File licenses.pdf does not exist'
493EXITCODE=1
494fi
495if [ -f 'licenses.tex' ]
496then
497ln 'licenses.tex' '../html'
498else
499echo 'ERROR: File licenses.tex does not exist'
500EXITCODE=1
501fi
502if [ -f 'live.cfg' ]
503then
504ln 'live.cfg' '../html'
505else
506echo 'ERROR: File live.cfg does not exist'
507EXITCODE=1
508fi
509if [ -f 'livesystems.html' ]
510then
511ln 'livesystems.html' '../html'
512else
513echo 'ERROR: File livesystems.html does not exist'
514EXITCODE=1
515fi
516if [ -f 'lprngcl.html' ]
517then
518ln 'lprngcl.html' '../html'
519else
520echo 'ERROR: File lprngcl.html does not exist'
521EXITCODE=1
522fi
523if [ -f 'lstest.fig' ]
524then
525ln 'lstest.fig' '../html'
526else
527echo 'ERROR: File lstest.fig does not exist'
528EXITCODE=1
529fi
530if [ -f 'lstest1.pdf' ]
531then
532ln 'lstest1.pdf' '../html'
533else
534echo 'ERROR: File lstest1.pdf does not exist'
535EXITCODE=1
536fi
537if [ -f 'lstest1.png' ]
538then
539ln 'lstest1.png' '../html'
540else
541echo 'ERROR: File lstest1.png does not exist'
542EXITCODE=1
543fi
544if [ -f 'lstest1.svg' ]
545then
546ln 'lstest1.svg' '../html'
547else
548echo 'ERROR: File lstest1.svg does not exist'
549EXITCODE=1
550fi
551if [ -f 'lstest2.pdf' ]
552then
553ln 'lstest2.pdf' '../html'
554else
555echo 'ERROR: File lstest2.pdf does not exist'
556EXITCODE=1
557fi
558if [ -f 'lstest2.png' ]
559then
560ln 'lstest2.png' '../html'
561else
562echo 'ERROR: File lstest2.png does not exist'
563EXITCODE=1
564fi
565if [ -f 'lstest2.svg' ]
566then
567ln 'lstest2.svg' '../html'
568else
569echo 'ERROR: File lstest2.svg does not exist'
570EXITCODE=1
571fi
572if [ -f 'lstest3.pdf' ]
573then
574ln 'lstest3.pdf' '../html'
575else
576echo 'ERROR: File lstest3.pdf does not exist'
577EXITCODE=1
578fi
579if [ -f 'lstest3.png' ]
580then
581ln 'lstest3.png' '../html'
582else
583echo 'ERROR: File lstest3.png does not exist'
584EXITCODE=1
585fi
586if [ -f 'lstest3.svg' ]
587then
588ln 'lstest3.svg' '../html'
589else
590echo 'ERROR: File lstest3.svg does not exist'
591EXITCODE=1
592fi
593if [ -f 'math-img.tex' ]
594then
595ln 'math-img.tex' '../html'
596else
597echo 'ERROR: File math-img.tex does not exist'
598EXITCODE=1
599fi
600if [ -f 'math-triangle.pdf' ]
601then
602ln 'math-triangle.pdf' '../html'
603else
604echo 'ERROR: File math-triangle.pdf does not exist'
605EXITCODE=1
606fi
607if [ -f 'math-triangle.png' ]
608then
609ln 'math-triangle.png' '../html'
610else
611echo 'ERROR: File math-triangle.png does not exist'
612EXITCODE=1
613fi
614if [ -f 'math-triangle.svg' ]
615then
616ln 'math-triangle.svg' '../html'
617else
618echo 'ERROR: File math-triangle.svg does not exist'
619EXITCODE=1
620fi
621if [ -f 'menu-grub.cfg' ]
622then
623ln 'menu-grub.cfg' '../html'
624else
625echo 'ERROR: File menu-grub.cfg does not exist'
626EXITCODE=1
627fi
628if [ -f 'netdocu.pdf' ]
629then
630ln 'netdocu.pdf' '../html'
631else
632echo 'ERROR: File netdocu.pdf does not exist'
633EXITCODE=1
634fi
635if [ -f 'netdocu.tex' ]
636then
637ln 'netdocu.tex' '../html'
638else
639echo 'ERROR: File netdocu.tex does not exist'
640EXITCODE=1
641fi
642if [ -f 'netgroup.ldif' ]
643then
644ln 'netgroup.ldif' '../html'
645else
646echo 'ERROR: File netgroup.ldif does not exist'
647EXITCODE=1
648fi
649if [ -f 'next.png' ]
650then
651ln 'next.png' '../html'
652else
653echo 'ERROR: File next.png does not exist'
654EXITCODE=1
655fi
656if [ -f 'pattest.fig' ]
657then
658ln 'pattest.fig' '../html'
659else
660echo 'ERROR: File pattest.fig does not exist'
661EXITCODE=1
662fi
663if [ -f 'pattest.pdf' ]
664then
665ln 'pattest.pdf' '../html'
666else
667echo 'ERROR: File pattest.pdf does not exist'
668EXITCODE=1
669fi
670if [ -f 'pattest.png' ]
671then
672ln 'pattest.png' '../html'
673else
674echo 'ERROR: File pattest.png does not exist'
675EXITCODE=1
676fi
677if [ -f 'pattest.svg' ]
678then
679ln 'pattest.svg' '../html'
680else
681echo 'ERROR: File pattest.svg does not exist'
682EXITCODE=1
683fi
684if [ -f 'pjsnmp.html' ]
685then
686ln 'pjsnmp.html' '../html'
687else
688echo 'ERROR: File pjsnmp.html does not exist'
689EXITCODE=1
690fi
691if [ -f 'plpdftex.html' ]
692then
693ln 'plpdftex.html' '../html'
694else
695echo 'ERROR: File plpdftex.html does not exist'
696EXITCODE=1
697fi
698if [ -f 'prev.png' ]
699then
700ln 'prev.png' '../html'
701else
702echo 'ERROR: File prev.png does not exist'
703EXITCODE=1
704fi
705if [ -f 'printqd.html' ]
706then
707ln 'printqd.html' '../html'
708else
709echo 'ERROR: File printqd.html does not exist'
710EXITCODE=1
711fi
712if [ -f 'printqdc.html' ]
713then
714ln 'printqdc.html' '../html'
715else
716echo 'ERROR: File printqdc.html does not exist'
717EXITCODE=1
718fi
719if [ -f 'rebuild-tftpboot' ]
720then
721ln 'rebuild-tftpboot' '../html'
722else
723echo 'ERROR: File rebuild-tftpboot does not exist'
724EXITCODE=1
725fi
726if [ -f 'res-style.css' ]
727then
728ln 'res-style.css' '../html'
729else
730echo 'ERROR: File res-style.css does not exist'
731EXITCODE=1
732fi
733if [ -f 'resfiles.html' ]
734then
735ln 'resfiles.html' '../html'
736else
737echo 'ERROR: File resfiles.html does not exist'
738EXITCODE=1
739fi
740if [ -f 'rshdn' ]
741then
742ln 'rshdn' '../html'
743else
744echo 'ERROR: File rshdn does not exist'
745EXITCODE=1
746fi
747if [ -f 'rshdns' ]
748then
749ln 'rshdns' '../html'
750else
751echo 'ERROR: File rshdns does not exist'
752EXITCODE=1
753fi
754if [ -f 'sc-ff-01.png' ]
755then
756ln 'sc-ff-01.png' '../html'
757else
758echo 'ERROR: File sc-ff-01.png does not exist'
759EXITCODE=1
760fi
761if [ -f 'sc-jfig.png' ]
762then
763ln 'sc-jfig.png' '../html'
764else
765echo 'ERROR: File sc-jfig.png does not exist'
766EXITCODE=1
767fi
768if [ -f 'sc-wxbmpp.png' ]
769then
770ln 'sc-wxbmpp.png' '../html'
771else
772echo 'ERROR: File sc-wxbmpp.png does not exist'
773EXITCODE=1
774fi
775if [ -f 'sc-wxdkfcs.png' ]
776then
777ln 'sc-wxdkfcs.png' '../html'
778else
779echo 'ERROR: File sc-wxdkfcs.png does not exist'
780EXITCODE=1
781fi
782if [ -f 'sc-xfig.png' ]
783then
784ln 'sc-xfig.png' '../html'
785else
786echo 'ERROR: File sc-xfig.png does not exist'
787EXITCODE=1
788fi
789if [ -f 'sc01-winprint.png' ]
790then
791ln 'sc01-winprint.png' '../html'
792else
793echo 'ERROR: File sc01-winprint.png does not exist'
794EXITCODE=1
795fi
796if [ -f 'sc01-wxdkclock.png' ]
797then
798ln 'sc01-wxdkclock.png' '../html'
799else
800echo 'ERROR: File sc01-wxdkclock.png does not exist'
801EXITCODE=1
802fi
803if [ -f 'sc01-wxdkdraw.png' ]
804then
805ln 'sc01-wxdkdraw.png' '../html'
806else
807echo 'ERROR: File sc01-wxdkdraw.png does not exist'
808EXITCODE=1
809fi
810if [ -f 'sc02-winprint.png' ]
811then
812ln 'sc02-winprint.png' '../html'
813else
814echo 'ERROR: File sc02-winprint.png does not exist'
815EXITCODE=1
816fi
817if [ -f 'sc02-wxdkclock.png' ]
818then
819ln 'sc02-wxdkclock.png' '../html'
820else
821echo 'ERROR: File sc02-wxdkclock.png does not exist'
822EXITCODE=1
823fi
824if [ -f 'sc03-winprint.png' ]
825then
826ln 'sc03-winprint.png' '../html'
827else
828echo 'ERROR: File sc03-winprint.png does not exist'
829EXITCODE=1
830fi
831if [ -f 'sc03-wxdkclock.png' ]
832then
833ln 'sc03-wxdkclock.png' '../html'
834else
835echo 'ERROR: File sc03-wxdkclock.png does not exist'
836EXITCODE=1
837fi
838if [ -f 'sc04-winprint.png' ]
839then
840ln 'sc04-winprint.png' '../html'
841else
842echo 'ERROR: File sc04-winprint.png does not exist'
843EXITCODE=1
844fi
845if [ -f 'sc04-wxdkclock.png' ]
846then
847ln 'sc04-wxdkclock.png' '../html'
848else
849echo 'ERROR: File sc04-wxdkclock.png does not exist'
850EXITCODE=1
851fi
852if [ -f 'sc05-winprint.png' ]
853then
854ln 'sc05-winprint.png' '../html'
855else
856echo 'ERROR: File sc05-winprint.png does not exist'
857EXITCODE=1
858fi
859if [ -f 'sc05-wxdkclock.png' ]
860then
861ln 'sc05-wxdkclock.png' '../html'
862else
863echo 'ERROR: File sc05-wxdkclock.png does not exist'
864EXITCODE=1
865fi
866if [ -f 'sc06-winprint.png' ]
867then
868ln 'sc06-winprint.png' '../html'
869else
870echo 'ERROR: File sc06-winprint.png does not exist'
871EXITCODE=1
872fi
873if [ -f 'sc06-wxdkclock.png' ]
874then
875ln 'sc06-wxdkclock.png' '../html'
876else
877echo 'ERROR: File sc06-wxdkclock.png does not exist'
878EXITCODE=1
879fi
880if [ -f 'sc07-winprint.png' ]
881then
882ln 'sc07-winprint.png' '../html'
883else
884echo 'ERROR: File sc07-winprint.png does not exist'
885EXITCODE=1
886fi
887if [ -f 'sc07-wxdkclock.png' ]
888then
889ln 'sc07-wxdkclock.png' '../html'
890else
891echo 'ERROR: File sc07-wxdkclock.png does not exist'
892EXITCODE=1
893fi
894if [ -f 'sc08-winprint.png' ]
895then
896ln 'sc08-winprint.png' '../html'
897else
898echo 'ERROR: File sc08-winprint.png does not exist'
899EXITCODE=1
900fi
901if [ -f 'sc08-wxdkclock.png' ]
902then
903ln 'sc08-wxdkclock.png' '../html'
904else
905echo 'ERROR: File sc08-wxdkclock.png does not exist'
906EXITCODE=1
907fi
908if [ -f 'sc10-winprint.png' ]
909then
910ln 'sc10-winprint.png' '../html'
911else
912echo 'ERROR: File sc10-winprint.png does not exist'
913EXITCODE=1
914fi
915if [ -f 'sc11-winprint.png' ]
916then
917ln 'sc11-winprint.png' '../html'
918else
919echo 'ERROR: File sc11-winprint.png does not exist'
920EXITCODE=1
921fi
922if [ -f 'sc12-winprint.png' ]
923then
924ln 'sc12-winprint.png' '../html'
925else
926echo 'ERROR: File sc12-winprint.png does not exist'
927EXITCODE=1
928fi
929if [ -f 'sc13-winprint.png' ]
930then
931ln 'sc13-winprint.png' '../html'
932else
933echo 'ERROR: File sc13-winprint.png does not exist'
934EXITCODE=1
935fi
936if [ -f 'sc14-winprint.png' ]
937then
938ln 'sc14-winprint.png' '../html'
939else
940echo 'ERROR: File sc14-winprint.png does not exist'
941EXITCODE=1
942fi
943if [ -f 'sc15-winprint.png' ]
944then
945ln 'sc15-winprint.png' '../html'
946else
947echo 'ERROR: File sc15-winprint.png does not exist'
948EXITCODE=1
949fi
950if [ -f 'sflogo.png' ]
951then
952ln 'sflogo.png' '../html'
953else
954echo 'ERROR: File sflogo.png does not exist'
955EXITCODE=1
956fi
957if [ -f 'sinus.gp' ]
958then
959ln 'sinus.gp' '../html'
960else
961echo 'ERROR: File sinus.gp does not exist'
962EXITCODE=1
963fi
964if [ -f 'sinus.pdf' ]
965then
966ln 'sinus.pdf' '../html'
967else
968echo 'ERROR: File sinus.pdf does not exist'
969EXITCODE=1
970fi
971if [ -f 'sinus.png' ]
972then
973ln 'sinus.png' '../html'
974else
975echo 'ERROR: File sinus.png does not exist'
976EXITCODE=1
977fi
978if [ -f 'sinus.svg' ]
979then
980ln 'sinus.svg' '../html'
981else
982echo 'ERROR: File sinus.svg does not exist'
983EXITCODE=1
984fi
985if [ -f 'spah.eps' ]
986then
987ln 'spah.eps' '../html'
988else
989echo 'ERROR: File spah.eps does not exist'
990EXITCODE=1
991fi
992if [ -f 'spah.fig' ]
993then
994ln 'spah.fig' '../html'
995else
996echo 'ERROR: File spah.fig does not exist'
997EXITCODE=1
998fi
999if [ -f 'spah.pdf' ]
1000then
1001ln 'spah.pdf' '../html'
1002else
1003echo 'ERROR: File spah.pdf does not exist'
1004EXITCODE=1
1005fi
1006if [ -f 'style.css' ]
1007then
1008ln 'style.css' '../html'
1009else
1010echo 'ERROR: File style.css does not exist'
1011EXITCODE=1
1012fi
1013if [ -f 'tb-start.svg' ]
1014then
1015ln 'tb-start.svg' '../html'
1016else
1017echo 'ERROR: File tb-start.svg does not exist'
1018EXITCODE=1
1019fi
1020if [ -f 'tdkct.ctr' ]
1021then
1022ln 'tdkct.ctr' '../html'
1023else
1024echo 'ERROR: File tdkct.ctr does not exist'
1025EXITCODE=1
1026fi
1027if [ -f 'test-ident.ctr' ]
1028then
1029ln 'test-ident.ctr' '../html'
1030else
1031echo 'ERROR: File test-ident.ctr does not exist'
1032EXITCODE=1
1033fi
1034if [ -f 'testimg.pdf' ]
1035then
1036ln 'testimg.pdf' '../html'
1037else
1038echo 'ERROR: File testimg.pdf does not exist'
1039EXITCODE=1
1040fi
1041if [ -f 'testimg.png' ]
1042then
1043ln 'testimg.png' '../html'
1044else
1045echo 'ERROR: File testimg.png does not exist'
1046EXITCODE=1
1047fi
1048if [ -f 'testimg.svg' ]
1049then
1050ln 'testimg.svg' '../html'
1051else
1052echo 'ERROR: File testimg.svg does not exist'
1053EXITCODE=1
1054fi
1055if [ -f 'tftp-remap' ]
1056then
1057ln 'tftp-remap' '../html'
1058else
1059echo 'ERROR: File tftp-remap does not exist'
1060EXITCODE=1
1061fi
1062if [ -f 'toc.png' ]
1063then
1064ln 'toc.png' '../html'
1065else
1066echo 'ERROR: File toc.png does not exist'
1067EXITCODE=1
1068fi
1069if [ -f 'toolbar.fig' ]
1070then
1071ln 'toolbar.fig' '../html'
1072else
1073echo 'ERROR: File toolbar.fig does not exist'
1074EXITCODE=1
1075fi
1076if [ -f 'winprint.html' ]
1077then
1078ln 'winprint.html' '../html'
1079else
1080echo 'ERROR: File winprint.html does not exist'
1081EXITCODE=1
1082fi
1083if [ -f 'wprclean.html' ]
1084then
1085ln 'wprclean.html' '../html'
1086else
1087echo 'ERROR: File wprclean.html does not exist'
1088EXITCODE=1
1089fi
1090if [ -f 'wxd2lat.html' ]
1091then
1092ln 'wxd2lat.html' '../html'
1093else
1094echo 'ERROR: File wxd2lat.html does not exist'
1095EXITCODE=1
1096fi
1097if [ -f 'wxdkclock.html' ]
1098then
1099ln 'wxdkclock.html' '../html'
1100else
1101echo 'ERROR: File wxdkclock.html does not exist'
1102EXITCODE=1
1103fi
1104if [ -f 'wxdkdraw-fileformat-de.pdf' ]
1105then
1106ln 'wxdkdraw-fileformat-de.pdf' '../html'
1107else
1108echo 'ERROR: File wxdkdraw-fileformat-de.pdf does not exist'
1109EXITCODE=1
1110fi
1111if [ -f 'wxdkdraw-fileformat-en.pdf' ]
1112then
1113ln 'wxdkdraw-fileformat-en.pdf' '../html'
1114else
1115echo 'ERROR: File wxdkdraw-fileformat-en.pdf does not exist'
1116EXITCODE=1
1117fi
1118if [ -f 'wxdkdraw-techdet-de.pdf' ]
1119then
1120ln 'wxdkdraw-techdet-de.pdf' '../html'
1121else
1122echo 'ERROR: File wxdkdraw-techdet-de.pdf does not exist'
1123EXITCODE=1
1124fi
1125if [ -f 'wxdkdraw.hhp' ]
1126then
1127ln 'wxdkdraw.hhp' '../html'
1128else
1129echo 'ERROR: File wxdkdraw.hhp does not exist'
1130EXITCODE=1
1131fi
1132if [ -f 'wxdkfcs.html' ]
1133then
1134ln 'wxdkfcs.html' '../html'
1135else
1136echo 'ERROR: File wxdkfcs.html does not exist'
1137EXITCODE=1
1138fi
1139if [ -f 'wxdkscrsz.html' ]
1140then
1141ln 'wxdkscrsz.html' '../html'
1142else
1143echo 'ERROR: File wxdkscrsz.html does not exist'
1144EXITCODE=1
1145fi
1146if [ -f 'wximgsz.html' ]
1147then
1148ln 'wximgsz.html' '../html'
1149else
1150echo 'ERROR: File wximgsz.html does not exist'
1151EXITCODE=1
1152fi
1153if [ -f 'wximgsz1.png' ]
1154then
1155ln 'wximgsz1.png' '../html'
1156else
1157echo 'ERROR: File wximgsz1.png does not exist'
1158EXITCODE=1
1159fi
1160if [ -f 'wximgsz2.png' ]
1161then
1162ln 'wximgsz2.png' '../html'
1163else
1164echo 'ERROR: File wximgsz2.png does not exist'
1165EXITCODE=1
1166fi
1167if [ -f 'wxpqdic.html' ]
1168then
1169ln 'wxpqdic.html' '../html'
1170else
1171echo 'ERROR: File wxpqdic.html does not exist'
1172EXITCODE=1
1173fi
1174if [ -f 'ptoc.js' ]
1175then
1176ln 'ptoc.js' '../html'
1177else
1178echo 'ERROR: File ptoc.js does not exist'
1179EXITCODE=1
1180fi
1181if [ -f '../html/index.html' ]
1182then
1183rm -fr '../html/index.html'
1184fi
1185if [ -f 'index.html' ]
1186then
1187echo TIDY index.html
1188tidy -q -utf8 < 'index.html' > '../html/index.html'
1189else
1190echo 'ERROR: File index.html does not exist'
1191EXITCODE=1
1192fi
1193if [ -f '../html/wxdkdraw.html' ]
1194then
1195rm -fr '../html/wxdkdraw.html'
1196fi
1197if [ -f 'wxdkdraw.html' ]
1198then
1199echo TIDY wxdkdraw.html
1200tidy -q -utf8 < 'wxdkdraw.html' > '../html/wxdkdraw.html'
1201else
1202echo 'ERROR: File wxdkdraw.html does not exist'
1203EXITCODE=1
1204fi
1205if [ -f '../html/wxd2lat.html' ]
1206then
1207rm -fr '../html/wxd2lat.html'
1208fi
1209if [ -f 'wxd2lat.html' ]
1210then
1211echo TIDY wxd2lat.html
1212tidy -q -utf8 < 'wxd2lat.html' > '../html/wxd2lat.html'
1213else
1214echo 'ERROR: File wxd2lat.html does not exist'
1215EXITCODE=1
1216fi
1217if [ -f '../html/bmpp.html' ]
1218then
1219rm -fr '../html/bmpp.html'
1220fi
1221if [ -f 'bmpp.html' ]
1222then
1223echo TIDY bmpp.html
1224tidy -q -utf8 < 'bmpp.html' > '../html/bmpp.html'
1225else
1226echo 'ERROR: File bmpp.html does not exist'
1227EXITCODE=1
1228fi
1229if [ -f '../html/wxbmpp.html' ]
1230then
1231rm -fr '../html/wxbmpp.html'
1232fi
1233if [ -f 'wxbmpp.html' ]
1234then
1235echo TIDY wxbmpp.html
1236tidy -q -utf8 < 'wxbmpp.html' > '../html/wxbmpp.html'
1237else
1238echo 'ERROR: File wxbmpp.html does not exist'
1239EXITCODE=1
1240fi
1241if [ -f '../html/fig2lat.html' ]
1242then
1243rm -fr '../html/fig2lat.html'
1244fi
1245if [ -f 'fig2lat.html' ]
1246then
1247echo TIDY fig2lat.html
1248tidy -q -utf8 < 'fig2lat.html' > '../html/fig2lat.html'
1249else
1250echo 'ERROR: File fig2lat.html does not exist'
1251EXITCODE=1
1252fi
1253if [ -f '../html/wximgsz.html' ]
1254then
1255rm -fr '../html/wximgsz.html'
1256fi
1257if [ -f 'wximgsz.html' ]
1258then
1259echo TIDY wximgsz.html
1260tidy -q -utf8 < 'wximgsz.html' > '../html/wximgsz.html'
1261else
1262echo 'ERROR: File wximgsz.html does not exist'
1263EXITCODE=1
1264fi
1265if [ -f '../html/htmlbook.html' ]
1266then
1267rm -fr '../html/htmlbook.html'
1268fi
1269if [ -f 'htmlbook.html' ]
1270then
1271echo TIDY htmlbook.html
1272tidy -q -utf8 < 'htmlbook.html' > '../html/htmlbook.html'
1273else
1274echo 'ERROR: File htmlbook.html does not exist'
1275EXITCODE=1
1276fi
1277if [ -f '../html/dkct.html' ]
1278then
1279rm -fr '../html/dkct.html'
1280fi
1281if [ -f 'dkct.html' ]
1282then
1283echo TIDY dkct.html
1284tidy -q -utf8 < 'dkct.html' > '../html/dkct.html'
1285else
1286echo 'ERROR: File dkct.html does not exist'
1287EXITCODE=1
1288fi
1289if [ -f '../html/dkwxwiz.html' ]
1290then
1291rm -fr '../html/dkwxwiz.html'
1292fi
1293if [ -f 'dkwxwiz.html' ]
1294then
1295echo TIDY dkwxwiz.html
1296tidy -q -utf8 < 'dkwxwiz.html' > '../html/dkwxwiz.html'
1297else
1298echo 'ERROR: File dkwxwiz.html does not exist'
1299EXITCODE=1
1300fi
1301if [ -f '../html/wxdkhtb.html' ]
1302then
1303rm -fr '../html/wxdkhtb.html'
1304fi
1305if [ -f 'wxdkhtb.html' ]
1306then
1307echo TIDY wxdkhtb.html
1308tidy -q -utf8 < 'wxdkhtb.html' > '../html/wxdkhtb.html'
1309else
1310echo 'ERROR: File wxdkhtb.html does not exist'
1311EXITCODE=1
1312fi
1313if [ -f '../html/dk-bin2c.html' ]
1314then
1315rm -fr '../html/dk-bin2c.html'
1316fi
1317if [ -f 'dk-bin2c.html' ]
1318then
1319echo TIDY dk-bin2c.html
1320tidy -q -utf8 < 'dk-bin2c.html' > '../html/dk-bin2c.html'
1321else
1322echo 'ERROR: File dk-bin2c.html does not exist'
1323EXITCODE=1
1324fi
1325if [ -f '../html/itadmin.html' ]
1326then
1327rm -fr '../html/itadmin.html'
1328fi
1329if [ -f 'itadmin.html' ]
1330then
1331echo TIDY itadmin.html
1332tidy -q -utf8 < 'itadmin.html' > '../html/itadmin.html'
1333else
1334echo 'ERROR: File itadmin.html does not exist'
1335EXITCODE=1
1336fi
1337if [ -f '../html/dk-ls.html' ]
1338then
1339rm -fr '../html/dk-ls.html'
1340fi
1341if [ -f 'dk-ls.html' ]
1342then
1343echo TIDY dk-ls.html
1344tidy -q -utf8 < 'dk-ls.html' > '../html/dk-ls.html'
1345else
1346echo 'ERROR: File dk-ls.html does not exist'
1347EXITCODE=1
1348fi
1349if [ -f '../html/wxdkfcs.html' ]
1350then
1351rm -fr '../html/wxdkfcs.html'
1352fi
1353if [ -f 'wxdkfcs.html' ]
1354then
1355echo TIDY wxdkfcs.html
1356tidy -q -utf8 < 'wxdkfcs.html' > '../html/wxdkfcs.html'
1357else
1358echo 'ERROR: File wxdkfcs.html does not exist'
1359EXITCODE=1
1360fi
1361if [ -f '../html/dk-fic.html' ]
1362then
1363rm -fr '../html/dk-fic.html'
1364fi
1365if [ -f 'dk-fic.html' ]
1366then
1367echo TIDY dk-fic.html
1368tidy -q -utf8 < 'dk-fic.html' > '../html/dk-fic.html'
1369else
1370echo 'ERROR: File dk-fic.html does not exist'
1371EXITCODE=1
1372fi
1373if [ -f '../html/dk-bmm.html' ]
1374then
1375rm -fr '../html/dk-bmm.html'
1376fi
1377if [ -f 'dk-bmm.html' ]
1378then
1379echo TIDY dk-bmm.html
1380tidy -q -utf8 < 'dk-bmm.html' > '../html/dk-bmm.html'
1381else
1382echo 'ERROR: File dk-bmm.html does not exist'
1383EXITCODE=1
1384fi
1385if [ -f '../html/dk-blks.html' ]
1386then
1387rm -fr '../html/dk-blks.html'
1388fi
1389if [ -f 'dk-blks.html' ]
1390then
1391echo TIDY dk-blks.html
1392tidy -q -utf8 < 'dk-blks.html' > '../html/dk-blks.html'
1393else
1394echo 'ERROR: File dk-blks.html does not exist'
1395EXITCODE=1
1396fi
1397if [ -f '../html/dk-eradisk.html' ]
1398then
1399rm -fr '../html/dk-eradisk.html'
1400fi
1401if [ -f 'dk-eradisk.html' ]
1402then
1403echo TIDY dk-eradisk.html
1404tidy -q -utf8 < 'dk-eradisk.html' > '../html/dk-eradisk.html'
1405else
1406echo 'ERROR: File dk-eradisk.html does not exist'
1407EXITCODE=1
1408fi
1409if [ -f '../html/dk-hex.html' ]
1410then
1411rm -fr '../html/dk-hex.html'
1412fi
1413if [ -f 'dk-hex.html' ]
1414then
1415echo TIDY dk-hex.html
1416tidy -q -utf8 < 'dk-hex.html' > '../html/dk-hex.html'
1417else
1418echo 'ERROR: File dk-hex.html does not exist'
1419EXITCODE=1
1420fi
1421if [ -f '../html/dk-pwd.html' ]
1422then
1423rm -fr '../html/dk-pwd.html'
1424fi
1425if [ -f 'dk-pwd.html' ]
1426then
1427echo TIDY dk-pwd.html
1428tidy -q -utf8 < 'dk-pwd.html' > '../html/dk-pwd.html'
1429else
1430echo 'ERROR: File dk-pwd.html does not exist'
1431EXITCODE=1
1432fi
1433if [ -f '../html/dk-cat.html' ]
1434then
1435rm -fr '../html/dk-cat.html'
1436fi
1437if [ -f 'dk-cat.html' ]
1438then
1439echo TIDY dk-cat.html
1440tidy -q -utf8 < 'dk-cat.html' > '../html/dk-cat.html'
1441else
1442echo 'ERROR: File dk-cat.html does not exist'
1443EXITCODE=1
1444fi
1445if [ -f '../html/dk-sort.html' ]
1446then
1447rm -fr '../html/dk-sort.html'
1448fi
1449if [ -f 'dk-sort.html' ]
1450then
1451echo TIDY dk-sort.html
1452tidy -q -utf8 < 'dk-sort.html' > '../html/dk-sort.html'
1453else
1454echo 'ERROR: File dk-sort.html does not exist'
1455EXITCODE=1
1456fi
1457if [ -f '../html/dk-lines.html' ]
1458then
1459rm -fr '../html/dk-lines.html'
1460fi
1461if [ -f 'dk-lines.html' ]
1462then
1463echo TIDY dk-lines.html
1464tidy -q -utf8 < 'dk-lines.html' > '../html/dk-lines.html'
1465else
1466echo 'ERROR: File dk-lines.html does not exist'
1467EXITCODE=1
1468fi
1469if [ -f '../html/dk-t2h.html' ]
1470then
1471rm -fr '../html/dk-t2h.html'
1472fi
1473if [ -f 'dk-t2h.html' ]
1474then
1475echo TIDY dk-t2h.html
1476tidy -q -utf8 < 'dk-t2h.html' > '../html/dk-t2h.html'
1477else
1478echo 'ERROR: File dk-t2h.html does not exist'
1479EXITCODE=1
1480fi
1481if [ -f '../html/dk-t2l.html' ]
1482then
1483rm -fr '../html/dk-t2l.html'
1484fi
1485if [ -f 'dk-t2l.html' ]
1486then
1487echo TIDY dk-t2l.html
1488tidy -q -utf8 < 'dk-t2l.html' > '../html/dk-t2l.html'
1489else
1490echo 'ERROR: File dk-t2l.html does not exist'
1491EXITCODE=1
1492fi
1493if [ -f '../html/dk-sqlsplit.html' ]
1494then
1495rm -fr '../html/dk-sqlsplit.html'
1496fi
1497if [ -f 'dk-sqlsplit.html' ]
1498then
1499echo TIDY dk-sqlsplit.html
1500tidy -q -utf8 < 'dk-sqlsplit.html' > '../html/dk-sqlsplit.html'
1501else
1502echo 'ERROR: File dk-sqlsplit.html does not exist'
1503EXITCODE=1
1504fi
1505if [ -f '../html/aboutdbi.html' ]
1506then
1507rm -fr '../html/aboutdbi.html'
1508fi
1509if [ -f 'aboutdbi.html' ]
1510then
1511echo TIDY aboutdbi.html
1512tidy -q -utf8 < 'aboutdbi.html' > '../html/aboutdbi.html'
1513else
1514echo 'ERROR: File aboutdbi.html does not exist'
1515EXITCODE=1
1516fi
1517if [ -f '../html/dk-t2db.html' ]
1518then
1519rm -fr '../html/dk-t2db.html'
1520fi
1521if [ -f 'dk-t2db.html' ]
1522then
1523echo TIDY dk-t2db.html
1524tidy -q -utf8 < 'dk-t2db.html' > '../html/dk-t2db.html'
1525else
1526echo 'ERROR: File dk-t2db.html does not exist'
1527EXITCODE=1
1528fi
1529if [ -f '../html/dk-db2t.html' ]
1530then
1531rm -fr '../html/dk-db2t.html'
1532fi
1533if [ -f 'dk-db2t.html' ]
1534then
1535echo TIDY dk-db2t.html
1536tidy -q -utf8 < 'dk-db2t.html' > '../html/dk-db2t.html'
1537else
1538echo 'ERROR: File dk-db2t.html does not exist'
1539EXITCODE=1
1540fi
1541if [ -f '../html/dk-dbco.html' ]
1542then
1543rm -fr '../html/dk-dbco.html'
1544fi
1545if [ -f 'dk-dbco.html' ]
1546then
1547echo TIDY dk-dbco.html
1548tidy -q -utf8 < 'dk-dbco.html' > '../html/dk-dbco.html'
1549else
1550echo 'ERROR: File dk-dbco.html does not exist'
1551EXITCODE=1
1552fi
1553if [ -f '../html/dk-uid.html' ]
1554then
1555rm -fr '../html/dk-uid.html'
1556fi
1557if [ -f 'dk-uid.html' ]
1558then
1559echo TIDY dk-uid.html
1560tidy -q -utf8 < 'dk-uid.html' > '../html/dk-uid.html'
1561else
1562echo 'ERROR: File dk-uid.html does not exist'
1563EXITCODE=1
1564fi
1565if [ -f '../html/dk-pwgen.html' ]
1566then
1567rm -fr '../html/dk-pwgen.html'
1568fi
1569if [ -f 'dk-pwgen.html' ]
1570then
1571echo TIDY dk-pwgen.html
1572tidy -q -utf8 < 'dk-pwgen.html' > '../html/dk-pwgen.html'
1573else
1574echo 'ERROR: File dk-pwgen.html does not exist'
1575EXITCODE=1
1576fi
1577if [ -f '../html/dk-rand.html' ]
1578then
1579rm -fr '../html/dk-rand.html'
1580fi
1581if [ -f 'dk-rand.html' ]
1582then
1583echo TIDY dk-rand.html
1584tidy -q -utf8 < 'dk-rand.html' > '../html/dk-rand.html'
1585else
1586echo 'ERROR: File dk-rand.html does not exist'
1587EXITCODE=1
1588fi
1589if [ -f '../html/dk-send.html' ]
1590then
1591rm -fr '../html/dk-send.html'
1592fi
1593if [ -f 'dk-send.html' ]
1594then
1595echo TIDY dk-send.html
1596tidy -q -utf8 < 'dk-send.html' > '../html/dk-send.html'
1597else
1598echo 'ERROR: File dk-send.html does not exist'
1599EXITCODE=1
1600fi
1601if [ -f '../html/dk-recv.html' ]
1602then
1603rm -fr '../html/dk-recv.html'
1604fi
1605if [ -f 'dk-recv.html' ]
1606then
1607echo TIDY dk-recv.html
1608tidy -q -utf8 < 'dk-recv.html' > '../html/dk-recv.html'
1609else
1610echo 'ERROR: File dk-recv.html does not exist'
1611EXITCODE=1
1612fi
1613if [ -f '../html/rshdown.html' ]
1614then
1615rm -fr '../html/rshdown.html'
1616fi
1617if [ -f 'rshdown.html' ]
1618then
1619echo TIDY rshdown.html
1620tidy -q -utf8 < 'rshdown.html' > '../html/rshdown.html'
1621else
1622echo 'ERROR: File rshdown.html does not exist'
1623EXITCODE=1
1624fi
1625if [ -f '../html/prmonsnmp.html' ]
1626then
1627rm -fr '../html/prmonsnmp.html'
1628fi
1629if [ -f 'prmonsnmp.html' ]
1630then
1631echo TIDY prmonsnmp.html
1632tidy -q -utf8 < 'prmonsnmp.html' > '../html/prmonsnmp.html'
1633else
1634echo 'ERROR: File prmonsnmp.html does not exist'
1635EXITCODE=1
1636fi
1637if [ -f '../html/pjsnmp.html' ]
1638then
1639rm -fr '../html/pjsnmp.html'
1640fi
1641if [ -f 'pjsnmp.html' ]
1642then
1643echo TIDY pjsnmp.html
1644tidy -q -utf8 < 'pjsnmp.html' > '../html/pjsnmp.html'
1645else
1646echo 'ERROR: File pjsnmp.html does not exist'
1647EXITCODE=1
1648fi
1649if [ -f '../html/printqd.html' ]
1650then
1651rm -fr '../html/printqd.html'
1652fi
1653if [ -f 'printqd.html' ]
1654then
1655echo TIDY printqd.html
1656tidy -q -utf8 < 'printqd.html' > '../html/printqd.html'
1657else
1658echo 'ERROR: File printqd.html does not exist'
1659EXITCODE=1
1660fi
1661if [ -f '../html/printqdc.html' ]
1662then
1663rm -fr '../html/printqdc.html'
1664fi
1665if [ -f 'printqdc.html' ]
1666then
1667echo TIDY printqdc.html
1668tidy -q -utf8 < 'printqdc.html' > '../html/printqdc.html'
1669else
1670echo 'ERROR: File printqdc.html does not exist'
1671EXITCODE=1
1672fi
1673if [ -f '../html/wxpqdic.html' ]
1674then
1675rm -fr '../html/wxpqdic.html'
1676fi
1677if [ -f 'wxpqdic.html' ]
1678then
1679echo TIDY wxpqdic.html
1680tidy -q -utf8 < 'wxpqdic.html' > '../html/wxpqdic.html'
1681else
1682echo 'ERROR: File wxpqdic.html does not exist'
1683EXITCODE=1
1684fi
1685if [ -f '../html/addctrld.html' ]
1686then
1687rm -fr '../html/addctrld.html'
1688fi
1689if [ -f 'addctrld.html' ]
1690then
1691echo TIDY addctrld.html
1692tidy -q -utf8 < 'addctrld.html' > '../html/addctrld.html'
1693else
1694echo 'ERROR: File addctrld.html does not exist'
1695EXITCODE=1
1696fi
1697if [ -f '../html/wxdkscrsz.html' ]
1698then
1699rm -fr '../html/wxdkscrsz.html'
1700fi
1701if [ -f 'wxdkscrsz.html' ]
1702then
1703echo TIDY wxdkscrsz.html
1704tidy -q -utf8 < 'wxdkscrsz.html' > '../html/wxdkscrsz.html'
1705else
1706echo 'ERROR: File wxdkscrsz.html does not exist'
1707EXITCODE=1
1708fi
1709if [ -f '../html/dkwt.html' ]
1710then
1711rm -fr '../html/dkwt.html'
1712fi
1713if [ -f 'dkwt.html' ]
1714then
1715echo TIDY dkwt.html
1716tidy -q -utf8 < 'dkwt.html' > '../html/dkwt.html'
1717else
1718echo 'ERROR: File dkwt.html does not exist'
1719EXITCODE=1
1720fi
1721if [ -f '../html/winprint.html' ]
1722then
1723rm -fr '../html/winprint.html'
1724fi
1725if [ -f 'winprint.html' ]
1726then
1727echo TIDY winprint.html
1728tidy -q -utf8 < 'winprint.html' > '../html/winprint.html'
1729else
1730echo 'ERROR: File winprint.html does not exist'
1731EXITCODE=1
1732fi
1733if [ -f '../html/wprclean.html' ]
1734then
1735rm -fr '../html/wprclean.html'
1736fi
1737if [ -f 'wprclean.html' ]
1738then
1739echo TIDY wprclean.html
1740tidy -q -utf8 < 'wprclean.html' > '../html/wprclean.html'
1741else
1742echo 'ERROR: File wprclean.html does not exist'
1743EXITCODE=1
1744fi
1745if [ -f '../html/lprngcl.html' ]
1746then
1747rm -fr '../html/lprngcl.html'
1748fi
1749if [ -f 'lprngcl.html' ]
1750then
1751echo TIDY lprngcl.html
1752tidy -q -utf8 < 'lprngcl.html' > '../html/lprngcl.html'
1753else
1754echo 'ERROR: File lprngcl.html does not exist'
1755EXITCODE=1
1756fi
1757if [ -f '../html/wxdkclock.html' ]
1758then
1759rm -fr '../html/wxdkclock.html'
1760fi
1761if [ -f 'wxdkclock.html' ]
1762then
1763echo TIDY wxdkclock.html
1764tidy -q -utf8 < 'wxdkclock.html' > '../html/wxdkclock.html'
1765else
1766echo 'ERROR: File wxdkclock.html does not exist'
1767EXITCODE=1
1768fi
1769if [ -f '../html/plpdftex.html' ]
1770then
1771rm -fr '../html/plpdftex.html'
1772fi
1773if [ -f 'plpdftex.html' ]
1774then
1775echo TIDY plpdftex.html
1776tidy -q -utf8 < 'plpdftex.html' > '../html/plpdftex.html'
1777else
1778echo 'ERROR: File plpdftex.html does not exist'
1779EXITCODE=1
1780fi
1781if [ -f '../html/download.html' ]
1782then
1783rm -fr '../html/download.html'
1784fi
1785if [ -f 'download.html' ]
1786then
1787echo TIDY download.html
1788tidy -q -utf8 < 'download.html' > '../html/download.html'
1789else
1790echo 'ERROR: File download.html does not exist'
1791EXITCODE=1
1792fi
1793if [ -f '../html/instusrc.html' ]
1794then
1795rm -fr '../html/instusrc.html'
1796fi
1797if [ -f 'instusrc.html' ]
1798then
1799echo TIDY instusrc.html
1800tidy -q -utf8 < 'instusrc.html' > '../html/instusrc.html'
1801else
1802echo 'ERROR: File instusrc.html does not exist'
1803EXITCODE=1
1804fi
1805if [ -f '../html/instuabp.html' ]
1806then
1807rm -fr '../html/instuabp.html'
1808fi
1809if [ -f 'instuabp.html' ]
1810then
1811echo TIDY instuabp.html
1812tidy -q -utf8 < 'instuabp.html' > '../html/instuabp.html'
1813else
1814echo 'ERROR: File instuabp.html does not exist'
1815EXITCODE=1
1816fi
1817if [ -f '../html/instudeb.html' ]
1818then
1819rm -fr '../html/instudeb.html'
1820fi
1821if [ -f 'instudeb.html' ]
1822then
1823echo TIDY instudeb.html
1824tidy -q -utf8 < 'instudeb.html' > '../html/instudeb.html'
1825else
1826echo 'ERROR: File instudeb.html does not exist'
1827EXITCODE=1
1828fi
1829if [ -f '../html/instusl7.html' ]
1830then
1831rm -fr '../html/instusl7.html'
1832fi
1833if [ -f 'instusl7.html' ]
1834then
1835echo TIDY instusl7.html
1836tidy -q -utf8 < 'instusl7.html' > '../html/instusl7.html'
1837else
1838echo 'ERROR: File instusl7.html does not exist'
1839EXITCODE=1
1840fi
1841if [ -f '../html/instuol8.html' ]
1842then
1843rm -fr '../html/instuol8.html'
1844fi
1845if [ -f 'instuol8.html' ]
1846then
1847echo TIDY instuol8.html
1848tidy -q -utf8 < 'instuol8.html' > '../html/instuol8.html'
1849else
1850echo 'ERROR: File instuol8.html does not exist'
1851EXITCODE=1
1852fi
1853if [ -f '../html/instufed.html' ]
1854then
1855rm -fr '../html/instufed.html'
1856fi
1857if [ -f 'instufed.html' ]
1858then
1859echo TIDY instufed.html
1860tidy -q -utf8 < 'instufed.html' > '../html/instufed.html'
1861else
1862echo 'ERROR: File instufed.html does not exist'
1863EXITCODE=1
1864fi
1865if [ -f '../html/instspkg.html' ]
1866then
1867rm -fr '../html/instspkg.html'
1868fi
1869if [ -f 'instspkg.html' ]
1870then
1871echo TIDY instspkg.html
1872tidy -q -utf8 < 'instspkg.html' > '../html/instspkg.html'
1873else
1874echo 'ERROR: File instspkg.html does not exist'
1875EXITCODE=1
1876fi
1877if [ -f '../html/instwexe.html' ]
1878then
1879rm -fr '../html/instwexe.html'
1880fi
1881if [ -f 'instwexe.html' ]
1882then
1883echo TIDY instwexe.html
1884tidy -q -utf8 < 'instwexe.html' > '../html/instwexe.html'
1885else
1886echo 'ERROR: File instwexe.html does not exist'
1887EXITCODE=1
1888fi
1889if [ -f '../html/instwsrc.html' ]
1890then
1891rm -fr '../html/instwsrc.html'
1892fi
1893if [ -f 'instwsrc.html' ]
1894then
1895echo TIDY instwsrc.html
1896tidy -q -utf8 < 'instwsrc.html' > '../html/instwsrc.html'
1897else
1898echo 'ERROR: File instwsrc.html does not exist'
1899EXITCODE=1
1900fi
1901if [ -f '../html/admin.html' ]
1902then
1903rm -fr '../html/admin.html'
1904fi
1905if [ -f 'admin.html' ]
1906then
1907echo TIDY admin.html
1908tidy -q -utf8 < 'admin.html' > '../html/admin.html'
1909else
1910echo 'ERROR: File admin.html does not exist'
1911EXITCODE=1
1912fi
1913if [ -f '../html/admin-dir.html' ]
1914then
1915rm -fr '../html/admin-dir.html'
1916fi
1917if [ -f 'admin-dir.html' ]
1918then
1919echo TIDY admin-dir.html
1920tidy -q -utf8 < 'admin-dir.html' > '../html/admin-dir.html'
1921else
1922echo 'ERROR: File admin-dir.html does not exist'
1923EXITCODE=1
1924fi
1925if [ -f '../html/admin-fs.html' ]
1926then
1927rm -fr '../html/admin-fs.html'
1928fi
1929if [ -f 'admin-fs.html' ]
1930then
1931echo TIDY admin-fs.html
1932tidy -q -utf8 < 'admin-fs.html' > '../html/admin-fs.html'
1933else
1934echo 'ERROR: File admin-fs.html does not exist'
1935EXITCODE=1
1936fi
1937if [ -f '../html/admin-prefs.html' ]
1938then
1939rm -fr '../html/admin-prefs.html'
1940fi
1941if [ -f 'admin-prefs.html' ]
1942then
1943echo TIDY admin-prefs.html
1944tidy -q -utf8 < 'admin-prefs.html' > '../html/admin-prefs.html'
1945else
1946echo 'ERROR: File admin-prefs.html does not exist'
1947EXITCODE=1
1948fi
1949if [ -f '../html/admin-paper.html' ]
1950then
1951rm -fr '../html/admin-paper.html'
1952fi
1953if [ -f 'admin-paper.html' ]
1954then
1955echo TIDY admin-paper.html
1956tidy -q -utf8 < 'admin-paper.html' > '../html/admin-paper.html'
1957else
1958echo 'ERROR: File admin-paper.html does not exist'
1959EXITCODE=1
1960fi
1961if [ -f '../html/dk4graconf.html' ]
1962then
1963rm -fr '../html/dk4graconf.html'
1964fi
1965if [ -f 'dk4graconf.html' ]
1966then
1967echo TIDY dk4graconf.html
1968tidy -q -utf8 < 'dk4graconf.html' > '../html/dk4graconf.html'
1969else
1970echo 'ERROR: File dk4graconf.html does not exist'
1971EXITCODE=1
1972fi
1973if [ -f '../html/livesystems.html' ]
1974then
1975rm -fr '../html/livesystems.html'
1976fi
1977if [ -f 'livesystems.html' ]
1978then
1979echo TIDY livesystems.html
1980tidy -q -utf8 < 'livesystems.html' > '../html/livesystems.html'
1981else
1982echo 'ERROR: File livesystems.html does not exist'
1983EXITCODE=1
1984fi
1985if [ -f '../html/boverview.html' ]
1986then
1987rm -fr '../html/boverview.html'
1988fi
1989if [ -f 'boverview.html' ]
1990then
1991echo TIDY boverview.html
1992tidy -q -utf8 < 'boverview.html' > '../html/boverview.html'
1993else
1994echo 'ERROR: File boverview.html does not exist'
1995EXITCODE=1
1996fi
1997if [ -f '../html/prepbuild.html' ]
1998then
1999rm -fr '../html/prepbuild.html'
2000fi
2001if [ -f 'prepbuild.html' ]
2002then
2003echo TIDY prepbuild.html
2004tidy -q -utf8 < 'prepbuild.html' > '../html/prepbuild.html'
2005else
2006echo 'ERROR: File prepbuild.html does not exist'
2007EXITCODE=1
2008fi
2009if [ -f '../html/confbuild.html' ]
2010then
2011rm -fr '../html/confbuild.html'
2012fi
2013if [ -f 'confbuild.html' ]
2014then
2015echo TIDY confbuild.html
2016tidy -q -utf8 < 'confbuild.html' > '../html/confbuild.html'
2017else
2018echo 'ERROR: File confbuild.html does not exist'
2019EXITCODE=1
2020fi
2021if [ -f '../html/runbuild.html' ]
2022then
2023rm -fr '../html/runbuild.html'
2024fi
2025if [ -f 'runbuild.html' ]
2026then
2027echo TIDY runbuild.html
2028tidy -q -utf8 < 'runbuild.html' > '../html/runbuild.html'
2029else
2030echo 'ERROR: File runbuild.html does not exist'
2031EXITCODE=1
2032fi
2033if [ -f '../html/ilivesys.html' ]
2034then
2035rm -fr '../html/ilivesys.html'
2036fi
2037if [ -f 'ilivesys.html' ]
2038then
2039echo TIDY ilivesys.html
2040tidy -q -utf8 < 'ilivesys.html' > '../html/ilivesys.html'
2041else
2042echo 'ERROR: File ilivesys.html does not exist'
2043EXITCODE=1
2044fi
2045if [ -f '../html/erase.html' ]
2046then
2047rm -fr '../html/erase.html'
2048fi
2049if [ -f 'erase.html' ]
2050then
2051echo TIDY erase.html
2052tidy -q -utf8 < 'erase.html' > '../html/erase.html'
2053else
2054echo 'ERROR: File erase.html does not exist'
2055EXITCODE=1
2056fi
2057if [ -f '../html/clone.html' ]
2058then
2059rm -fr '../html/clone.html'
2060fi
2061if [ -f 'clone.html' ]
2062then
2063echo TIDY clone.html
2064tidy -q -utf8 < 'clone.html' > '../html/clone.html'
2065else
2066echo 'ERROR: File clone.html does not exist'
2067EXITCODE=1
2068fi
2069if [ -f '../html/usedl.html' ]
2070then
2071rm -fr '../html/usedl.html'
2072fi
2073if [ -f 'usedl.html' ]
2074then
2075echo TIDY usedl.html
2076tidy -q -utf8 < 'usedl.html' > '../html/usedl.html'
2077else
2078echo 'ERROR: File usedl.html does not exist'
2079EXITCODE=1
2080fi
2081if [ -f '../html/resfiles.html' ]
2082then
2083rm -fr '../html/resfiles.html'
2084fi
2085if [ -f 'resfiles.html' ]
2086then
2087echo TIDY resfiles.html
2088tidy -q -utf8 < 'resfiles.html' > '../html/resfiles.html'
2089else
2090echo 'ERROR: File resfiles.html does not exist'
2091EXITCODE=1
2092fi
2093if [ -f '../html/legal.html' ]
2094then
2095rm -fr '../html/legal.html'
2096fi
2097if [ -f 'legal.html' ]
2098then
2099echo TIDY legal.html
2100tidy -q -utf8 < 'legal.html' > '../html/legal.html'
2101else
2102echo 'ERROR: File legal.html does not exist'
2103EXITCODE=1
2104fi
2105if [ -f '../html/contribtables.html' ]
2106then
2107rm -fr '../html/contribtables.html'
2108fi
2109if [ -f 'contribtables.html' ]
2110then
2111echo TIDY contribtables.html
2112tidy -q -utf8 < 'contribtables.html' > '../html/contribtables.html'
2113else
2114echo 'ERROR: File contribtables.html does not exist'
2115EXITCODE=1
2116fi
2117if [ -f '../html/changes.html' ]
2118then
2119rm -fr '../html/changes.html'
2120fi
2121if [ -f 'changes.html' ]
2122then
2123echo TIDY changes.html
2124tidy -q -utf8 < 'changes.html' > '../html/changes.html'
2125else
2126echo 'ERROR: File changes.html does not exist'
2127EXITCODE=1
2128fi
2129if [ -f '../html/relproj.html' ]
2130then
2131rm -fr '../html/relproj.html'
2132fi
2133if [ -f 'relproj.html' ]
2134then
2135echo TIDY relproj.html
2136tidy -q -utf8 < 'relproj.html' > '../html/relproj.html'
2137else
2138echo 'ERROR: File relproj.html does not exist'
2139EXITCODE=1
2140fi
2141if [ -f '../html/faq.html' ]
2142then
2143rm -fr '../html/faq.html'
2144fi
2145if [ -f 'faq.html' ]
2146then
2147echo TIDY faq.html
2148tidy -q -utf8 < 'faq.html' > '../html/faq.html'
2149else
2150echo 'ERROR: File faq.html does not exist'
2151EXITCODE=1
2152fi
2153if [ -f '../html/devdocu.html' ]
2154then
2155rm -fr '../html/devdocu.html'
2156fi
2157if [ -f 'devdocu.html' ]
2158then
2159echo TIDY devdocu.html
2160tidy -q -utf8 < 'devdocu.html' > '../html/devdocu.html'
2161else
2162echo 'ERROR: File devdocu.html does not exist'
2163EXITCODE=1
2164fi
2165find '../html' -type d -exec chmod ugo+rx {} \;
2166find '../html' -type f -exec chmod ugo+r  {} \;
2167exit $EXITCODE
2168