disable automatic pdf generation for now
This commit is contained in:
parent
caa6e9f023
commit
96d5ab1b3b
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -49,7 +49,9 @@ DBHTMLDOCS = ${DOCS:.text=.htm}
|
||||||
TEXIDOCS = ${DOCS:.text=.texi}
|
TEXIDOCS = ${DOCS:.text=.texi}
|
||||||
TEXIDOCS =
|
TEXIDOCS =
|
||||||
|
|
||||||
|
# fop fails here, so disable it for now
|
||||||
PDFDOCS = ${DOCS:.text=.pdf}
|
PDFDOCS = ${DOCS:.text=.pdf}
|
||||||
|
PDFDOCS =
|
||||||
|
|
||||||
MANPDOCS = ${MANDOCS:.text=.man}
|
MANPDOCS = ${MANDOCS:.text=.man}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue