Commit c0dd1878 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

make sure all pictures are includes in epub/mobi files

parent 07a499fc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)/ ;\