Thanks to the latest patches by the kicad-doc team, both parallel builds and installation into the correct destination of the docs are now working. I also fixed two problems with my debian/rules that prevented parallel builds.
And, most importantly, I updated get-kicad.sh to fetch and build a complete source package. There is currently no versioning for the git checkouts. None of the upstream repos have tagged their commits either, so I guess we will need to specify a specific commit sha1 to have consistency. Current TODO list: - https://github.com/KiCad/kicad-doc/issues/170 - Fix version.h generation (it doesn't contain any version at all currently) - Verify that the source package is indeed buildable (I use a checkout myself so I can update from upstream easily) - Update debian/copyright - Decide on the Debian package version (previously <date>+bzr<rev>, currently 4.0+bzr<rev>) - Update the GENERATED_FILES list. Is there a way to partially automate this with cmake? make distclean perhaps?