<feed xmlns='http://www.w3.org/2005/Atom'>
<title>trace-cmd.git/Documentation/Makefile, branch master</title>
<subtitle>Home of trace-cmd and kernelshark</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/'/>
<entry>
<title>trace-cmd/doc: Let environment variable override MANPAGE_DOCBOOK_XSL</title>
<updated>2011-02-02T02:03:00+00:00</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2011-02-02T02:03:00+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=94118e21355ccb2d1049dc17c4e8f39a0071a4a6'/>
<id>94118e21355ccb2d1049dc17c4e8f39a0071a4a6</id>
<content type='text'>
In case the user wants to use a different manpage/docbook.xsl,
let them override the MANPAGE_DOCBOOK_XSL environment variable.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case the user wants to use a different manpage/docbook.xsl,
let them override the MANPAGE_DOCBOOK_XSL environment variable.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>trace-cmd/doc: Fix installing krenelshark html documents</title>
<updated>2011-02-02T02:00:59+00:00</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2011-02-02T01:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=709dadf614921dd6480f73987086e57141ea9568'/>
<id>709dadf614921dd6480f73987086e57141ea9568</id>
<content type='text'>
Remove space from the do_install script that was making the
install of kernelshark html documents fail.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove space from the do_install script that was making the
install of kernelshark html documents fail.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>trace-cmd/doc: Fail if manpage/docbook.xsl is not found</title>
<updated>2011-02-02T02:00:59+00:00</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2011-02-02T01:51:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=916521713019b80baf41efb060dae13c76dc60a7'/>
<id>916521713019b80baf41efb060dae13c76dc60a7</id>
<content type='text'>
Fail if the docbook.xsl is not found. Currently it fails if
the file does not exist, but passing in a blank string does not
produce an error.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fail if the docbook.xsl is not found. Currently it fails if
the file does not exist, but passing in a blank string does not
produce an error.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'kernelshark-devel' into trace-cmd</title>
<updated>2010-06-10T21:53:51+00:00</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-06-10T21:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=3c95290d3fb593145b8ce1163d795a08f05e112c'/>
<id>3c95290d3fb593145b8ce1163d795a08f05e112c</id>
<content type='text'>
Conflicts:
	Makefile

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	Makefile

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Add DESTDIR to make</title>
<updated>2010-06-09T21:12:33+00:00</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-06-09T21:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=d01b699fffc573e7653e00d608444735c04f9dca'/>
<id>d01b699fffc573e7653e00d608444735c04f9dca</id>
<content type='text'>
Add the variable DESTDIR that allows a user to install into
a directory that will later be moved to another host. This
facilitates the creation of distribution packages.

  make DESTDIR=/tmp/build prefix=/usr install

Will install the program files into /tmp/build/usr/..
but the program will expect to find itself in the /usr/..
directories.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the variable DESTDIR that allows a user to install into
a directory that will later be moved to another host. This
facilitates the creation of distribution packages.

  make DESTDIR=/tmp/build prefix=/usr install

Will install the program files into /tmp/build/usr/..
but the program will expect to find itself in the /usr/..
directories.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build/doc: Use a substitution reference in man pages install</title>
<updated>2010-06-09T19:22:23+00:00</updated>
<author>
<name>John Kacur</name>
<email>jkacur@redhat.com</email>
</author>
<published>2010-06-09T16:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=8193d975583d332d0b83def6e4bf97a8a8f7b7f0'/>
<id>8193d975583d332d0b83def6e4bf97a8a8f7b7f0</id>
<content type='text'>
subst will substitution every occurence of a string with another.
What we want here is just to substitute the last occurence.
That is we want to transform files that end with .1 into .1.install
We do not want to transform every ".1" in a path name into .1.install.

