Changeset 24145
- Timestamp:
- 2011-06-10T11:29:00+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/trunk/tutorials/generate-html.sh
r23259 r24145 19 19 20 20 echo "processing top level index" 21 java -DGSDLHOME=$GSDLHOME ApplyXSLT $processing_dir/xml-to-top-index.xsl $source_dir/tutorial_en.xml > $output_dir/index.html21 java -DGSDLHOME=$GSDLHOME ApplyXSLT en $processing_dir/xml-to-top-index.xsl $source_dir/tutorial_en.xml > $output_dir/index.html 22 22 23 23 echo "generating wiki index page" 24 java -DGSDLHOME=$GSDLHOME ApplyXSLT $processing_dir/xml-to-wiki-index.xsl $source_dir/tutorial_en.xml > $output_dir/wiki-index.txt24 java -DGSDLHOME=$GSDLHOME ApplyXSLT en $processing_dir/xml-to-wiki-index.xsl $source_dir/tutorial_en.xml > $output_dir/wiki-index.txt 25 25 26 26 for l in $langs; do … … 28 28 mkdir $output_dir/$l 29 29 cd $output_dir/$l 30 java -DGSDLHOME=$GSDLHOME ApplyXSLT $ processing_dir/xml-to-index.xsl $source_dir/tutorial_$l.xml > index.html31 java -DGSDLHOME=$GSDLHOME ApplyXSLT $ processing_dir/xml-to-one-html.xsl $source_dir/tutorial_$l.xml > all_tutorials.html32 java -DGSDLHOME=$GSDLHOME ApplyXSLT $ processing_dir/xml-to-many-html.xsl $source_dir/tutorial_$l.xml | perl -S $GSDLHOME/gli/help/splithelpdocument.pl30 java -DGSDLHOME=$GSDLHOME ApplyXSLT $l $processing_dir/xml-to-index.xsl $source_dir/tutorial_$l.xml > index.html 31 java -DGSDLHOME=$GSDLHOME ApplyXSLT $l $processing_dir/xml-to-one-html.xsl $source_dir/tutorial_$l.xml > all_tutorials.html 32 java -DGSDLHOME=$GSDLHOME ApplyXSLT $l $processing_dir/xml-to-many-html.xsl $source_dir/tutorial_$l.xml | perl -S $GSDLHOME/gli/help/splithelpdocument.pl 33 33 cd $top_dir 34 34 done
Note:
See TracChangeset
for help on using the changeset viewer.