guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/09: build: Build coreutils-size-map.eps for the sake of the PS and DV


From: Ludovic Courtès
Subject: 04/09: build: Build coreutils-size-map.eps for the sake of the PS and DVI outputs.
Date: Sun, 19 Jul 2015 20:28:24 +0000

civodul pushed a commit to branch master
in repository guix.

commit 66c8ea47387e28624168f3c6e3c3d17d4127f7ce
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jul 19 21:55:21 2015 +0200

    build: Build coreutils-size-map.eps for the sake of the PS and DVI outputs.
    
    * doc.am (EXTRA_DIST): Add coreutils-size-map.eps.
      (.png.eps): New rule.
      (ps-local): Add dependency on coreutils-size-map.eps.
      (dvi-local): New target.
---
 doc.am |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/doc.am b/doc.am
index 8a65b8d..3de08e2 100644
--- a/doc.am
+++ b/doc.am
@@ -25,6 +25,7 @@ EXTRA_DIST +=                                 \
   doc/images/bootstrap-graph.dot               \
   doc/images/bootstrap-graph.eps               \
   doc/images/bootstrap-graph.pdf               \
+  doc/images/coreutils-size-map.eps            \
   doc/environment-gdb.scm
 
 OS_CONFIG_EXAMPLES_TEXI =                      \
@@ -63,12 +64,18 @@ DOT_OPTIONS =                                       \
        $(DOT) -Teps $(DOT_OPTIONS) < "$<" > "address@hidden"
        mv "address@hidden" "$@"
 
+.png.eps:
+       convert "$<" "address@hidden"
+       mv "address@hidden" "$@"
+
 # We cannot add new dependencies to `doc/guix.pdf' & co. (info "(automake)
 # Extending").  Using the `-local' rules is imperfect, because they may be
 # triggered after the main rule.  Oh, well.
 pdf-local: $(top_srcdir)/doc/images/bootstrap-graph.pdf
 info-local: $(top_srcdir)/doc/images/bootstrap-graph.png
-ps-local: $(top_srcdir)/doc/images/bootstrap-graph.eps
+ps-local: $(top_srcdir)/doc/images/bootstrap-graph.eps         \
+         $(top_srcdir)/doc/images/coreutils-size-map.eps
+dvi-local: ps-local
 
 
 # Manual pages.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]