From 46929a7c064bb39fef5d9f97c4ca243432cb0fe2 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 9 May 2023 16:54:11 -0500 Subject: [PATCH] Better comment --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 917bdd7..fc5aeb7 100644 --- a/Makefile +++ b/Makefile @@ -113,10 +113,8 @@ M4_FILES := $(filter-out %epilog.inc.m4, $(M4_FILES)) SOURCE_BASE = $(filter-out %$(EMACS_BK_CHR) $(M4_FILES), \ $(call localize,$(call rwildcard,$(M4_BASEDIR)/,*))) -# Already macro-expanded rst files used to generate html +# Already macro-expanded rst files used to generate output OLD_HTML_FILES := $(call localize,$(call rwildcard,$(HTML_SRCDIR)/,*)) - -# Already macro-expanded rst files used to generate latex OLD_LATEX_FILES := $(call localize,$(call rwildcard,$(LATEX_SRCDIR)/,*)) # The html files to build and the directories that contain the files -- 2.34.1