Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
1c68d1d4
Commit
1c68d1d4
authored
May 03, 2016
by
Federico G. Schwindt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build with bmake
parent
1deaabad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Makefile.am
doc/graphviz/Makefile.am
+4
-2
No files found.
doc/graphviz/Makefile.am
View file @
1c68d1d4
# Makefile for graphviz outputs
SUFFIXES
:
.dot .pdf .svg
# for an out-of-tree build, sphinx needs the output in builddir
# XXX is there a better way to do this?
...
...
@@ -54,7 +56,7 @@ else
@DOT@
-Tpdf
-Gsize
=
$(SIZE)
-Grotate
=
90
$<
>
$@
endif
%.pdf
:
%.dot
.dot.pdf
:
if
!
HAVE_DOT
@
echo
==================================================
@echo
You
need
graphviz
installed
to
generate
pdf
output
...
...
@@ -64,7 +66,7 @@ else
@DOT@
-Tpdf
-Gsize
=
$(SIZE)
$<
>
$@
endif
%.svg
:
%.dot
.dot.svg
:
if
!
HAVE_DOT
@
echo
==================================================
@echo
You
need
graphviz
installed
to
generate
svg
output
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment