2013-05-30 13:35:40 +02:00
|
|
|
To create the kindle version:
|
|
|
|
|
|
|
|
* build programs
|
|
|
|
* build pre
|
|
|
|
|
|
|
|
* kindlegen's archive in ~/xfer
|
|
|
|
* md tmp/kindlegen, extract the archive
|
|
|
|
|
|
|
|
* cd bin
|
|
|
|
* createhtml
|
2014-01-18 15:03:45 +01:00
|
|
|
* cd ../html
|
|
|
|
* edit cplusplus.opf to reflect the latest version, maybe add a new
|
2013-05-30 13:35:40 +02:00
|
|
|
chapter.
|
|
|
|
|
2014-01-18 15:03:45 +01:00
|
|
|
* ../tmp/kindlegen/kindlegen -gif cplusplus.opf
|
2014-12-24 21:10:06 +01:00
|
|
|
|
|
|
|
* the new file is cplusplus.mobi
|
2014-01-18 15:03:45 +01:00
|
|
|
|
2013-05-30 13:35:40 +02:00
|
|
|
* Follow the instructions at
|
|
|
|
https://kdp.amazon.com/self-publishing/dashboard
|
|
|
|
for uploading the latest version
|
2014-01-18 15:03:45 +01:00
|
|
|
- Click on C++ Annotations
|
|
|
|
- Edit the version
|
|
|
|
- Click Browse to go to the location where the .mobi file is and
|
|
|
|
upload
|
|
|
|
|
|
|
|
Don't forget to do `Save and Publish'
|
2013-05-30 13:35:40 +02:00
|
|
|
|
|
|
|
* cd ..
|
|
|
|
* build distclean
|
2014-01-18 15:03:45 +01:00
|
|
|
|
|
|
|
|
|
|
|
|