gmic icon indicating copy to clipboard operation
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

Open yurivict opened this issue 2 years ago • 2 comments

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

yurivict avatar Jul 16 '22 21:07 yurivict

I'm not sure I get it. make cli does not install anything. Could you be more precise about this issue?

dtschump avatar Jul 16 '22 21:07 dtschump

Sorry, it's make cli install. make {targets} install installs different sets of files depending on supplied targets.

yurivict avatar Jul 16 '22 22:07 yurivict