From ba2e24c9a7beb20281af7357f18b18aa94bd108c Mon Sep 17 00:00:00 2001 From: Louie S Date: Sat, 11 Mar 2023 20:35:06 -0800 Subject: Improve HTML parsing; index the index entries --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a0205e..8a6a2ad 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ $(INFO_PLIST_FILE): src/Info.plist $(CONTENTS_DIR) $(INDEX_FILE): src/index.sh $(DOCUMENTS_DIR) rm -f $@ src/index.sh $@ $(DOCUMENTS_DIR)/*.html + src/index.sh -i $@ $(DOCUMENTS_DIR)/Index-of-Terms.html $(ICON_FILE): src/icon.png $(DOCSET_DIR) cp src/icon.png $@ -- cgit