From 8926ce03b2aba612524a2c3cfccf50f3571dd2c8 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 9 May 2023 18:57:19 -0500 Subject: [PATCH] Improve comments --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7820884..f317f5f 100644 --- a/Makefile +++ b/Makefile @@ -236,7 +236,7 @@ destroy-sphinx-venv: ## html_rst Build RST files from m4 source for HTML generation .PHONY: html_rst html_rst: $(HTML_DIRS) $(HTML_RST_FILES) $(HTML_SRCDIR) - # Get rid of anything not a *.rst file, and that not in the source + # Get rid of anything old not a *.rst file, and not in the source rm -rf \ $(filter-out \ $(HTML_RST_FILES) \ @@ -251,7 +251,7 @@ html_rst: $(HTML_DIRS) $(HTML_RST_FILES) $(HTML_SRCDIR) ## latex_rst Build RST files from m4 source for LaTeX generation .PHONY: latex_rst latex_rst: $(LATEX_DIRS) $(LATEX_RST_FILES) $(LATEX_SRCDIR) - # Get rid of anything not a *.rst file, and that not in the source + # Get rid of anything old not a *.rst file, and not in the source rm -rf $(filter-out \ $(LATEX_RST_FILES) \ $(subst \ -- 2.34.1