La Documentación

La documentación de la librería se escribe en pod y se convierte a man usando pod2man:
lhp@nereida:~/Lperl/src/XSUB/h2xsexample/coordlib/man$ ls -l
total 8
-rw-r--r--  1 lhp lhp 145 2006-07-08 11:00 Makefile
-rw-r--r--  1 lhp lhp  49 2006-07-08 10:44 plib.pod
lhp@nereida:~/Lperl/src/XSUB/h2xsexample/coordlib/man$ cat -n Makefile
1  plib.1.gz: plib.pod
2          pod2man -c 'Conversion de Coordenadas' plib.pod | gzip >  plib.1.gz
3  man: plib.1.gz
4          man ./plib.1.gz
5  clean:
6          rm -f plib.1.gz

Casiano Rodríguez León
Licencia de Creative Commons
Programación Distribuida y Mejora del Rendimiento
por Casiano Rodríguez León is licensed under a Creative Commons Reconocimiento 3.0 Unported License.

Permissions beyond the scope of this license may be available at http://campusvirtual.ull.es/ocw/course/view.php?id=44.
2012-06-19