소스 검색

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



불러오는 중...
취소
저장