From 4b103211d3b73aa7d859671c62302b0d405c0d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20M=C3=BCller?= Date: Fri, 8 Mar 2019 10:01:07 +0100 Subject: [PATCH] Fix typo in comment --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 736593001a..54ad66cdb9 100644 --- a/Makefile +++ b/Makefile @@ -65,9 +65,9 @@ all: d_year.en.xml d_month.en.xml d_day.en.xml # Generation of tag maps is handled in an external script which generates # tools/tagmaps/*.map, tags/tagged-*.en.xhtml, and tags/tagged-*.sources. The -# tag map files cannot be targets in this Makefile, because list of map files -# is not known when the Makefile starts - some new tags might be created when -# generating the .xml files in the news/generated_xml directory. +# tag map files cannot be targets in this Makefile, because the list of map +# files is not known when the Makefile starts - some new tags might be created +# when generating the .xml files in the news/generated_xml directory. tagmaps: $(SUBDIRS) @build/make_tagmaps.sh