From 76e953dde7347553b405863201dfb7859674206c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 25 Apr 2020 23:09:41 +0200 Subject: [PATCH] Fix build target www. This target is supposed to create the html files of the home page. This broke one year ago when the build system was instructed to create compressed man pages. Fortunately, the fix is trivial. Fixes: f35b70fc3e8656f71437cc85062da31488acd781 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8fb7c0..4fbc36b 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ lopsubex: $(lopsubex_objs) $(REALNAME) # web html := $(addprefix web/, $(addsuffix .html, \ - index lopsub-api lopsubgen.1 lopsubex.1 $(m4_man_pages))) + index lopsub-api lopsubgen.1 lopsubex.1 $(m4_man_pages:.gz=))) $(html): $(addprefix web/, $(addsuffix .html, header footer)) www: $(html) -- 2.30.2