From dadce04980c123a6e8e41642e955700af4a80059 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Thu, 2 Sep 2004 15:24:51 +0000 Subject: [PATCH] Finished changing extension to .txt --- docs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 8f3b52e..8c9b840 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,9 +5,9 @@ RST2LATEX= rst2latex.py LATEX2PDF= pdflatex RSTFILES= $(wildcard *.txt) -HTMLFILES= $(RSTFILES:.rst=.html) -LATEXFILES= $(RSTFILES:.rst=.tex) -PDFFILES= $(RSTFILES:.rst=.pdf) +HTMLFILES= $(RSTFILES:.txt=.html) +LATEXFILES= $(RSTFILES:.txt=.tex) +PDFFILES= $(RSTFILES:.txt=.pdf) all: html pdf