diff --git a/Makefile.am b/Makefile.am index 6eb4c0f..710f708 100644 --- a/Makefile.am +++ b/Makefile.am @@ -210,9 +210,9 @@ DOT_OPTIONS = \ dot -Teps $(DOT_OPTIONS) < "$<" > "$@.tmp" mv "$@.tmp" "$@" -doc/guix.pdf: doc/images/bootstrap-graph.png -doc/guix.info: doc/images/bootstrap-graph.png -doc/guix.ps: doc/images/bootstrap-graph.eps +# doc/guix.pdf: doc/images/bootstrap-graph.png +# doc/guix.info: doc/images/bootstrap-graph.png +# doc/guix.ps: doc/images/bootstrap-graph.eps if BUILD_DAEMON