htpp

htrdr-image post-processing
git clone git://git.meso-star.fr/htpp.git
Log | Files | Refs | README | LICENSE

commit 25681f4909b0976b180131abab7bc1b27eb8bdeb
parent 7b50b6be9e2c828caf015906c126f1a4cd76abb7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 13 Sep 2023 16:22:19 +0200

Correct Makefile install target

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -60,7 +60,7 @@ src/htpp_version.h: src/htpp_version.h.in config.mk ################################################################################ # Installation ################################################################################ -install: build_library pkg +install: build_library @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/bin" htpp @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/share/doc/htpp" COPYING README.md # @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/share/man/man1" htpp.5