aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2026-01-01 22:02:42 +0300
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2026-01-01 22:02:42 +0300
commit3f711b83a851fd3247df1c7d2a19b3519e73fad7 (patch)
tree6a1f81e034cf965e15aed6525914afe594995ba7 /doc
parentc2feb2a6f71fc9adb20226fb3c2260c236e974e0 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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