r4133: *** empty log message ***
[wdq2wav.git] / Makefile
index 6335ee86cb3f4c7db5f223d6cbda19b2c6bead53..997e84febc890efbe46af8d7a91df38fbbc9e3af 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ compile: wdq2wav wdq2wav.txt
 debug:
        g++ -Wall -g -I. $(base).cpp -o $(base)
 
-wdq2wav.txt: wdq2wav.1
-       groff -man -Tascii wdq2wav.1 > wdq2wav.txt
+wdq2wav.html: wdq2wav.1
+       groff -man -Thtml wdq2wav.1 > wdq2wav.html
 
 wdq2wav: wdq2wav.cpp wdq2wav.h
        g++ -Wall -DLINUX -O2 -I. $(base).cpp -o $(base)