Without this fix you can get errors of this nature.

 make prefix=/home/jkacur/rpmbuild/BUILDROOT/trace-cmd-1.0.1-4.fc12.x86_64/usr install_doc
 make -C /home/jkacur/rpmbuild/BUILD/trace-cmd-1.0.1/Documentation install
 make[1]: *** No rule to make target `/home/jkacur/rpmbuild/BUILD/trace-cmd-1.0.1.install/Documentation/trace-cmd.1', needed by `/home/jkacur/rpmbuild/BUILD/trace-cmd-1.0.1.install/Documentation/trace-cmd.1.install'.  Stop.
 make: *** [install_doc] Error 2

Signed-off-by: John Kacur &lt;jkacur@redhat.com&gt;
LKML-Reference: &lt;1276099288-3029-3-git-send-email-jkacur@redhat.com&gt;

Use a "substitution reference" instead of a substitution.
A "subst" will change every occurence of a string
Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subst will substitution every occurence of a string with another.
What we want here is just to substitute the last occurence.
That is we want to transform files that end with .1 into .1.install
We do not want to transform every ".1" in a path name into .1.install.

Without this fix you can get errors of this nature.

 make prefix=/home/jkacur/rpmbuild/BUILDROOT/trace-cmd-1.0.1-4.fc12.x86_64/usr install_doc
 make -C /home/jkacur/rpmbuild/BUILD/trace-cmd-1.0.1/Documentation install
 make[1]: *** No rule to make target `/home/jkacur/rpmbuild/BUILD/trace-cmd-1.0.1.install/Documentation/trace-cmd.1', needed by `/home/jkacur/rpmbuild/BUILD/trace-cmd-1.0.1.install/Documentation/trace-cmd.1.install'.  Stop.
 make: *** [install_doc] Error 2

Signed-off-by: John Kacur &lt;jkacur@redhat.com&gt;
LKML-Reference: &lt;1276099288-3029-3-git-send-email-jkacur@redhat.com&gt;

Use a "substitution reference" instead of a substitution.
A "subst" will change every occurence of a string
Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernelshark/build: Install HTML doc and reference it</title>
<updated>2010-04-09T16:48:07+00:00</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-04-09T16:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=9a6f8264525228eab1baee09f567a5d72c05b0ac'/>
<id>9a6f8264525228eab1baee09f567a5d72c05b0ac</id>
<content type='text'>
Install the HTML document on "make install_doc" and have the
kernelshark executable be able to reference that location.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Install the HTML document on "make install_doc" and have the
kernelshark executable be able to reference that location.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build/doc: Fix removing of trace.dat(5) SYNOPSIS</title>
<updated>2010-04-09T14:34:47+00:00</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-04-09T14:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=f609f9171ef951c18e01f88ce72b9c58995f7996'/>
<id>f609f9171ef951c18e01f88ce72b9c58995f7996</id>
<content type='text'>
To remove the trace.dat man page "SYNOPSIS" section, the lines
from: .SH "SYNOPSIS" to .sp  are removed. But some systems do not
add a .sp after the SYNOPSIS, so they remove the entire rest of
the document.

Instead of testing for .sp, test for "ignore" since that is in the
document and is known to be there.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To remove the trace.dat man page "SYNOPSIS" section, the lines
from: .SH "SYNOPSIS" to .sp  are removed. But some systems do not
add a .sp after the SYNOPSIS, so they remove the entire rest of
the document.

Instead of testing for .sp, test for "ignore" since that is in the
document and is known to be there.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: Added trace-cmd.dat.5.txt</title>
<updated>2010-03-26T19:11:23+00:00</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-03-26T19:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=aa77b2d95d404e9e0e1e9687f69a5fd70db6bc11'/>
<id>aa77b2d95d404e9e0e1e9687f69a5fd70db6bc11</id>
<content type='text'>
Added a documentation man page on the format of the trace.dat file.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a documentation man page on the format of the trace.dat file.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Make the man pages build number dependent</title>
<updated>2010-03-26T04:29:13+00:00</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-03-26T04:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=46b673123d4dc4a03b4273ff1734772c6a618624'/>
<id>46b673123d4dc4a03b4273ff1734772c6a618624</id>
<content type='text'>
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 &lt;rostedt@goodmis.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;rostedt@goodmis.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
