|
|
|
|
|
00001 // This file has been modified on-the-fly with an input filter 00002 // to change it from shell syntax to C++ strictly for the purposes 00003 // of faking out Doxygen. Modifications include: 00004 00005 // - changing # comments to C++ comments. 00006 // - ... 00007 00008 // If you see other strangeness in the HTML version of the script file, 00009 // it comes from getting it to look more C++ like. 00010 00011 00012 ///////////////////////////////////////////////////////////////////////////////// 00013 //// $Id: 20_cp_com_files.b,v 1.2 2002/12/24 21:36:21 gmaxe Exp $ 00014 //// 00015 /** @file 00016 ** @brief Copies commonly used files to the directory where this was called. 00017 ** 00018 ** This is mostly used to make sure the CSS is up to date. However, other 00019 ** common doxygen files could also be updated. 00020 ** 00021 ** @lim This needs to be updated to reflect the directory structure of the 00022 ** person who implements it (e.g., non-Voyant, non-techpubs). 00023 ** 00024 ** @ingroup tp_tools tp_shell 00025 ** 00026 ** @author Glenn C. Maxey 00027 **/ 00028 // // 00029 //// 2002 Created by Voyant Technologies, Inc., Westminster, Colorado, USA. 00030 //// 00031 //// Permission to use, copy, modify, and distribute this software and its 00032 //// documentation under the terms of the GNU General Public License is hereby 00033 //// granted. No representations are made about the suitability of this software 00034 //// for any purpose. It is provided "as is" without express or implied warranty. 00035 //// See the GNU General Public License (http://www.gnu.org/copyleft/gpl.html) 00036 //// for more details. 00037 //// 00038 //// Documents produced by this script are derivative works derived from the 00039 //// input used in their production; they are not affected by this license. 00040 //// 00041 //// $Log: 20_cp_com_files.b,v $ 00042 //// Revision 1.2 2002/12/24 21:36:21 gmaxe 00043 //// Commented version. 00044 //// 00045 //// 00046 ///////////////////////////////////////////////////////////////////////////////// 00047 // assumes that you are in the <rtfm/>techpubs/<home> directory 00048 // where this script resides 00049 echo "Entering 20_cp_com_files..." 00050 00051 cp m_toc.html doc_publish/ 00052 cp /rtfm/techpubs/web_files/voyant_foot.txt . 00053 cp /rtfm/techpubs/web_files/voyant_head.txt . 00054 cp /rtfm/techpubs/web_files/voyant_common.dox . 00055 cp /rtfm/techpubs/web_files/voyant_common.h . 00056 00057 // Copy the following select files again. 00058 cp /rtfm/techpubs/web_files/*.gif doc_publish/ 00059 cp /rtfm/techpubs/web_files/voyant_fm.css doc_publish/ 00060 00061 00062 cp /rtfm/techpubs/java/doc_publish/*.class doc_publish 00063 cp /rtfm/techpubs/java/doc_publish/entities.txt doc_publish 00064
|
|
|
Open-Source tools compliments of Voyant Technologies, Inc. and Glenn C. Maxey.
01/13/2003
TP Tools v2-00-0a
# tpt-script-hcr-02