forked from lix-project/hydra
Whitespace
This commit is contained in:
parent
109e5807c2
commit
392996b743
|
@ -28,9 +28,9 @@ manual.html: $(DOCBOOK_FILES)
|
|||
exit 1; \
|
||||
fi
|
||||
|
||||
manual.pdf : $(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