Re: [darktable-dev] make usermanual

2018-07-16 Thread Tobias Ellinghaus
Am Sonntag, 15. Juli 2018, 19:38:17 CEST schrieb Alexander Rabtchevich: > Here it is Those don't help. Please paste the stuff written to the terminal. > With respect, > Alexander Rabtchevich Tobias [...] signature.asc Description: This is a digitally signed message part.

Re: [darktable-dev] make usermanual

2018-07-15 Thread Tobias Ellinghaus
Am Sonntag, 15. Juli 2018, 10:31:11 CEST schrieb Alexander Rabtchevich: > Hello, Tobias > > The result is still the same. Running make darktable-usermanual in fresh > auto created build directory after darktable compilation results in > > No rule to make target 'darktable-usermanual'. Stop. > >

Re: [darktable-dev] make usermanual

2018-07-15 Thread Alexander Rabtchevich
Hello, Tobias The result is still the same. Running make darktable-usermanual in fresh auto created build directory after darktable compilation results in No rule to make target 'darktable-usermanual'. Stop. With respect, Alexander Rabtchevich Tobias Ellinghaus wrote: Am Samstag, 14. Ju

Re: [darktable-dev] make usermanual

2018-07-14 Thread Tobias Ellinghaus
Am Samstag, 14. Juli 2018, 10:04:24 CEST schrieb Alexander Rabtchevich: > Hello > > Could anyone remind me how to build user manual? make > darktable-usermanual fails with the result > make: *** No rule to make target 'darktable-usermanual'. Stop. > I've tried almost all directories, including bu

Re: [darktable-dev] make usermanual

2018-07-14 Thread openhab.doc
Hello Alexander, first you have to run cmake successfully in the build directory. first to this: cd /path/to/the/darktable/sources/ mkdir build/ cd build/ cmake .. To create a PDF file run in build directory: make darktable-usermanual or for e.g. a translation make darktable-us

[darktable-dev] make usermanual

2018-07-14 Thread Alexander Rabtchevich
Hello Could anyone remind me how to build user manual? make darktable-usermanual fails with the result make: *** No rule to make target 'darktable-usermanual'.  Stop. I've tried almost all directories, including build, build/doc, build/doc/usermanual, doc and doc/usermanual With respect, Ale