Skip to content

Instantly share code, notes, and snippets.

@deoren
Last active January 23, 2018 03:53
Show Gist options
  • Save deoren/2abdd3ab713154815b208361cab04d92 to your computer and use it in GitHub Desktop.
Save deoren/2abdd3ab713154815b208361cab04d92 to your computer and use it in GitHub Desktop.
Scratch notes for fetching/using epubcheck
cd ~/dev
wget https://github.com/IDPF/epubcheck/releases/download/v4.0.2/epubcheck-4.0.2.zip
unzip epubcheck-4.0.2.zip -d epubcheck
cd ~/dev/rsyslog/rsyslog-doc
git stash
git fetch --all --prune --tags
git checkout master
sphinx-build -b epub source build
java -jar ~/epubcheck/epubcheck-4.0.2/epubcheck.jar build/rsyslog.epub
@deoren
Copy link
Author

deoren commented Jan 23, 2018

As of the time this Gist entry was created, GitHub does not support notifications for comments for mentions to Gist entries (see isaacs/github#21 for details). Please contact me via Twitter or file an issue in the deoren/leave-feedback repo (created for that very purpose) if you wish to receive a response for your feedback. Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment