William Poetra Yoga H williampoetra@yahoo.com writes:
Then, because documentation/man3w should be in the build directory, we have to modify TOPSRCDIR and TOPOBJDIR for the makefiles. I modified them to:
TOPSRCDIR = @abs_top_srcdir@ TOPOBJDIR = @abs_top_builddir@
Is this correct? I'm testing it (my machine's slow) to see if it breaks anything.
No, you don't want to put absolute paths in makefiles. c2man should be fixed to load files from the source directory if they are not found in the build directory.