X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=997e84febc890efbe46af8d7a91df38fbbc9e3af;hb=edcd5b449b8711db8e447e1d8bb8ddf3866e7b62;hp=6335ee86cb3f4c7db5f223d6cbda19b2c6bead53;hpb=71b03eab3391a83ab2edd5ca0e96c83b8e2fcd4f;p=wdq2wav.git diff --git a/Makefile b/Makefile index 6335ee8..997e84f 100644 --- 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)