[vlfeat] 30/44: [bugfix] doc.ma: make it work with recent versions of MATLAB
Dima Kogan
dima at secretsauce.net
Wed Sep 16 21:05:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
dkogan-guest pushed a commit to branch master
in repository vlfeat.
commit 96cb8158585a30094eb6038c41cb1b8c52efa095
Author: Andrea Vedaldi <vedaldi at gmail.com>
Date: Wed Jan 14 21:23:29 2015 +0000
[bugfix] doc.ma: make it work with recent versions of MATLAB
---
make/doc.mak | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/make/doc.mak b/make/doc.mak
index 88f5ab9..fdd1ea2 100644
--- a/make/doc.mak
+++ b/make/doc.mak
@@ -52,7 +52,7 @@ $(eval $(call gendir, results, results))
.PHONY: doc-deep
ifdef MATLAB_PATH
-doc-matlab: doc/matlab/helpsearch/deletable
+doc-matlab: doc/matlab/helpsearch-v2/segments.gen
endif
# use MATLAB to create the figures for the tutorials
@@ -67,11 +67,11 @@ doc-deep: all $(doc-dir) $(results-dir)
$(MAKE) doc
# make documentation searchable in MATLAB
-doc/matlab/helpsearch/deletable : doc/build/matlab/helpsearch/deletable $(doc-dir)
+doc/matlab/helpsearch-v2/segments.gen : doc/build/matlab/helpsearch-v2/segments.gen $(doc-dir)
cp -v doc/build/matlab/helptoc.xml doc/matlab/
- cp -rv doc/build/matlab/helpsearch doc/matlab/
+ cp -rv doc/build/matlab/helpsearch-v2 doc/matlab/
-doc/build/matlab/helpsearch/deletable: doc/build/matlab/helptoc.xml
+doc/build/matlab/helpsearch-v2/segments.gen: doc/build/matlab/helptoc.xml
$(MATLAB_EXE) -$(ARCH) -nodisplay -r "builddocsearchdb('doc/build/matlab/') ; exit"
# --------------------------------------------------------------------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vlfeat.git
More information about the debian-science-commits
mailing list