htpp

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

commit aa49755c01993a0d7250e1358fda81b624a01f8f
parent 25681f4909b0976b180131abab7bc1b27eb8bdeb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 13 Sep 2023 16:28:34 +0200

Correct Makefile uninstall target

The path to the README.md and COPYING files was incorrect.

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -67,8 +67,8 @@ install: build_library uninstall: rm -f "$(DESTDIR)$(PREFIX)/bin/htpp" - rm -f "$(DESTDIR)$(PREFIX)/share/doc/htmie/COPYING" - rm -f "$(DESTDIR)$(PREFIX)/share/doc/htmie/README.md" + rm -f "$(DESTDIR)$(PREFIX)/share/doc/htpp/COPYING" + rm -f "$(DESTDIR)$(PREFIX)/share/doc/htpp/README.md" # rm -f "$(DESTDIR)$(PREFIX)/share/man/man1/htpp.1" ################################################################################