-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
drdhaval2785
committed
Mar 26, 2017
1 parent
8c98923
commit ac7981c
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# Copyright 2017 Karthikeyan Madathil | ||
# Released under MIT licence. See LICENCE.txt. | ||
|
||
INFILE=docs/sk.html | ||
OUTFILE=docs/sk.epub | ||
ebook-convert $INFILE $OUTFILE --insert-blank-line --chapter "//h:h2" --chapter-mark "both" --level1-toc "//h:h2" --use-auto-toc --authors "Bhattoji Dikshita" --author-sort "Bhattoji Dikshita" --comments "Automatically generated from XML file: https://github.com/drdhaval2785/siddhantakaumudi" --language Sanskrit --title "Siddhanta Kaumudi" --max-toc-links 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters