summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Removed the doc directory. The documentation is now located in the release repo.Thomas Lundström2016-07-251-283/+0
|
* Doc Makefile BOOK_DIST_DIR will not include eclipsehelp formatLennart Johansson2016-06-091-1/+5
| | | | | | | | | Makefile now requires BOOK_DIST_ECLIPSE=yes to include also the eclipsehelp book formats in the copy to BOOK_DIST_DIR. Default is now to only include pdf and html (like in EL5) Still all three are built by default. Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
* Doc Move pdfs to top, not in subdir pdf/Lennart Johansson2016-06-071-4/+3
| | | | | | | With BOOK_DIST_DIR, ensure pdfs are on top like in earlier Enea Linux. Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
* Doc Safer make distLennart Johansson2016-06-031-1/+2
| | | | | | | Ensure make dist works also if the storeage dir already exists Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
* Doc Add make dist to autostore books to distrib doc/Lennart Johansson2016-06-031-4/+17
| | | | | | | | | | | | | | | | | Add to Makefile: "make dist BOOK_DIST_DIR=storeto/doc" to both build all and copy built books to storeto/doc which simplifies for release build scripts. This way the release build script does not need to know which books are built, but just includes doc/ in the release. make dist can currently not be combined with BOOK_BUILD_DIR or with DOCBOOK_TO_BOOKDIR=no because it copies results from the expected default place Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
* Doc Add autovariables from manifest, poky.ent, enea.confLennart Johansson2016-06-021-47/+89
| | | | | | | | | | | | | | | | | | | | | | | | | Add autovariable from manifest repository name, e.g. the profile name Add autovariables from poky.ent, e.g. Yocto version etc.. in pardoc-distro Add autovariables from enea.conf e.g. release MAJOR MINOR via generated s_docsrc_common/pardoc-distro and also pick up MAJOR MINOR into the make system to create BOOK_VER => BL_LABEL on books Add autocreate build_boot chapter in release info from the README files in all included targets Adapt book XML files to the above Currently this makes the Makefile and init scripts identical in different el6-<profile>.git All are now automatic: Just clone el6-xxxx.git and cd el6-xxx/doc ; make doc and all are done until the books are built and ready. It takes several minutes to autofetch all from git using the repo command according to the target manifests before the books start to build. Rebuilding books are quick. Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
* Added doc build structureThomas Lundström2016-05-231-0/+224