File | Date | Author | Commit |
---|---|---|---|
Pdf_Chm_Manual_files | 2025-04-06 | gd_on | [r38] Minor update about the content of distributed b... |
common | 2023-07-02 | mortenmacfly | [r22] - fix mixed line-endings in files |
docguide | 2023-07-02 | mortenmacfly | [r22] - fix mixed line-endings in files |
htmlweb | 2025-04-06 | gd_on | [r38] Minor update about the content of distributed b... |
libs | 2023-07-02 | mortenmacfly | [r22] - fix mixed line-endings in files |
userguide | 2025-04-06 | gd_on | [r38] Minor update about the content of distributed b... |
INSTALL | 2023-07-02 | mortenmacfly | [r22] - fix mixed line-endings in files |
Makefile.win | 2023-01-18 | gd_on | [r1] V 2.0.1 as it was in 2020/11 |
README.md | 2023-07-02 | mortenmacfly | [r22] - fix mixed line-endings in files |
README_Original | 2023-07-02 | mortenmacfly | [r22] - fix mixed line-endings in files |
Sources in tex to build CodeBlocks User Manual, in english and in french are in the folder userguide.
manual_codeblocks_*.tex is the main entry to build a pdf file via Miktex (_*=en for english version and fr for a french one).
main_codeblocks_*.tex is a small variation of the previous one, more adapted for html and chm versions.
manual_codeblocks_fr.pdf and manual_codeblocks_en.pdf are produced by Miktex inside userguide. They can be copied in htmlweb folder.
00_ToHtml_en.cmd is a batch Windows file to build an english version of the documentation in html.
00_ToHtml_fr.cmd is the same as previous, but for a french version.
They both call 00_ToHtml.cmd which really produces the files.
Depending on parameters set in cmd files, html files are stored in a local htmlweb, htmlweb_en or htmlweb_en folder.
Their content can be copied/moved in the root htmlweb folder.
In userguide folder, there is a slighly modified version of text4ht.env, normally used by Miktex to produce html version from tex files, to avoid
some problems with move and copy commands. I prefer their equivallent, mv and cp, as can be found in Msys2 distribution.