<p><b>dwj07@fsu.edu</b> 2013-03-22 11:12:15 -0600 (Fri, 22 Mar 2013)</p><p><br>
        -- DOCUMENT COMMIT --<br>
<br>
        Changing command to get a list of build targets.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/documents/users_guide/shared/mpas_build_instructions.tex
===================================================================
--- trunk/documents/users_guide/shared/mpas_build_instructions.tex        2013-03-22 17:06:47 UTC (rev 2659)
+++ trunk/documents/users_guide/shared/mpas_build_instructions.tex        2013-03-22 17:12:15 UTC (rev 2660)
@@ -115,7 +115,7 @@
 In order to get a more complete and up-to-date list of available tagets, one can use the following command within the top-level of MPAS.
 {\small
 \begin{verbatim}
-&gt; make -qp | awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ {split($1,A,/ /);for(i in A)print A[i]}'
+&gt; make -rpn | sed -n -e '/^$/ { n ; /^[^ ]*:/p }' | sed &quot;s/: *.*$//g&quot;
 \end{verbatim}
 }
 

</font>
</pre>