Commit 1f31dc1c authored by Lasse Karstensen's avatar Lasse Karstensen

Revert part of ac3bbf09. (install / cp)

The real issue was a missing reference/, which the additional
requirement should take care of.

Note to future self: install -D is something entirely different
on BSD systems.
parent 4e3aa514
......@@ -149,11 +149,11 @@ reference:
BUILT_SOURCES += reference
reference/vmod_std.generated.rst: reference $(top_builddir)/lib/libvmod_std/vmod_std.rst
install -D $(top_builddir)/lib/libvmod_std/vmod_std.rst $@
cp $(top_builddir)/lib/libvmod_std/vmod_std.rst $@
BUILT_SOURCES += reference/vmod_std.generated.rst
reference/vmod_directors.generated.rst: reference $(top_builddir)/lib/libvmod_directors/vmod_directors.rst
install -D $(top_builddir)/lib/libvmod_directors/vmod_directors.rst $@
cp $(top_builddir)/lib/libvmod_directors/vmod_directors.rst $@
BUILT_SOURCES += reference/vmod_directors.generated.rst
EXTRA_DIST += $(BUILT_SOURCES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment