From 3da35ebc45a0739808b7bd9488dd3fadf9b5b17a Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Fri, 23 Mar 2018 18:15:55 -0500 Subject: [PATCH] Create HTML manual at 'make dist' time Per the suggestion of Greg Troxel, N1DAM, remove the need for the 'makeinfo' dependency at build time by creating the HTML version of the manual along with the info version at 'make dist' time. The removes the build dependency on 'makeinfo' that was introduced since the release of 3.1. (cherry picked from commit 6efb7b64b2d60c48474bb39330c614a14a75abfc) --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 7a8d5bced..35e111359 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,7 +2,7 @@ EXTRA_DIST = hamlib.cfg index.doxygen hamlib.css footer.html \ Hamlib_design.eps Hamlib_design.png htmldir = $(docdir)/html -html_DATA = Hamlib_design.png hamlib.html +dist_html_DATA = Hamlib_design.png hamlib.html SRCDOCLST = ../src/rig.c ../src/rotator.c ../src/tones.c ../src/locator.c \ ../src/event.c ../src/conf.c ../src/mem.c ../src/settings.c