Finished changing extension to .txt
This commit is contained in:
@@ -5,9 +5,9 @@ RST2LATEX= rst2latex.py
|
|||||||
LATEX2PDF= pdflatex
|
LATEX2PDF= pdflatex
|
||||||
|
|
||||||
RSTFILES= $(wildcard *.txt)
|
RSTFILES= $(wildcard *.txt)
|
||||||
HTMLFILES= $(RSTFILES:.rst=.html)
|
HTMLFILES= $(RSTFILES:.txt=.html)
|
||||||
LATEXFILES= $(RSTFILES:.rst=.tex)
|
LATEXFILES= $(RSTFILES:.txt=.tex)
|
||||||
PDFFILES= $(RSTFILES:.rst=.pdf)
|
PDFFILES= $(RSTFILES:.txt=.pdf)
|
||||||
|
|
||||||
all: html pdf
|
all: html pdf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user