<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/doc.am, branch v0.8</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>build: Add doc/emacs.texi to the distribution.</title>
<updated>2014-11-17T17:58:38+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2014-11-17T17:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=c6fabc5e5798b9ab42578d0f98df77651137953c'/>
<id>c6fabc5e5798b9ab42578d0f98df77651137953c</id>
<content type='text'>
* doc.am (EXTRA_DIST): Add doc/emacs.texi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc.am (EXTRA_DIST): Add doc/emacs.texi.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Make sure out-of-source-tree builds find os-config.tmpl.</title>
<updated>2014-07-24T21:50:55+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2014-07-24T21:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=931c132a58d86287d7a73964f9731a3b578538cc'/>
<id>931c132a58d86287d7a73964f9731a3b578538cc</id>
<content type='text'>
* Makefile.am (BUILT_SOURCES): New variable.
* daemon.am (BUILT_SOURCES): Use +=.
* doc.am (BUILT_SOURCES, MAINTAINERCLEANFILES, EXTRA_DIST): Add
  doc/os-config.texi.
  (doc/os-config.texi): New target.
* doc/guix.texi (System Installation): Include os-config.texi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.am (BUILT_SOURCES): New variable.
* daemon.am (BUILT_SOURCES): Use +=.
* doc.am (BUILT_SOURCES, MAINTAINERCLEANFILES, EXTRA_DIST): Add
  doc/os-config.texi.
  (doc/os-config.texi): New target.
* doc/guix.texi (System Installation): Include os-config.texi.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Build the bootstrap-graph.{png,eps,pdf} under $(top_srcdir).</title>
<updated>2013-10-18T20:05:39+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-10-18T20:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=02c72d167116fb56360cbe7f9b80a8b33284ae6f'/>
<id>02c72d167116fb56360cbe7f9b80a8b33284ae6f</id>
<content type='text'>
Fixes &lt;http://bugs.gnu.org/15640&gt;.
Reported by Eric Bavier &lt;ericbavier@gmail.com&gt;.

* doc.am (EXTRA_DIST): Add doc/images/bootstrap-graph.pdf to the
  distribution.
  (pdf-local, info-local, ps-local): Prepend $(top_srcdir) to the image
  file names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes &lt;http://bugs.gnu.org/15640&gt;.
Reported by Eric Bavier &lt;ericbavier@gmail.com&gt;.

* doc.am (EXTRA_DIST): Add doc/images/bootstrap-graph.pdf to the
  distribution.
  (pdf-local, info-local, ps-local): Prepend $(top_srcdir) to the image
  file names.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Have `pdf' depend on the PDF image.</title>
<updated>2013-08-29T19:58:53+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-08-29T19:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=54461ce7ebce234829786f5420aa780d54f135aa'/>
<id>54461ce7ebce234829786f5420aa780d54f135aa</id>
<content type='text'>
* doc.am (DOT_OPTIONS): Remove `-Tpng'.
  (.dot.pdf): New rule.
  (pdf-local): Depend on the .pdf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc.am (DOT_OPTIONS): Remove `-Tpng'.
  (.dot.pdf): New rule.
  (pdf-local): Depend on the .pdf.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Use `missing' for `dot'.</title>
<updated>2013-08-29T19:58:53+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-08-29T19:50:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=cb9e50f618081275b50489943d5655abfb85c84d'/>
<id>cb9e50f618081275b50489943d5655abfb85c84d</id>
<content type='text'>
* configure.ac: Substitute `DOT'.
* doc.am (.dot.png, .dot.eps): Use $(DOT).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.ac: Substitute `DOT'.
* doc.am (.dot.png, .dot.eps): Use $(DOT).
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Build docs from the top-level Makefile.</title>
<updated>2013-08-29T19:58:52+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-08-29T19:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a9424c0887f688e812e498a2556df4b1d9218268'/>
<id>a9424c0887f688e812e498a2556df4b1d9218268</id>
<content type='text'>
This undoes commit 575ed8d ("doc: Create own Makefile.am in subdirectory."),
and fixes a bug whereby "make pdf" or "make ps" wouldn't do anything.

* doc/Makefile.am: Remove.
* doc.am: New file.  Use `-local' rules to build the image.
* Makefile.am: Include it.
* configure.ac: Use `-Woverride' to avoid undesired overridding of
  Automake rules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This undoes commit 575ed8d ("doc: Create own Makefile.am in subdirectory."),
and fixes a bug whereby "make pdf" or "make ps" wouldn't do anything.

* doc/Makefile.am: Remove.
* doc.am: New file.  Use `-local' rules to build the image.
* Makefile.am: Include it.
* configure.ac: Use `-Woverride' to avoid undesired overridding of
  Automake rules.
</pre>
</div>
</content>
</entry>
</feed>
