Find a file
2015-05-27 21:13:13 +02:00
annotations wip on stl/negators 2015-05-27 21:13:13 +02:00
sf changed mailto: in 2014-08-22 11:57:53 +02:00
.gitignore Convert svn:ignore properties to .gitignore. 2012-02-09 08:04:49 +01:00
excluded Adapted excluded and sourcetar to git 2012-02-26 17:27:00 +01:00
README.kindle updated cplusplus.opf for Kindle 2014-12-24 21:10:06 +01:00
sourcetar Ready for releasing 9.7.1 2013-05-30 10:13:48 +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
    * cd ../html
    * edit cplusplus.opf to reflect the latest version, maybe add a new
        chapter. 

    * ../tmp/kindlegen/kindlegen -gif cplusplus.opf

    * the new file is cplusplus.mobi
    
    * Follow the instructions at
        https://kdp.amazon.com/self-publishing/dashboard 
      for uploading the latest version
        - 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'

    * cd ..
    * build distclean