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
a1a5122e
Commit
a1a5122e
authored
Oct 13, 2014
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix out-of-tree make dist
parent
a6dc0f80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
Makefile.am
doc/graphviz/Makefile.am
+17
-2
No files found.
doc/graphviz/Makefile.am
View file @
a1a5122e
# Makefile for graphviz outputs
# Makefile for graphviz outputs
#
# for an out-of-tree build, sphinx needs the output in builddir
# XXX is there a better way to do this?
.PHONY
:
link_srcdir
link_srcdir
:
if
test
"x
$(srcdir)
"
!=
"x
$(builddir)
"
&&
\
test
!
-f
cache_http1_fsm.svg
;
then
\
d
=
`
pwd
`
/
$(builddir)
;
\
cd
$(srcdir)
&&
find
.
-name
\*
.svg
-type
f |
\
cpio
-ldmp
$$
{
d
}
;
\
fi
dist-hook
:
$(MAKE)
html
# You can set these variables from the command line.
# You can set these variables from the command line.
# this is a4, letter is 8.5,11
# this is a4, letter is 8.5,11
...
@@ -19,7 +34,7 @@ SVGS = \
...
@@ -19,7 +34,7 @@ SVGS = \
pdf
:
$(PDFS)
pdf
:
$(PDFS)
html
:
$(SVGS)
html
:
$(SVGS)
link_srcdir
endif
endif
...
...
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