瀏覽代碼

Finished changing extension to .txt

master
Svend Sorensen 20 年之前
父節點
當前提交
dadce04980
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      docs/Makefile

+ 3
- 3
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



Loading…
取消
儲存