Bring manpages and usage messages up-to-date.
[openvswitch] / Make.vars
index ceef15b73f287d32c497e92b0989685f312ad0a0..98a9e4476011a4e0e406ccc17d34f9e680a678e6 100644 (file)
--- a/Make.vars
+++ b/Make.vars
@@ -17,3 +17,9 @@ AM_CFLAGS += -DRUNDIR=\"$(rundir)\"
 if !NDEBUG
 AM_LDFLAGS = -export-dynamic
 endif
+
+do_subst = sed -e 's,[@]pkidir[@],$(pkidir),g' \
+               -e 's,[@]rundir[@],$(rundir),g' \
+               -e 's,[@]PERL[@],$(PERL),g'
+ro_script = sed "`printf '1a\\' && printf '\\n\# -*- buffer-read-only: t -*-'`"
+ro_man = printf '.\\" Local variables:\n.\\" buffer-read-only: t\n.\\" End:\n'