From 879f13bc94ee2d609024c1a752c5c9c0386fd48c Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 28 Oct 2024 11:36:00 -0500 Subject: [PATCH] Note that diagrams use inkscape as their source file format --- make_files/make_docs.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_files/make_docs.mk b/make_files/make_docs.mk index e8270b0..e6a41ee 100644 --- a/make_files/make_docs.mk +++ b/make_files/make_docs.mk @@ -371,11 +371,11 @@ latex_rst: $(LATEX_DIRS_PREREQ) $(LATEX_RST_FILES) $(LATEX_SRCDIR_PREREQ) $(STOCK_SRCDIR)/ \ $(LATEX_SRCDIR) -## png_files Build *.png files from dia source +## png_files Build *.png files from inkscape source .PHONY: png_files png_files: $(IMAGES_BASEDIR) $(PNG_FILES) -## svg_files Build *.svg files from dia source +## svg_files Build *.svg files from inkscape source .PHONY: svg_files svg_files: $(IMAGES_BASEDIR) $(SVG_FILES) -- 2.34.1