Commit 5ade517a authored by unknown's avatar unknown

Ensure that man pages for "embedded" are included in the source.tar.gz

This fixes bug#34145.


BUILD/compile-dist:
  If the call to "configure" does not specify the "embedded" server,
  all man pages for "embedded" will be deleted:
  Re-add "--with-embedded-server".
  
  This fixes bug#34145.
parent 016f33c8
...@@ -39,6 +39,8 @@ then ...@@ -39,6 +39,8 @@ then
fi fi
# Make sure to enable all features that affect "make dist" # Make sure to enable all features that affect "make dist"
# Remember that configure restricts the man pages to the configured features !
./configure \ ./configure \
--with-embedded-server \
--with-ndbcluster --with-ndbcluster
make make
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