Add EPUB book cover.

This commit is contained in:
Michael R Sweet 2021-09-27 10:02:10 -04:00
parent 2d90b1325b
commit 76b2faee0e
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
*.o
*.so.1
/.vs
/doc/pdfio.epub
/packages
/pdfio.xcodeproj/xcshareddata
/testpdfio

View File

@ -173,6 +173,7 @@ DOCFLAGS = \
.PHONY: doc
doc:
codedoc $(DOCFLAGS) --title "PDFio Programming Manual v$(VERSION)" $(PUBHEADERS) $(PUBOBJS:.o=.c) --body doc/pdfio.md --coverimage doc/pdfio-512.png pdfio.xml >doc/pdfio.html
codedoc $(DOCFLAGS) --title "PDFio Programming Manual v$(VERSION)" --body doc/pdfio.md --coverimage doc/pdfio-epub.png pdfio.xml --epub doc/pdfio.epub
codedoc $(DOCFLAGS) --title "pdf read/write library" --man pdfio --section 3 --body doc/pdfio.md pdfio.xml >doc/pdfio.3
rm -f pdfio.xml

BIN
doc/pdfio-epub.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 788 KiB