summaryrefslogtreecommitdiff
path: root/doc.am
Commit message (Collapse)AuthorAge
* doc: Build guix-daemon man page.Ludovic Courtès2015-06-03
| | | | | * doc.am (doc/guix-daemon.1): New target. (dist_man1_MANS): Add it.
* build: Build and install manual pages.Ludovic Courtès2015-06-01
| | | | | | | * configure.ac: Use 'AM_MISSING_PROG' for 'help2man'. * doc.am (subcommand-manual-target, SUBCOMMANDS, dist_man1_MANS): New variables. (doc/guix-$(1).1, doc/guix.1): New targets.
* doc: Show both the "bare-bones" and the "desktop" configurations.Ludovic Courtès2015-05-09
| | | | | | | | | | | | * doc/guix.texi (System Installation): Add xref to "Using the Configuration System" instead of including one here. (Using the Configuration System): Remove first example, and include os-config-bare-bones.texi instead. Include os-config-desktop.texi as a second example. * doc.am (OS_CONFIG_EXAMPLES_TEXI): New variable. (BUILT_SOURCES, EXTRA_DIST, MAINTAINERCLEANFILES): Use it. (doc/os-config.texi): Remove. (doc/os-config-%.texi): New target.
* doc: Rename OS config example.Ludovic Courtès2015-05-09
| | | | | | | | | * gnu/system/os-config.tmpl: Rename to... * gnu/system/examples/bare-bones.tmpl: ... this. * Makefile.am (EXAMPLES): Adjust accordingly. * doc.am (doc/os-config.texi): Likewise. * gnu/system/install.scm (configuration-template-service)[template]: Likewise.
* build: Add doc/emacs.texi to the distribution.Ludovic Courtès2014-11-17
| | | | * doc.am (EXTRA_DIST): Add doc/emacs.texi.
* doc: Make sure out-of-source-tree builds find os-config.tmpl.Ludovic Courtès2014-07-24
| | | | | | | | | * 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.
* build: Build the bootstrap-graph.{png,eps,pdf} under $(top_srcdir).Ludovic Courtès2013-10-18
| | | | | | | | | | Fixes <http://bugs.gnu.org/15640>. Reported by Eric Bavier <ericbavier@gmail.com>. * 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.
* build: Have `pdf' depend on the PDF image.Ludovic Courtès2013-08-29
| | | | | | * doc.am (DOT_OPTIONS): Remove `-Tpng'. (.dot.pdf): New rule. (pdf-local): Depend on the .pdf.
* build: Use `missing' for `dot'.Ludovic Courtès2013-08-29
| | | | | * configure.ac: Substitute `DOT'. * doc.am (.dot.png, .dot.eps): Use $(DOT).
* build: Build docs from the top-level Makefile.Ludovic Courtès2013-08-29
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.