commit 60f3b1b9217c281c8dde42013c55381a3a1270df
parent 7d7c5c769f83b7ac8ee106ac78a21296598db3cb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 27 Jul 2023 11:53:20 +0200
Remove scdoc as a star-mesh dependency
The star-mesh man page is now written using mdoc's roff macros and no
longer requires the scdoc tool.
Note that the scdoc dependency was ill-defined anyway, as it was not
declared as a dependency of the star-mesh project, i.e. it was not
listed in its "dep" variable. As a result, scdoc could be built after
star-mesh, leading to build failures. Overall, this commit indirectly
solves this problem.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/star-mesh.sh b/src/star-mesh.sh
@@ -20,7 +20,6 @@ export STAR_MESH_SH=1
. "build.sh"
. "rsys.sh"
-. "scdoc_1.11.2-r1.sh"
name="star-mesh"
url="$\(REPO\)/star-mesh.git"