Selaa lähdekoodia

Stopped root Makefile all target from building html and pdf.

master
Svend Sorensen 19 vuotta sitten
vanhempi
commit
1dc0e278f9
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. +0
    -2
      Makefile

+ 0
- 2
Makefile Näytä tiedosto

@@ -16,8 +16,6 @@ HTMLFILES= $(RSTFILES:.txt=.html)
LATEXFILES= $(RSTFILES:.txt=.tex)
PDFFILES= $(RSTFILES:.txt=.pdf)

all: html pdf

html: $(HTMLFILES)
cd man && $(MAKE) $@
latex: $(LATEXFILES)


Ladataan…
Peruuta
Tallenna