Commit e18d4add authored by Rich Prohaska's avatar Rich Prohaska

add man/texi to the build list. closes #563

git-svn-id: file:///svn/tokudb@2964 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6d19a93e
...@@ -3,9 +3,10 @@ TAGS: */*.c */*.h ...@@ -3,9 +3,10 @@ TAGS: */*.c */*.h
SRCDIRS = newbrt src src/tests src/range_tree src/range_tree/tests src/lock_tree src/lock_tree/tests cxx cxx/tests \ SRCDIRS = newbrt src src/tests src/range_tree src/range_tree/tests src/lock_tree src/lock_tree/tests cxx cxx/tests \
utils db-benchmark-test db-benchmark-test-cxx utils db-benchmark-test db-benchmark-test-cxx
BUILDDIRS = $(SRCDIRS) man/texi
build: build:
for d in $(SRCDIRS); do (cd $$d; $(MAKE) -k); done for d in $(BUILDDIRS); do (cd $$d; $(MAKE) -k); done
CHECKS = $(patsubst %,checkdir_%,$(SRCDIRS)) CHECKS = $(patsubst %,checkdir_%,$(SRCDIRS))
......
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