
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>All My Brain &#187; Makefile</title>
	<atom:link href="http://allmybrain.com/tag/makefile/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Sat, 10 Jul 2010 17:08:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>GTK+ programs with GtkBuilder and dynamic signal handlers.</title>
		<link>http://allmybrain.com/2008/05/22/gtk-programs-with-gtkbuilder-and-dynamic-signal-handlers/</link>
		<comments>http://allmybrain.com/2008/05/22/gtk-programs-with-gtkbuilder-and-dynamic-signal-handlers/#comments</comments>
		<pubDate>Thu, 22 May 2008 19:31:04 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtk+]]></category>
		<category><![CDATA[GtkBuilder]]></category>
		<category><![CDATA[libglade]]></category>
		<category><![CDATA[Makefile]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=94</guid>
		<description><![CDATA[Well, I decided to review some GTK+ and Gnome development lately. With GTK+, a nice way to create a user interface is with the Glade Interface Designer. Glade produces an xml file with a glade-interface element that can be loaded by libglade. You can then change attributes of the user interface without having to recompile [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/05/22/gtk-programs-with-gtkbuilder-and-dynamic-signal-handlers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using a Makefile to generate Latex documents</title>
		<link>http://allmybrain.com/2008/03/31/using-a-makefile-to-generate-latex-documents/</link>
		<comments>http://allmybrain.com/2008/03/31/using-a-makefile-to-generate-latex-documents/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 15:28:39 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Makefile]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2008/03/31/using-a-makefile-to-generate-latex-documents/</guid>
		<description><![CDATA[So, you're using Latex to compile a paper, article, or book. If you have any type of table of contents, index, or bibliography, you've probably noticed that you have to run latex two (or sometimes 3) times to generate the final document. In addition, you probably have to run a conversion program to get your [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/03/31/using-a-makefile-to-generate-latex-documents/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
