~ubuntu-branches/ubuntu/quantal/sflphone/quantal

« back to all changes in this revision

Viewing changes to kde/man/README.manpages

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-27 08:22:22 UTC
  • mfrom: (4.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120527082222-fs3ojksqvt0ol6rl
Tags: 1.1.0-2
* Drop unsupported CELT codec (Build-Depends)
  - Fixes "Spurious build dependency on libcelt-dev" (Closes: #674644)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CREATING MANPAGES
2
 
 
3
 
Procedure:
4
 
 
5
 
 - Creating the manual pages under POD format. A template is available in this directory.
6
 
 - Convert the pdo file in a manpage file:
7
 
     pod2man --section=1 --release=$(VERSION) --center "" myapp.pod > myapp.1
8
 
 - You are done! You can read the manpage file with:
9
 
     groff -man -Tascii myapp.1
10
 
 
11
 
 
12
 
 
13
 
     Ref: https://wiki.ubuntu.com/PackagingGuide/Complete#Man%20Pages