From ecc01881510a8de7e8c6d7e75a9c4ab288ae9099 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 28 Apr 2020 22:31:03 +0200 Subject: [PATCH] Patch by @ptudor to fix up 'make install' --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8c373b..d2c53ea 100644 --- a/Makefile +++ b/Makefile @@ -49,9 +49,11 @@ clean: help2man: $(INSTALL) -m 755 -d $(DESTDIR)$(prefix)/share/man/man1 - HELP2MAN_DESCRIPTION=Open-source GNSS Monitoring Project + HELP2MAN_DESCRIPTION="Open-source GNSS Monitoring Project" $(foreach binaryfile,$(PROGRAMS),help2man -N -n "$(HELP2MAN_DESCRIPTION)" ./$(binaryfile) | gzip > $(DESTDIR)$(prefix)/share/man/man1/$(binaryfile).1.gz;) @echo until these binaries support --help and --version remove the broken output + rm -f $(DESTDIR)$(prefix)/share/man/man1/rinreport.1.gz + rm -f $(DESTDIR)$(prefix)/share/man/man1/rtcmtool.1.gz rm -f $(DESTDIR)$(prefix)/share/man/man1/testrunner.1.gz install: $(PROGRAMS) help2man