Sfoglia il codice sorgente

Finished changing extension to .txt

master
Svend Sorensen 20 anni fa
parent
commit
dadce04980
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      docs/Makefile

+ 3
- 3
docs/Makefile Vedi File

@@ -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



Caricamento…
Annulla
Salva