Contents 
 Index 
 "Shell Script Reference" 
 < Previous 
 Next > 

55_nav_cp.b File Reference

Copies previously generated mini-index and mini-TOC files to a known location. More...

Go to the source code of this file.


Detailed Description

Copies previously generated mini-index and mini-TOC files to a known location.

Parameters:
nav_path  The starting location to look for subdirectories. Generally, this is "doc_publish/". It was broken out of the full path, because the sim_name parameter was needed for other purposes.
sim_name  The simplified name of the destination project. This parameter is used to locate both the source HTML files (as in <nav_path><sim_name> but also to name generated mini-index and mini-TOC files appropriately for the project.
master_nav  The name of an master HTML file that has common HTML fragments which are to be inserted in all generated HTML pages.
master_proj  The name of the project_toc.txt file that defines all directories and their associated names, pdf files, and document numbers.
This does NOT call the voyant_nav.pl perl program. However, it should use the same input parameters as 55_nav_gen.b so that 55_nav_cp.b can be interchanged with it in a calling 50_nav_update.b file.

This script needs to copy the previously generated mini files to a known location for subsequent processing. It must name them uniquely for the project, which is why the <sim_name> is required to be broken out.

In addition, getting individual project directories updated with the latest CSS was error prone. This handles it while processing, so that it doesn't get forgotten.

Author:
Glenn C. Maxey

Definition in file 55_nav_cp.b.

 "Shell Script Reference" 
 < Previous 
 Next > 



Open-Source tools compliments of Voyant Technologies, Inc. and Glenn C. Maxey.
01/13/2003

TP Tools v2-00-0a

# tpt-script-hcr-02