r3846: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 22 Jan 2003 21:23:38 +0000 (21:23 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 22 Jan 2003 21:23:38 +0000 (21:23 +0000)
Makefile
wdq2wav.1

index e213093fa935d586ded74c972b1489d9825b7c27..ed5699e89b34ae8ac60743710a79273cbc39bc39 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,11 +5,14 @@ all: compile
 clean:
        rm -f $(base) $(base).o
 
-compile: wdq2wav
+compile: wdq2wav wdq2wav.txt
 
 debug:
        g++ -g -I. $(base).cpp -o $(base)
 
+wdq2wav.txt: wdq2wav.1
+       groff -man -Tascii wdq2wav.1 > wdq2wav.txt
+
 wdq2wav: wdq2wav.cpp wdq2wav.h
        g++ -DLINUX -O2 -I. $(base).cpp -o $(base)
 
index 9f2951f447e9911a63aaaa916c680ecb71d402bb..ea1b4c93d7c7c5714a742be89050ff58ddbde7e2 100644 (file)
--- a/wdq2wav.1
+++ b/wdq2wav.1
@@ -22,6 +22,11 @@ wdq2wav \- convert a WinDAQ file channel to a wav file
 .SH DESCRIPTION
 .B wdq2wav
 extracts a channel from a WinDAQ file and produces a .wav file.
+
+If the command line parameters of the windaq-file, channel-number, 
+and wav-file are not given, then the program will prompt the user
+to enter thos values when the program is run.
+
 .SH OPTIONS
 .TP
 .B \-p