From 3f711b83a851fd3247df1c7d2a19b3519e73fad7 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 1 Jan 2026 22:02:42 +0300 Subject: fixup bcba0ef4486eb9baec3cd4d17250b91e1c8a7f79: fixed failures when building in doc/ * When fixing up hash-bang lines, `::FS` returns a status integer, which was returned by the process * also avoid expanding Make variables into TECO code - better pass it as a command-line argument * should also fix OBS builds --- doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 9c83eee..f5b3d03 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -42,7 +42,8 @@ dist_scitecodata_DATA = sciteco.tmac # `make install bindir=...` and appease the FreeBSD port # committers instead. %.tes : %.tes.in - $(SCITECO_FULL) -qioe "0,^Q::@FR'#\!^EM^Xsciteco'#\!$(SCITECO_INSTALLED)'" <$< >$@ + $(SCITECO_FULL) -qioe '0,^Q::@FR/#!^EM^Xsciteco/#!^EQ[^A1]/^[' \ + $(SCITECO_INSTALLED) <$< >$@ womendir = $(scitecolibdir)/women -- cgit v1.2.3