[xiph-cvs] cvs commit: vorbis-tools/vcut vcut.1 Makefile.am
Chris Cheney
calc at xiph.org
Fri Dec 21 07:53:33 PST 2001
calc 01/12/21 07:53:31
Modified: vcut Makefile.am
Added: vcut vcut.1
Log:
Created a manpage for vcut, probably should be polished by someone who knows
what vcut actually does.
Revision Changes Path
1.3 +4 -0 vorbis-tools/vcut/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vcut/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 2001/12/21 02:45:59 1.2
+++ Makefile.am 2001/12/21 15:53:30 1.3
@@ -3,12 +3,16 @@
AUTOMAKE_OPTIONS = foreign
bin_PROGRAMS = vcut
+mandir = @MANDIR@
+man_MANS = vcut.1
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@
vcut_LDADD = @OGG_LIBS@ @VORBIS_LIBS@
vcut_SOURCES = vcut.c vcut.h
+
+EXTRA_DIST = $(man_MANS)
debug:
$(MAKE) all CFLAGS="@DEBUG@"
1.1 vorbis-tools/vcut/vcut.1
Index: vcut.1
===================================================================
.\" Process this file with
.\" groff -man -Tascii vcut.1
.\"
.TH VCUT 1 "December 21, 2001" "Xiphophorus" "Vorbis Tools"
.SH NAME
vcut \- cuts Ogg Vorbis files
.SH SYNOPSIS
.B vcut
.I infile.ogg
.I outfile1.ogg
.I outfile2.ogg
.I cutpoint
.SH DESCRIPTION
.B vcut
reads an Ogg Vorbis audio file and splits it at the given cutpoint, which is a
sample number.
.SH AUTHORS
.TP
Program Author:
Michael Smith <msmith at labyrinth.net.au>
.TP
Manpage Author:
Christoper 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