From d49e8a4bb65caf40ed034699ee034cd01071fea0 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 3 Mar 2003 02:09:10 +0000 Subject: [PATCH] r4152: Auto commit for Debian build --- Makefile | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 997e84f..c56bfb6 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: compile clean: rm -f $(base) $(base).o -compile: wdq2wav wdq2wav.txt +compile: wdq2wav debug: g++ -Wall -g -I. $(base).cpp -o $(base) diff --git a/debian/changelog b/debian/changelog index 6d23a57..83b1482 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +wdq2wav (0.7.1-1) unstable; urgency=low + + * Fix makefile so that html version of man page is no longer + automatically built by compile target (closes: 183179) + + -- Kevin M. Rosenberg Sun, 2 Mar 2003 19:08:58 -0700 + wdq2wav (0.7.0-1) unstable; urgency=low * Invert the meaning of the -z option -- 2.34.1