On 14-08-16 10:42 PM, James Lownie wrote:
Hi everyone,
I was building the docs and I found the documented procedures http://www.geany.org/manual/current/index.html#id234 don't work for me. The doco says to do "make docs" to generate the docs, but I found that there is no target for "docs" and I just had to go to the docs directory and do "make".
I was writing up a patch to change the doco when it occurred to me that this might be a platform issue. I'm using Fedora 20 with GNU Make 3.82. Can anyone shed some light on this?
There were some changes recently to fixup the build system to use the proper targets in the Make file. If you passed --enable-html-docs to the configure script, a regular "make" command should build the manual as you said. There is no "doc" or "docs" target anymore, but if you really want to specify a target, you can use the manual's filename name like "make geany.html".
Cheers, Matthew Brush