On Tuesday 31 March 2020 09:22:11 andy pugh wrote:

> On Tue, 31 Mar 2020 at 10:43, Gene Heskett <ghesk...@shentel.net> 
wrote:
> > Internal to the docs and the installed debs are all dated like this:
> > pi@rpi4:/usr/share/doc/linuxcnc $ ls -l
>
> It might be that you need to explicitly build the docs before building
> the debs.
>
> My 2.9 debs have older docs, like yours.
> My 2.8 debs have brand-new docs.

Humm, someone hasn't modified the makefile tree to build the latest docs 
while building master?  That should ought to be fixable fairly easy if 
the docs are already written.

Or is there stuff in 2.8 that isn't in 2.9-pre(master)?
Or is there a better way in this script, to get these later docs?
====================
cd /media/pi/workspace/LinuxCNC/
git pull
cd ./src
./autogen.sh
./configure --with-realtime=uspace --enable-build-documentation
sudo make clean
time make -j4
sudo make setuid
source ../scripts/rip-environment
time runtests
======================
if runtests is ok, then I run this script:
===================
cd /media/pi/workspace
cd LinuxCNC/debian
./configure uspace
cd ..
dpkg-checkbuilddeps
time dpkg-buildpackage -b -uc
=======================
Which makes the debs on my web page.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page <http://geneslinuxbox.net:6309/gene>


_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to