Commit: [r11987] <https://sourceforge.net/p/oorexx/code-0/11987/>

There is a todo item here: the new "rexxapi.pdf" book needs to be incorporated 
into the
CMakeLists.txt file.  Here are the suggested changes:

    F:\work\svn\oorexx\main\trunk>svn diff
    Index: CMakeLists.txt
    ===================================================================
    --- CMakeLists.txt      (revision 11985)
    +++ CMakeLists.txt      (working copy)
    @@ -1989,6 +1989,7 @@
        install(FILES ${DOC_SOURCE_DIR}/readme.pdf COMPONENT Docs DESTINATION 
${INSTALL_DOC_DIR})
        install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/CHANGES COMPONENT Docs 
DESTINATION ${INSTALL_DOC_DIR} RENAME CHANGES.txt)
        install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/ReleaseNotes COMPONENT Docs 
DESTINATION ${INSTALL_DOC_DIR} RENAME ReleaseNotes.txt)
    +   install(FILES ${DOC_SOURCE_DIR}/rexxapi.pdf COMPONENT Docs DESTINATION 
${INSTALL_DOC_DIR})
        install(FILES ${DOC_SOURCE_DIR}/rexxpg.pdf COMPONENT Docs DESTINATION 
${INSTALL_DOC_DIR})
        install(FILES ${DOC_SOURCE_DIR}/rexxref.pdf COMPONENT Docs DESTINATION 
${INSTALL_DOC_DIR})
        install(FILES ${DOC_SOURCE_DIR}/rxmath.pdf COMPONENT Docs DESTINATION 
${INSTALL_DOC_DIR})
    @@ -2005,6 +2006,7 @@
        install_doc_shortcut("ooRexx CHANGES" "CHANGES.txt")
        install_doc_shortcut("ooRexx Release Notes" "ReleaseNotes.txt")
        install_doc_shortcut("ooRexx Reference" "rexxref.pdf")
    +   install_doc_shortcut("ooRexx APIs (Application Programming Interfaces)" 
"rexxapi.pdf")
        install_doc_shortcut("ooRexx Programming Guide" "rexxpg.pdf")
        install_doc_shortcut("ooRexx Mathematical Functions Reference" 
"rxmath.pdf")
        install_doc_shortcut("ooRexx rxFTP Class Reference" "rxftp.pdf")
    @@ -2051,6 +2053,7 @@

           add_custom_target(nsis_installer
              DEPENDS ${DOC_SOURCE_DIR}/readme.pdf
    +                 ${DOC_SOURCE_DIR}/rexxapi.pdf
                      ${DOC_SOURCE_DIR}/rexxpg.pdf
                      ${DOC_SOURCE_DIR}/rexxref.pdf
                      ${DOC_SOURCE_DIR}/rxmath.pdf

Would anyone object if I added it to CMakeLists.txt ?

---rony


On 03.03.2020 17:54, Rony G. Flatscher wrote:
>
> Entered an RFE [1] to this effect and supplied the sources for the two split 
> books with it.
>
> ---rony
>
> [1] RFE "#773 Split 'rexxpg' into two books ... ":
> <https://sourceforge.net/p/oorexx/feature-requests/773/>
>
>
> On 03.03.2020 14:52, Rony G. Flatscher wrote:
>>
>> Dear Harmander,
>>
>> thank you for the idea of leaving the name "rexxpg", which I just did. So if 
>> using the Dopbox
>> link below there will be a "rexxpg.pdf" file there which represents the 
>> primer.
>>
>> Cheers
>>
>> ---rony
>>
>> On 03.03.2020 04:31, Harmander Singh wrote:
>>> Excellent! It might be better to retain the name rexxpg for the primer, in 
>>> line with traditional
>>> language doco.
>>>
>>> Harmander Singh  
>>>
>>> On Tue, 3 Mar 2020 at 08:26, Jon Wolfers <sahana...@gmail.com 
>>> <mailto:sahana...@gmail.com>> wrote:
>>>
>>>     +1
>>>
>>>     This makes sense to me.
>>>
>>>     Jon
>>>
>>>     On Mon, 2 Mar 2020 at 18:54, Rony G. Flatscher <rony.flatsc...@wu.ac.at
>>>     <mailto:rony.flatsc...@wu.ac.at>> wrote:
>>>
>>>         For almost decades it has irritated me that the "rexxpg.pdf" book 
>>> would contain a primer
>>>         to ooRexx and the native APIs. The former would be helfpul for 
>>> anyone who wants to learn
>>>         ooRexx, the latter is only helpful for people who have expert 
>>> knowledge on C++ (and
>>>         ooRexx) and C.
>>>
>>>         So I tried to split the book 'rexxpg.pdf' into two different ones, 
>>> one 'rexxprimer.pdf'
>>>         and another one 'rexxapi.pdf'.
>>>
>>>         The result can be temporarily looked at my Dropbox (same link as 
>>> for the rexxref.pdf
>>>         with the EventSemaphore and MutexSemaphore documentation for which 
>>> a patch was supplied
>>>         yesterday to the ooRexx project):
>>>
>>>             
>>> <https://www.dropbox.com/sh/gxvvgskb04gdsqf/AACRo_ZLeFOdoBXUHroPY_-Ca?dl=0>
>>>             
>>> <https://www.dropbox.com/sh/gxvvgskb04gdsqf/AACRo_ZLeFOdoBXUHroPY_-Ca?dl=0>
>>>
>>>         What do you think?
>>>
>>>         ---rony
>>>

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to