Explorar el Código

Stopped root Makefile all target from building html and pdf.

master
Svend Sorensen hace 19 años
padre
commit
1dc0e278f9
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      Makefile

+ 0
- 2
Makefile Ver fichero

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


Cargando…
Cancelar
Guardar