From dd7d7d273e15fe4c43a6318038ca4531738cf0cb Mon Sep 17 00:00:00 2001 From: b Date: Mon, 5 Dec 2022 23:25:57 +0000 Subject: [PATCH] fix index generating --- diff.1.htm | 3 ++- makefile | 4 ++-- makefile.1.mak | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/diff.1.htm b/diff.1.htm index 2393a54..a9e8274 100644 --- a/diff.1.htm +++ b/diff.1.htm @@ -14,4 +14,5 @@ R=, G=, B=


- \ No newline at end of file + + \ No newline at end of file diff --git a/makefile b/makefile index a3d17aa..7a554b0 100644 --- a/makefile +++ b/makefile @@ -139,7 +139,7 @@ reveal.1.htm\ diff.1.htm\ npb.1.htm\ pal.1.htm\ -t-1.htm +t-1.1.htm # keep these 2 lists in the same order!: GENERATE_FROM=\ @@ -226,7 +226,7 @@ cp_conf: enhance.conf cp_www: $(WWW) | mktree $(CP) -r $(WWW) $(WWW_PATH) -install: cp_bin cp_www cp_conf +install: all cp_bin cp_www cp_conf clean: $(RM) -f enhance $(C_STANDALONE) $(STANDALONE) $(TO_GENERATE) f2h $(H_PNG) $(H_SUBTOOL) $(CGI) index.htm $(HTM_CGI) diff --git a/makefile.1.mak b/makefile.1.mak index 95031ca..d40b846 100644 --- a/makefile.1.mak +++ b/makefile.1.mak @@ -139,7 +139,7 @@ reveal.1.htm\ diff.1.htm\ npb.1.htm\ pal.1.htm\ -t-1.htm +t-1.1.htm # keep these 2 lists in the same order!: GENERATE_FROM=\ @@ -226,7 +226,7 @@ cp_conf: enhance.conf cp_www: $(WWW) | mktree $(CP) -r $(WWW) $(WWW_PATH) -install: cp_bin cp_www cp_conf +install: all cp_bin cp_www cp_conf clean: $(RM) -f enhance $(C_STANDALONE) $(STANDALONE) $(TO_GENERATE) f2h $(H_PNG) $(H_SUBTOOL) $(CGI) index.htm $(HTM_CGI) -- 2.30.2