
Step 1: Clean up MediaWiki source
	1) All pages should have a Navigation then Language in header area
	2) All pages should have a Navigation then Language in footer area
	3) No pages shouild use H1 (syntax of =text=). If they do, increase level  of headings for whole page. All H2 become H3, for instance.
Step 2: Collect wiki page names 
	1) Go to main wiki page. Then select language. This is the translated main wiki page
	2) save page name, then hover over the Next link and save page name. click on Next link and save page name if different. Repeat until complete
	2) This saves page name of both the redirect and tlink linked page. 
Step 3: Update Makefile
	1) Update SRCS to be the list of page names (not redirects). These should NOT have the language suffix on them.
	2) Update FILEPRE with the prefix name for all of the wiki pages. 
	3) Update TARGETS to use the language suffix.
	4) Update all of the L*.htnl rules to use the correct page name (in the order of SRCS). 
	5) Update target rules for language suffix. 
Step 4: If the translated page has a language suffix (see Hebrew as an example), then adjust Makefile
	1) Update the upload rule to append the language suffix in the curl command. 
	2) Update the upload rule to mv the language suffix to the target.
Step 5: Upload wiki pages to local computer using 'make upload'
Step 6: Update Main Page:
	1) Edit manual.script to adjust all page names
	2) adjust line numbers for deleting at the botton of the script if necessary.
	3) run 'make main.html' to test. The resultant main.html should have corrected links.
Step 7: Update all other pages:
	1) Edit  L.script for all page names. This is the heavy liftng step.
Step 8: Make
Step 9: Test and fix as needed

