diff options
| author | lmamane | 2009-02-11 09:14:20 +0000 |
|---|---|---|
| committer | lmamane | 2009-02-11 09:14:20 +0000 |
| commit | f1f56d9f8ea26b74227bf381ce581c9aadf75c27 (patch) | |
| tree | 2dabb59cd2b6e05b790be1dcf5bdbe812498ec1f /Makefile.build | |
| parent | 6afa8653207732d3cd0e9d5a2d77665369036bf0 (diff) | |
Convert all uses of FIND_VCS_CLAUSE to recommended style
(which allows to get rid of '-type f' hack)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11908 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build index d7957bde85..562228f853 100644 --- a/Makefile.build +++ b/Makefile.build @@ -714,7 +714,7 @@ install-latex: source-doc: if !(test -d $(SOURCEDOCDIR)); then mkdir $(SOURCEDOCDIR); fi $(OCAMLDOC) -html -rectypes $(LOCALINCLUDES) -d $(SOURCEDOCDIR) \ - `find . $(FIND_VCS_CLAUSE) -name "*.ml"` + `find . $(FIND_VCS_CLAUSE) '(' -name '*.ml' ')' -print` ########################################################################### |
