forked from lix-project/hydra
Fix stupid change
Oops.
This commit is contained in:
parent
392996b743
commit
26f6211777
|
@ -30,7 +30,7 @@ manual.html: $(DOCBOOK_FILES)
|
|||
|
||||
manual.pdf: $(DOCBOOK_FILES)
|
||||
if test "$(DBLATEX)" != ""; then \
|
||||
$(DBLATEX) $(dblatex_opts) manual.xml \
|
||||
$(DBLATEX) $(dblatex_opts) manual.xml; \
|
||||
else \
|
||||
echo "Please install dblatex and rerun configure."; \
|
||||
exit 1; \
|
||||
|
|
Loading…
Reference in a new issue