Skip to content

Commit

Permalink
Fixed Makefile to allow building EPUB manuals with docker rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioan-Cristian CÎRSTEA committed May 15, 2024
1 parent 1da2c71 commit 9d68077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ all: $(TARGETS)
# Build with preinstalled docker container; first install it with:
# docker pull riscvintl/riscv-docs-base-container-image:latest
docker:
cd .. && docker run -it -v `pwd`:/build riscvintl/riscv-docs-base-container-image:latest /bin/sh -c 'cd ./build; make -$(MAKEFLAGS) $(TARGETS_PDF) $(TARGETS_HTML)'
cd .. && docker run -it -v `pwd`:/build riscvintl/riscv-docs-base-container-image:latest /bin/sh -c 'export LANG=C.utf8; cd ./build; make -$(MAKEFLAGS) $(TARGETS)'

# Asciidoctor options
ASCIIDOCTOR_OPTS := -a compress \
Expand Down

0 comments on commit 9d68077

Please sign in to comment.