File: create-man.sh

package info (click to toggle)
metacam 1.2-13
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 528 kB
  • sloc: cpp: 6,849; makefile: 175; sh: 6
file content (13 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# by Eriberto
# Create the manpage using txt2man command.

T2M_DATE="4 Sep 2007"
T2M_NAME=metacam
T2M_VERSION=1.2
T2M_LEVEL=1
T2M_DESC="extract EXIF information from digital camera files"

# Don't change the following line
txt2man -d "$T2M_DATE" -t $T2M_NAME -r $T2M_NAME-$T2M_VERSION -s $T2M_LEVEL -v "$T2M_DESC" $T2M_NAME.txt > $T2M_NAME.$T2M_LEVEL