diff --git a/makefile b/makefile index bc257bb..76898e0 100644 --- a/makefile +++ b/makefile @@ -6,9 +6,9 @@ # # For Program Updates See: http://www.tundraware.com/Software/tmkproject # -# $Id: makefile,v 1.109 2012/06/06 17:37:44 tundra Exp $ +# $Id: makefile,v 1.110 2012/09/06 15:39:41 tundra Exp $ -CVSID='$Id: makefile,v 1.109 2012/06/06 17:37:44 tundra Exp $' +CVSID='$Id: makefile,v 1.110 2012/09/06 15:39:41 tundra Exp $' # Uncomment One Of The Following For Early Releases @@ -68,10 +68,10 @@ # on any platform, we have to check for this every time we run the # 'make'. This is irritating. -2HTML = $(shell which rst2html.py rst2html | tr '\012' ' ' | awk '{print $1}') -2LATEX = $(shell which rst2latex.py rst2latex | tr '\012' ' ' | awk '{print $1}') --stylesheet=parskip -2ODT = $(shell which rst2odt.py rst2odt | tr '\012' ' ' | awk '{print $1}') -2MAN = $(shell which rst2man.py rst2man | tr '\012' ' ' | awk '{print $1}') +2HTML = $(shell which rst2html.py rst2html | tr '\012' ' ' | awk '{print $$1}') +2LATEX = $(shell which rst2latex.py rst2latex | tr '\012' ' ' | awk '{print $$1}') --stylesheet=parskip +2ODT = $(shell which rst2odt.py rst2odt | tr '\012' ' ' | awk '{print $$1}') +2MAN = $(shell which rst2man.py rst2man | tr '\012' ' ' | awk '{print $$1}') # TeX/LaTeX Processing