Skip to content
Snippets Groups Projects
Commit 8c7aaa72 authored by Alexander Schreiber's avatar Alexander Schreiber
Browse files

Trivial typo fix in error message

Reviewed-by: iustinp
parent 5bbefdec
No related branches found
No related tags found
No related merge requests found
...@@ -255,7 +255,7 @@ doc/rapi-resources.gen: $(BUILD_RAPI_RESOURCE_DOC) $(RAPI_RESOURCES) ...@@ -255,7 +255,7 @@ doc/rapi-resources.gen: $(BUILD_RAPI_RESOURCE_DOC) $(RAPI_RESOURCES)
rm -f $@ rm -f $@
man/%.7.in man/%.8.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER) man/%.7.in man/%.8.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
@test -n "$(DOCBOOK2MAN)" || { echo 'doocbook2html' not found during configure; exit 1; } @test -n "$(DOCBOOK2MAN)" || { echo 'docbook2html' not found during configure; exit 1; }
TMPDIR=`mktemp -d` && { \ TMPDIR=`mktemp -d` && { \
$(DOCBOOK_WRAPPER) "$(DOCBOOK2MAN)" $< $$TMPDIR/$(patsubst man/%.in,%,$@) ; \ $(DOCBOOK_WRAPPER) "$(DOCBOOK2MAN)" $< $$TMPDIR/$(patsubst man/%.in,%,$@) ; \
mv $$TMPDIR/$(patsubst man/%.in,%,$@) $@ ; \ mv $$TMPDIR/$(patsubst man/%.in,%,$@) $@ ; \
...@@ -263,7 +263,7 @@ man/%.7.in man/%.8.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER) ...@@ -263,7 +263,7 @@ man/%.7.in man/%.8.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
} }
man/%.html.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER) man/%.html.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
@test -n "$(DOCBOOK2HTML)" || { echo 'doocbook2html' not found during configure; exit 1; } @test -n "$(DOCBOOK2HTML)" || { echo 'docbook2html' not found during configure; exit 1; }
TMPDIR=`mktemp -d` && { \ TMPDIR=`mktemp -d` && { \
$(DOCBOOK_WRAPPER) "$(DOCBOOK2HTML) --nochunks" $< $$TMPDIR/$(patsubst man/%.in,%,$@) ; \ $(DOCBOOK_WRAPPER) "$(DOCBOOK2HTML) --nochunks" $< $$TMPDIR/$(patsubst man/%.in,%,$@) ; \
mv $$TMPDIR/$(patsubst man/%.in,%,$@) $@ ; \ mv $$TMPDIR/$(patsubst man/%.in,%,$@) $@ ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment