Explorar el Código

Finished changing extension to .txt

master
Svend Sorensen hace 20 años
padre
commit
dadce04980
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      docs/Makefile

+ 3
- 3
docs/Makefile Ver fichero

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



Cargando…
Cancelar
Guardar