aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
Commit message (Collapse)AuthorAge
* Documentation: Added trace-cmd.dat.5.txtSteven Rostedt2010-03-26
| | | | | | Added a documentation man page on the format of the trace.dat file. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* build: Make the man pages build number dependentSteven Rostedt2010-03-26
| | | | | | | To make way for creating other numbered man pages, modify the make documentation build to be number specific. This required adding the numbers to the text files. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* build: Added installing of documentationSteven Rostedt2010-03-26
| | | | | | Added 'make install_doc' Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* build: Hide the annoying output that xsltproc writes when completedSteven Rostedt2010-03-25
| | | | Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* build: Prevent rebuild of documentation every timeSteven Rostedt2010-03-25
| | | | | | | | | | Using dependencies to trigger the manpage.xsl waring was causing all man pages to be built every time, event when no files were changed. By converting it to a funciton and calling it first, it will allow the man pages to only be rebuilt if their source files were changed. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* build: Make the building of documentation look cleanerSteven Rostedt2010-03-25
| | | | | | Use the "KBUILD" method to build documentation. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* build: Make doc build handle O=/path/to/output/dirSteven Rostedt2010-03-25
| | | | | | Update the Documentation Makefile to handle building outside the source tree. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* trace-cmd: Add Makefile to build man pagesSteven Rostedt2010-03-08
Add a Makefile that has logic to build a man page. It is still very primitive and uses ascriidoc and xsltproc to do the formating. But instead of build my own xsl file or putting together one from others, I decided to use xsl files that already exist by doing a locate on manpages/docbook.xsl, and using what is found. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>