Difference between revisions of "Creating MPICH Manpages"
From Mpich
Line 11: | Line 11: | ||
</pre> | </pre> | ||
− | After installation, do 'make mandoc' in mpich directory. | + | After installation, do 'make mandoc && make install' in your mpich directory. |
Revision as of 17:13, 14 November 2013
- Generate man pages
The man pages are generated using tools from http://www.cs.uiuc.edu/homes/wgropp/projects/software/sowing/index.htm
Install sowing tools like follows:
./configure --prefix=</path/to/install> make && make install export PATH=</path/to/install>/bin:$PATH export DOCTEXT_PATH=</path/to/install>/share/doctext
After installation, do 'make mandoc && make install' in your mpich directory.