kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #16700
Re: documentation format
2015-02-04 19:52 GMT+03:00 Wayne Stambaugh <stambaughw@xxxxxxxxx>:
>
> CMake should be used as the build configuration tool which is used to
> verify all of the required tools are installed on the system and
> automatically generate the appropriate Makefiles. CMake files would go
> in the kicad-doc repo and replace the current Makefiles.
>
> It would be nice if everything was in one place. That may be a goal for
> the distant future. For now, we have more important issues to worry about.
>
Hi, I've done some cmake macro scripting for building asciidoc based
on Marco's repository some time ago:
https://github.com/Fat-Zer/kicad-doc
It's ready to use for generate output in several formats like docbook,
pdf, html and other.
But, by the word, it doesn't check some special additional
dependencies for specific formats... may be I'll add a test if
specified format may be build in future...
I've gonna to report it after I'll add some macro to update the *.po
files but have not finished it yet...
Follow ups
References