make sure all pictures are includes in epub/mobi files

This commit is contained in:
Axel Kohlmeyer 2018-10-21 18:38:46 -04:00
parent 07a499fcc1
commit c0dd187802
1 changed files with 2 additions and 1 deletions

View File

@ -95,9 +95,10 @@ spelling: $(OBJECTS) utils/sphinx-config/false_positives.txt
@echo "Spell check finished."
epub: $(OBJECTS)
@mkdir -p epub
@mkdir -p epub/JPG
@rm -f LAMMPS.epub
@cp src/JPG/lammps-logo.png epub/
@cp src/JPG/*.* epub/JPG
@(\
. $(VENV)/bin/activate ;\
cp -r src/* $(RSTDIR)/ ;\