diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-01-01 22:02:42 +0300 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-01-01 22:02:42 +0300 |
| commit | 3f711b83a851fd3247df1c7d2a19b3519e73fad7 (patch) | |
| tree | 6a1f81e034cf965e15aed6525914afe594995ba7 | |
| parent | c2feb2a6f71fc9adb20226fb3c2260c236e974e0 (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
| -rw-r--r-- | doc/Makefile.am | 3 |
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 |
