htmie

Optical properties of water droplets
git clone git://git.meso-star.fr/htmie.git
Log | Files | Refs | README | LICENSE

commit 16e0221a3de817e960cc2ed8e98e9482e9084250
parent 3fecea95010607da82587967de78ff4054c24bbe
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  8 Sep 2023 08:58:47 +0200

Fix Makefile "install" target

The man page does not yet exist and cannot be installed.

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

diff --git a/Makefile b/Makefile @@ -86,7 +86,7 @@ install: build_library pkg @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/lib/pkgconfig" htmie.pc @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/include/high_tune" src/htmie.h @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/share/doc/htmie" COPYING README.md - @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/share/man/man5" htmie.5 +# @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/share/man/man5" htmie.5 uninstall: rm -f "$(DESTDIR)$(PREFIX)/lib/$(LIBNAME)" @@ -94,7 +94,7 @@ uninstall: rm -f "$(DESTDIR)$(PREFIX)/share/doc/htmie/COPYING" rm -f "$(DESTDIR)$(PREFIX)/share/doc/htmie/README.md" rm -f "$(DESTDIR)$(PREFIX)/include/high_tune/htmie.h" - rm -f "$(DESTDIR)$(PREFIX)/share/man/man5/htmie.5" +# rm -f "$(DESTDIR)$(PREFIX)/share/man/man5/htmie.5" ################################################################################ # Miscellaneous targets