[4.1] c77a373 Fix distcheck on FreeBSD and possible other BSDs

Lasse Karstensen lkarsten at varnish-software.com
Tue Jun 14 11:42:09 CEST 2016


commit c77a37376df30c8b1c66ee78c51ba55cf1c3dd16
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Wed May 4 06:59:56 2016 +0100

    Fix distcheck on FreeBSD and possible other BSDs

diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index e47a60d..41c02a3 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -174,3 +174,5 @@ BUILT_SOURCES += reference/vmod_directors.generated.rst
 
 EXTRA_DIST += $(BUILT_SOURCES)
 MAINTAINERCLEANFILES = $(EXTRA_DIST)
+
+.NOPATH: $(BUILT_SOURCES)
diff --git a/lib/libvarnishapi/Makefile.am b/lib/libvarnishapi/Makefile.am
index c7fb0e4..dc4252b 100644
--- a/lib/libvarnishapi/Makefile.am
+++ b/lib/libvarnishapi/Makefile.am
@@ -103,3 +103,5 @@ vsl_glob_test_SOURCES = \
 vsl_glob_test_LDADD = @PCRE_LIBS@ ${RT_LIBS} ${LIBM} libvarnishapi.la
 
 vsl_glob_test_CFLAGS = -I$(top_srcdir)/include
+
+.NOPATH: $(BUILT_SOURCES)
diff --git a/man/Makefile.am b/man/Makefile.am
index 0c93e1b..536d7a2 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -82,3 +82,5 @@ vmod_std.3: $(top_builddir)/lib/libvmod_std/vmod_std.man.rst
 
 vmod_directors.3: $(top_builddir)/lib/libvmod_directors/vmod_directors.man.rst
 	${RST2MAN} $(RST2ANY_FLAGS) $? $@
+
+.NOPATH: $(dist_man_MANS)



More information about the varnish-commit mailing list