<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Run a Shell Command in a Makefile</title>
	<atom:link href="http://blog.lundscape.com/2009/11/run-a-shell-command-in-a-makefile/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lundscape.com/2009/11/run-a-shell-command-in-a-makefile/</link>
	<description>The Linux Journey</description>
	<lastBuildDate>Sat, 03 Dec 2011 18:39:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aaron Gember</title>
		<link>http://blog.lundscape.com/2009/11/run-a-shell-command-in-a-makefile/comment-page-1/#comment-2855</link>
		<dc:creator>Aaron Gember</dc:creator>
		<pubDate>Tue, 26 Jan 2010 04:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lundscape.com/?p=261#comment-2855</guid>
		<description>This is also helpful for use with xfig and gnuplot, in conjunction with LaTeX.

You can create PDFs of graphs using:
&lt;pre&gt;
%.pdf: %.p
    gnuplot $&lt;
    epstopdf ${@:.pdf=.eps}
&lt;/pre&gt;

You can create PDFs from xfig files using:
&lt;pre&gt;
%.pdf: %.fig
    fig2dev -L pdf $&lt; ${@:.fig=.pdf}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>This is also helpful for use with xfig and gnuplot, in conjunction with LaTeX.</p>
<p>You can create PDFs of graphs using:</p>
<pre>
%.pdf: %.p
    gnuplot $&lt;
    epstopdf ${@:.pdf=.eps}
</pre>
<p>You can create PDFs from xfig files using:</p>
<pre>
%.pdf: %.fig
    fig2dev -L pdf $&lt; ${@:.fig=.pdf}
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

