File: README

package info (click to toggle)
papi 7.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,272 kB
  • sloc: ansic: 485,669; cpp: 7,483; fortran: 3,138; makefile: 2,501; xml: 2,460; f90: 1,374; python: 1,062; sh: 780; perl: 242; pascal: 167; asm: 5
file content (23 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* 
* File:    README
* CVS:     $Id$
* Author:  Philip Mucci
*          mucci@cs.utk.edu
* 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.