You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/06/21 04:55:54 UTC

svn commit: r415879 - in /maven/site/trunk/src/site/apt/guides: mktoc.sh tail.txt

Author: brett
Date: Tue Jun 20 19:55:54 2006
New Revision: 415879

URL: http://svn.apache.org/viewvc?rev=415879&view=rev
Log:
fix tail appending

Removed:
    maven/site/trunk/src/site/apt/guides/tail.txt
Modified:
    maven/site/trunk/src/site/apt/guides/mktoc.sh

Modified: maven/site/trunk/src/site/apt/guides/mktoc.sh
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mktoc.sh?rev=415879&r1=415878&r2=415879&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mktoc.sh (original)
+++ maven/site/trunk/src/site/apt/guides/mktoc.sh Tue Jun 20 19:55:54 2006
@@ -114,5 +114,26 @@
   done       
 )       
 
-cat tail.txt | sed 's/
-//g' >> $toc
+cat >> $toc <<EOF
+
+* Reference
+
+ * {{{../ref/current/maven-model/maven.html}Project Descriptor}}
+ 
+ * {{{../ref/current/maven-settings/settings.html}Settings Descriptor}}
+ 
+ * {{{../plugins/index.html}Available Plug-ins}}
+ 
+ * {{{../developers/mojo-api-specification.html}Mojo API}}
+ 
+ * {{{../ant-tasks.html}Ant Tasks}}
+ 
+ * {{{../glossary.html}Glossary}}
+ 
+ * {{{../maven-conventions.html}Maven Conventions}}
+
+ * {{{../articles.html}Articles}}
+ 
+ []
+EOF
+