Changeset 564 for pkpgcounter/trunk/man/genman.sh
- Timestamp:
- 01/07/08 21:41:26 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/man/genman.sh
r531 r564 3 3 # pkpgcounter : a generic Page Description Language parser. 4 4 # 5 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by … … 23 23 help2man --no-info \ 24 24 --section=1 \ 25 26 27 28 29 25 --name="count number of pages required to print various types of documents" \ 26 --manual="User Commands" \ 27 --source="C@LL - Conseil Internet & Logiciels Libres" \ 28 --output="temp$prog.1" \ 29 $prog ; 30 30 /bin/sed -e "s/--/\\\-\\\-/g" <"temp$prog.1" >"$prog.1" ; 31 31 /bin/rm -f "temp$prog.1"