Commit faad6726 authored by lenz@mysql.com's avatar lenz@mysql.com

Distribution cleanups:

 - added Dummy file Docs/manual_toc.html to make "make dist" happy if the
   real manual.texi has not been copied into Docs/ (which would make sure
   a "real" manual_toc.html would be created
 - fixed symlinking in the bdb subdirectory (docs are not included anyway)
 - added dist-hook to Makefile.am to remove superfluous SCCS directories
   from the source distribution
parent ac8f4677
<html>
<head>
<title>Place holder for manual_toc.html</title>
</head>
<body>
This is just a place holder for the autogenerated manual_toc.html
to make "make dist" happy.
</body>
</html>
......@@ -79,6 +79,10 @@ init-db: all
bin-dist: all
$(top_builddir)/scripts/make_binary_distribution @MAKE_BINARY_DISTRIBUTION_OPTIONS@
# Remove BK's "SCCS" subdirectories from source distribution
dist-hook:
rm -rf `find $(distdir) -type d -name SCCS`
tags:
support-files/build-tags
.PHONY: init-db bin-dist
......
......@@ -28,46 +28,46 @@ build db_stat/tags ../dist/tags
build db_upgrade/tags ../dist/tags
build db_verify/tags ../dist/tags
build dbm/tags ../dist/tags
build docs_src/api_cxx/Makefile ../api_c/Makefile
build docs_src/api_cxx/m4.seealso ../api_c/m4.seealso
build docs_src/api_cxx/spell.ok ../api_c/spell.ok
build docs_src/api_java/Makefile ../api_c/Makefile
build docs_src/api_java/java_index.so ../api_cxx/cxx_index.so
build docs_src/api_java/m4.seealso ../api_c/m4.seealso
build docs_src/api_java/spell.ok ../api_c/spell.ok
build docs_src/api_tcl/spell.ok ../api_c/spell.ok
build docs_src/ref/am/spell.ok ../spell.ok
build docs_src/ref/am_conf/spell.ok ../spell.ok
build docs_src/ref/arch/spell.ok ../spell.ok
build docs_src/ref/build_unix/spell.ok ../spell.ok
build docs_src/ref/build_vxworks/spell.ok ../spell.ok
build docs_src/ref/build_win/spell.ok ../spell.ok
build docs_src/ref/cam/spell.ok ../spell.ok
build docs_src/ref/debug/spell.ok ../spell.ok
build docs_src/ref/distrib/spell.ok ../spell.ok
build docs_src/ref/dumpload/spell.ok ../spell.ok
build docs_src/ref/env/spell.ok ../spell.ok
build docs_src/ref/install/spell.ok ../spell.ok
build docs_src/ref/intro/spell.ok ../spell.ok
build docs_src/ref/java/spell.ok ../spell.ok
build docs_src/ref/lock/spell.ok ../spell.ok
build docs_src/ref/log/spell.ok ../spell.ok
build docs_src/ref/mp/spell.ok ../spell.ok
build docs_src/ref/perl/spell.ok ../spell.ok
build docs_src/ref/program/spell.ok ../spell.ok
build docs_src/ref/refs/spell.ok ../spell.ok
build docs_src/ref/rpc/spell.ok ../spell.ok
build docs_src/ref/sendmail/spell.ok ../spell.ok
build docs_src/ref/simple_tut/spell.ok ../spell.ok
build docs_src/ref/tcl/spell.ok ../spell.ok
build docs_src/ref/test/spell.ok ../spell.ok
build docs_src/ref/transapp/spell.ok ../spell.ok
build docs_src/ref/txn/spell.ok ../spell.ok
build docs_src/ref/upgrade.2.0/spell.ok ../spell.ok
build docs_src/ref/upgrade.3.0/spell.ok ../spell.ok
build docs_src/ref/upgrade.3.1/spell.ok ../spell.ok
build docs_src/ref/upgrade.3.2/spell.ok ../spell.ok
build docs_src/ref/xa/spell.ok ../spell.ok
# build docs_src/api_cxx/Makefile ../api_c/Makefile
# build docs_src/api_cxx/m4.seealso ../api_c/m4.seealso
# build docs_src/api_cxx/spell.ok ../api_c/spell.ok
# build docs_src/api_java/Makefile ../api_c/Makefile
# build docs_src/api_java/java_index.so ../api_cxx/cxx_index.so
# build docs_src/api_java/m4.seealso ../api_c/m4.seealso
# build docs_src/api_java/spell.ok ../api_c/spell.ok
# build docs_src/api_tcl/spell.ok ../api_c/spell.ok
# build docs_src/ref/am/spell.ok ../spell.ok
# build docs_src/ref/am_conf/spell.ok ../spell.ok
# build docs_src/ref/arch/spell.ok ../spell.ok
# build docs_src/ref/build_unix/spell.ok ../spell.ok
# build docs_src/ref/build_vxworks/spell.ok ../spell.ok
# build docs_src/ref/build_win/spell.ok ../spell.ok
# build docs_src/ref/cam/spell.ok ../spell.ok
# build docs_src/ref/debug/spell.ok ../spell.ok
# build docs_src/ref/distrib/spell.ok ../spell.ok
# build docs_src/ref/dumpload/spell.ok ../spell.ok
# build docs_src/ref/env/spell.ok ../spell.ok
# build docs_src/ref/install/spell.ok ../spell.ok
# build docs_src/ref/intro/spell.ok ../spell.ok
# build docs_src/ref/java/spell.ok ../spell.ok
# build docs_src/ref/lock/spell.ok ../spell.ok
# build docs_src/ref/log/spell.ok ../spell.ok
# build docs_src/ref/mp/spell.ok ../spell.ok
# build docs_src/ref/perl/spell.ok ../spell.ok
# build docs_src/ref/program/spell.ok ../spell.ok
# build docs_src/ref/refs/spell.ok ../spell.ok
# build docs_src/ref/rpc/spell.ok ../spell.ok
# build docs_src/ref/sendmail/spell.ok ../spell.ok
# build docs_src/ref/simple_tut/spell.ok ../spell.ok
# build docs_src/ref/tcl/spell.ok ../spell.ok
# build docs_src/ref/test/spell.ok ../spell.ok
# build docs_src/ref/transapp/spell.ok ../spell.ok
# build docs_src/ref/txn/spell.ok ../spell.ok
# build docs_src/ref/upgrade.2.0/spell.ok ../spell.ok
# build docs_src/ref/upgrade.3.0/spell.ok ../spell.ok
# build docs_src/ref/upgrade.3.1/spell.ok ../spell.ok
# build docs_src/ref/upgrade.3.2/spell.ok ../spell.ok
# build docs_src/ref/xa/spell.ok ../spell.ok
build env/tags ../dist/tags
build examples_c/tags ../dist/tags
build examples_cxx/tags ../dist/tags
......
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