From: Kevin M. Rosenberg Date: Wed, 22 Jan 2003 21:23:38 +0000 (+0000) Subject: r3846: Auto commit for Debian build X-Git-Tag: v0.8.1~34 X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=commitdiff_plain;h=d2e1425367de741cba710c104d4f8e51a5109cec r3846: Auto commit for Debian build --- diff --git a/Makefile b/Makefile index e213093..ed5699e 100644 --- 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) diff --git a/wdq2wav.1 b/wdq2wav.1 index 9f2951f..ea1b4c9 100644 --- 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