Skip to content
Snippets Groups Projects
Commit 18555821 authored by Jean-Noël Avila's avatar Jean-Noël Avila
Browse files

Adapt compilation to changes in git


The Makefile of Documentation in the Git project now has a dependency
to asciidoctor-extensions.rb.

Signed-off-by: default avatarJean-Noël Avila <jn.avila@free.fr>
parent 0e6a04a6
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ifeq ($(wildcard ../../build-docdep.perl),../../build-docdep.perl) ...@@ -9,7 +9,7 @@ ifeq ($(wildcard ../../build-docdep.perl),../../build-docdep.perl)
vpath %conf . .. ../.. vpath %conf . .. ../..
vpath %in . .. ../.. vpath %in . .. ../..
vpath %xsl . .. ../.. vpath %xsl . .. ../..
vpath %rb . .. ../..
ifdef mandir ifdef mandir
tmp_mandir := $(mandir) tmp_mandir := $(mandir)
...@@ -21,8 +21,11 @@ endif ...@@ -21,8 +21,11 @@ endif
include ../../Makefile include ../../Makefile
XMLTO_EXTRA += --searchpath ../.. XMLTO_EXTRA += --searchpath ../..
ifdef USE_ASCIIDOCTOR
ASCIIDOC_EXTRA += -I../..
else
ASCIIDOC_CONF = -f ../../asciidoc.conf ASCIIDOC_CONF = -f ../../asciidoc.conf
endif
doc-l10n: all doc-l10n: all
install-l10n: install-l10n:
......
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