[GNC-dev] Missing recent builds at https://code.gnucash.org/docs/
Derek Atkins
derek at ihtfp.com
Tue Aug 22 07:43:14 EDT 2023
HI,
Looks like zh is not building. The code in question:
cd $srcdir || my_die "chdir to $srcdir failed."
git checkout $branch -q >/dev/null 2>&1 || my_die "git checkout failed."
git fetch -q >/dev/null 2>&1 || my_die "git fetch failed."
git reset --hard origin/$branch -q >/dev/null 2>&1 || my_die "git reset
failed."
# Run cmake
mkdir -p $builddir || my_die "creation of $builddir failed."
cd $builddir || my_die "chdir to $builddir failed."
cmake -DCMAKE_INSTALL_PREFIX=$prefix -DWITH_MOBI=ON $srcdir >/dev/null
2>&1 || my_die "cmake failed"
( and then it runs the "make" )
I received no email of failures, so we never hit the "my_die" conditions.
I do see the 'zh' directory in the source dir, but I do not see a 'zh'
directory in the build dir, nor in build/share/doc.
The Makefile in the build dir was last touched on Aug 18.
Shouldn't the cmake and then make "do the right thing"?
-derek
On Tue, August 22, 2023 7:26 am, Frank H. Ellenberger wrote:
> Hi Derek,
>
> there should now also be a zh directory like
> http://gnucash.github.io/gnucash-docs/zh/gnucash-guide/
>
> Regards
> Frank
> _______________________________________________
> gnucash-devel mailing list
> gnucash-devel at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>
--
Derek Atkins 617-623-3745
derek at ihtfp.com www.ihtfp.com
Computer and Internet Security Consultant
More information about the gnucash-devel
mailing list