diff --git a/Makefile b/Makefile index ff936b1..32ac1bd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2007/01/02 21:30:39 rschaten Exp $ +# $Id: Makefile,v 1.2 2007/01/03 12:37:19 rschaten Exp $ # # Creates documentation and tarball for shipping. @@ -23,7 +23,7 @@ readme: doxygen echo "This file is auto-generated from the content of binarydcf77clock.dox." > Readme.txt echo "You'll have more fun if you read the HTML-content in htmldoc or the PDF." >> Readme.txt echo >> Readme.txt - lynx -dump htmldoc/main.html >> Readme.txt + lynx -nolist -dump htmldoc/main.html >> Readme.txt pdf: doxygen make -C latexdoc