From: <jac...@us...> - 2013-04-07 16:56:55
|
Revision: 3143 http://sourceforge.net/p/openlcb/svn/3143 Author: jacobsen Date: 2013-04-07 16:56:51 +0000 (Sun, 07 Apr 2013) Log Message: ----------- mscgen instructions Modified Paths: -------------- trunk/specs/Conventions.html Modified: trunk/specs/Conventions.html =================================================================== --- trunk/specs/Conventions.html 2013-04-07 16:03:34 UTC (rev 3142) +++ trunk/specs/Conventions.html 2013-04-07 16:56:51 UTC (rev 3143) @@ -166,7 +166,7 @@ “adopted”, the technical steps are:</P> <OL> <LI><P STYLE="margin-bottom: 0cm">Copy (or if the 1<SUP>st</SUP> - time, svn copy) the .odt file from the specs/drafts/ directory to + time, <code>svn copy</code>) the .odt file from the specs/drafts/ directory to the specs/ directory</P> <LI><P STYLE="margin-bottom: 0cm">Change the specs/ document to say “Adopted” in the header. Remove “Draft” watermark. Turn on @@ -182,6 +182,13 @@ <LI><P STYLE="margin-bottom: 0cm">Add the specs/drafts document and .pdf to the index.html file as "future version" if needed. Reset its color to the default.</P> + <LI><P STYLE="margin-bottom: 0cm">If the document includes any + figures from the images/ directory, <code>svn cp</code> them + from specs/drafts/images to specs/images/.</P> + <LI><P STYLE="margin-bottom: 0cm">If the document includes any + message state diagrams from the mscgen/ directory, <code>svn cp</code> them + from specs/drafts/images to specs/images/. Run <code>make</code> + in the mscgen/ directory and <code>svn add</code> any new files.</P> <LI><P STYLE="margin-bottom: 0cm">Commit all to SVN with a common comment.</P> </OL> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |