guix-commits
[Top][All Lists]
Advanced

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

02/03: talks: icg-2018: Remove useless Makefile rules.


From: Ricardo Wurmus
Subject: 02/03: talks: icg-2018: Remove useless Makefile rules.
Date: Thu, 27 Dec 2018 15:58:30 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit eb985a04695c3be2734fcff4b34db1727bcc6349
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 27 21:56:40 2018 +0100

    talks: icg-2018: Remove useless Makefile rules.
---
 talks/icg-2018/Makefile | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/talks/icg-2018/Makefile b/talks/icg-2018/Makefile
index 24b38ff..e918954 100644
--- a/talks/icg-2018/Makefile
+++ b/talks/icg-2018/Makefile
@@ -30,20 +30,5 @@ GS = 
/gnu/store/daqmrbimydz948sd3gl75lslqq2sq7yj-ghostscript-9.22/bin/gs
 slides.pdf: $(addsuffix .pdf, ${SLIDES} ${BONUS})
        ${GS} -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=$@ $^
 
-# big-graph.svg: images/coreutils-bag-graph.dot
-#      dot -Tsvg -Gratio=.7 -o big-graph.svg $^
-
-big-graph.pdf: big-graph.svg
-       inkscape -z --export-background="#e6e6e6ff" --export-dpi=300 
--export-pdf=$@ $<
-
-graph.pdf: big-graph.pdf
-       gs -o $@ \
-               -sDEVICE=pdfwrite \
-        -g1920x1080 \
-               -dFIXEDMEDIA \
-               -dPDFFitPage \
-               -dCompatibilityLevel=1.4 \
-               $^
-
 %.pdf: %.svg
        inkscape -z --export-dpi=300 --export-pdf=$@ $<



reply via email to

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