Parcourir la source

Finished changing extension to .txt

master
Svend Sorensen il y a 20 ans
Parent
révision
dadce04980
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      docs/Makefile

+ 3
- 3
docs/Makefile Voir le fichier

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



Chargement…
Annuler
Enregistrer