Skip to content

Latest commit

 

History

History

man

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
/* 
* File:    README
* CVS:     $Id$
* Author:  Philip Mucci
*          [email protected]
* Mods:    <your name here>
*          <your email address>
*/  

This directory contains:

Makefile	Installs man pages.
man1/		Man pages for the PAPI utility applications.
man3/		Man pages for the PAPI API functions.

Makefile Usage:

	make
	make install DESTDIR=<destdir>

Beginning with PAPI 4.2.0, man pages are generated from the PAPI sources 
using doxygen scripts found in the papi/doc directory. 
They are updated prior to each release.