浏览代码

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



正在加载...
取消
保存