From 2868bc5a59d30daa27606cf32f063aa557af5072 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 8 Aug 2021 08:46:48 +0200 Subject: [PATCH] Minor. --- Makefile.am | 4 ++-- doc/local.mk | 8 ++++---- frontend/local.mk | 8 ++++---- lib/local.mk | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1371e43..e54686e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## Makefile.am +# Makefile.am # due to a limitation of `autoreconf', # all -I directives currently must be set on a single line @@ -37,4 +37,4 @@ include $(top_srcdir)/lib/local.mk include $(top_srcdir)/frontend/local.mk include $(top_srcdir)/doc/local.mk -## end of Makefile.am +# end of Makefile.am diff --git a/doc/local.mk b/doc/local.mk index 12e1702..9698515 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -96,13 +96,13 @@ doc/ttfautohint.txt: $(DOCSRC) if WITH_DOC - # suffix rules must always start in column 0 + # Suffix rules must always start in column 0. .svg.pdf: $(INKSCAPE) --export-pdf=$@ $< - # build snapshot image of ttfautohintGUI: + # Build snapshot image of ttfautohintGUI: # this needs X11 and ImageMagick's `import' tool - # (in the `make-snaphshot.sh' script) + # (in the `make-snaphshot.sh' script). doc/img/ttfautohintGUI.png: frontend/maingui.cpp \ configure.ac \ doc/ttfautohintGUI.stylesheet \ @@ -183,4 +183,4 @@ else @echo 1>&2 " please install pdftex and pandoc, then reconfigure" endif -# end of Makefile.am +# end of doc/local.mk diff --git a/frontend/local.mk b/frontend/local.mk index dc66f16..7b3b8bf 100644 --- a/frontend/local.mk +++ b/frontend/local.mk @@ -17,7 +17,7 @@ moc_verbose = $(moc_verbose_@AM_V@) moc_verbose_ = $(moc_verbose_@AM_DEFAULT_V@) moc_verbose_0 = @echo " MOC " $@; -# moc from Qt5 aborts if unknown command line options are supplied; +# `moc' from Qt5 aborts if unknown command line options are supplied; # in particular, it doesn't recognize `-isystem'. # # We must also ensure that `config.h' gets included first. @@ -72,7 +72,7 @@ if USE_QT frontend/static-plugins.cpp \ frontend/ttlineedit.moc.cpp - # We want compatibility with Qt < 5.11 + # We want compatibility with Qt < 5.11. frontend_ttfautohintGUI_CXXFLAGS = $(QT_CXXFLAGS) \ -Wno-deprecated-declarations frontend_ttfautohintGUI_LDFLAGS = $(QT_LDFLAGS) @@ -96,7 +96,7 @@ if WITH_DOC endif # `ttfautohint.h' holds default values for some options, -# `ttfautohint-scripts.' the list of available scripts +# `ttfautohint-scripts.h' the list of available scripts. frontend/ttfautohint.1: frontend/main.cpp \ lib/ttfautohint.h.in \ lib/ttfautohint-scripts.h \ @@ -118,4 +118,4 @@ frontend/ttfautohintGUI.1: frontend/main.cpp \ --help-option=--help-all \ frontend/ttfautohintGUI$(EXEEXT) -# end of Makefile.am +# end of frontend/local.mk diff --git a/lib/local.mk b/lib/local.mk index 6c42fc7..44b3d17 100644 --- a/lib/local.mk +++ b/lib/local.mk @@ -165,7 +165,7 @@ TA_V_FLEX = $(TA_V_FLEX_@AM_V@) TA_V_FLEX_ = $(TA_V_FLEX_@AM_DEFAULT_V@) TA_V_FLEX_0 = @echo " FLEX " $@; -# we use `touch' to make the created .h file newer than the created .c file +# We use `touch' to make the created .h file newer than the created .c file. lib/tacontrol-flex.c lib/tacontrol-flex.h: lib/tacontrol.flex $(TA_V_FLEX)$(FLEX) --outfile=lib/tacontrol-flex.c \ @@ -185,4 +185,4 @@ lib/tacontrol-bison.c lib/tacontrol-bison.h: lib/tacontrol.bison && touch lib/tacontrol-bison.h lib/tacontrol-bison.h: lib/tacontrol-bison.c -## end of Makefile.am +# end of lib/local.mk -- 2.11.4.GIT