[xiph-cvs] cvs commit: vorbis-tools/vorbiscomment vorbiscomment.1 Makefile.am

Chris Cheney calc at xiph.org
Fri Dec 21 23:51:24 PST 2001



calc        01/12/21 23:51:24

  Modified:    vorbiscomment Makefile.am
  Added:       vorbiscomment vorbiscomment.1
  Log:
  Created manpage for vorbiscomment, but it needs to be finished before 1.0rc3 is released.  groff is vile!

Revision  Changes    Path
1.13      +4 -0      vorbis-tools/vorbiscomment/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbiscomment/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile.am	2001/12/21 18:34:04	1.12
+++ Makefile.am	2001/12/22 07:51:23	1.13
@@ -3,6 +3,8 @@
 AUTOMAKE_OPTIONS = foreign
 
 bin_PROGRAMS = vorbiscomment
+mandir = @MANDIR@
+man_MANS = vorbiscomment.1
 
 INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@
 
@@ -10,6 +12,8 @@
 vorbiscomment_DEPENDENCIES = @SHARE_LIBS@
 
 vorbiscomment_SOURCES = vcedit.c vcedit.h vcomment.c
+
+EXTRA_DIST = $(man_MANS)
 
 debug:
         $(MAKE) all CFLAGS="@DEBUG@"

1.1                  vorbis-tools/vorbiscomment/vorbiscomment.1

Index: vorbiscomment.1
===================================================================
.\" Process this file with
.\" groff -man -Tascii vorbiscomment.1
.\"
.TH VORBISCOMMENT 1 "December 21, 2001" Xiphophorus "Vorbis Tools"

.SH NAME
vorbiscomment \- edits Ogg Vorbis comments

.SH SYNOPSIS
.B vorbiscomment
.RB [ -l ]
.I file.ogg
.br
.B vorbiscomment
.B -a
.B [ -t \*(lqtag=value\*(rq ]
.I in.ogg
.I out.ogg
.br
.B vorbiscomment
.B -w
.I in.ogg
.I out.ogg

.SH DESCRIPTION
.B vorbiscomment
reads Ogg Vorbis audio files and decodes them to the devices specified
on the command line.  By default,

.SH OPTIONS
.IP "-a"
append comment.
.IP "-c"
.IP "-h"
Show command help.
.IP "-l"
.IP "-q"
.IP "-t"
.IP "-w"

.SH EXAMPLES
.\" Examples go here

.SH AUTHORS

.TP
Program Authors:
.br
Michael Smith <msmith at labyrinth.net.au>
.br
Ralph Giles <giles at ashlu.bc.ca>
.br

.TP
Manpage Author:
.br
Christopher L Cheney <ccheney at debian.org>

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list