[GRASSweb-list]scott: web/macgrass macosx_grass50compile.html,1.2,1.3

grass at intevation.de grass at intevation.de
Wed May 12 12:50:13 EDT 2004


Author: scott

Update of /grassrepository/web/macgrass
In directory doto:/tmp/cvs-serv27196

Modified Files:
	macosx_grass50compile.html 
Log Message:
updated build instructions for alternate build to work on OS X

Index: macosx_grass50compile.html
===================================================================
RCS file: /grassrepository/web/macgrass/macosx_grass50compile.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- macosx_grass50compile.html	12 May 2004 16:20:09 -0000	1.2
+++ macosx_grass50compile.html	12 May 2004 16:50:11 -0000	1.3
@@ -129,12 +129,8 @@
  <br>
 <b>Extra notes:</b>
 <ul>
-<li>If you use the alternate build system in grass 5.3 (i.e. use the <pre>--enable-gmake=no</pre> switch to configure), you will get an error when the man pages are built.  This is because OS X uses the BSD version of man and it does not support the same syntax as GNU man (used on Linux).  To get around this, set the environment variable MAN2CAT to <pre>groff -Wall -t -Tlatin1 -mandoc</pre> before the make command.  So if you're using bash (now the default in OS X), you can do the following instead of just make:
-<pre>make CAT2MAN='groff -Wall -t -Tlatin1 -mandoc'</pre>
-or if you are using tcsh, do 
-<pre>setenv CAT2MAN 'groff -Wall -t -Tlatin1 -mandoc'
-make
-</pre>
+<li>If you use the alternate build system in grass 5.3 (i.e. use the <pre>--enable-gmake=no</pre> switch to configure), you will get an error when the man pages are built.  This is because OS X uses the BSD version of man and it does not support the same syntax as GNU man (used on Linux).  To get around this, set the environment variable MAN2CAT to <pre>groff -Wall -t -Tlatin1 -mandoc</pre> before the make command.  So do the following instead of just make:
+<pre>make MAN2CAT='groff -Wall -t -Tlatin1 -mandoc'</pre>
 <br>
 
 </body>





More information about the grass-web mailing list