gmic
gmic copied to clipboard
'cli' target also installs include/gmic_libc.h and plug-ins and 'lib' target installs man pages that are for the executable
The 'cli' target shouldn't install headers. The 'lib' target shouldn't install man pages for the executable. It should install man pages for the library. And plug-ins should be installed by its own target.
Version: 3.1.5 FreeBSD 13.1
I'm not sure I get it.
make cli
does not install anything.
Could you be more precise about this issue?
Sorry, it's make cli install
.
make {targets} install
installs different sets of files depending on supplied targets.