]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Variables.make
release: 0.0.72pre
[lilypond.git] / make / Variables.make
index fb024505012be0835252fb303bf51c5af92bd36b..337598ff3061eb6c52a7942cbb9dd1bc80ca096c 100644 (file)
@@ -188,7 +188,7 @@ DOCDIR=$(depth)/$(outdir)
 
 # .hh should be first. Don't know why
 # take some trouble to vauto ignore sources and obsolete stuff.
-progdocs=$(shell find ./ -name '*.hh' |egrep -v 'obsolete/|out/') $(shell find -name '*.cc'|egrep -v 'out/|obsolete/')
+progdocs=$(shell $(FIND) ./ -name '*.hh' |egrep -v 'obsolete/|out/') $(shell $(FIND) ./ -name '*.cc'|egrep -v 'out/|obsolete/')
 
 
 pod2html=pod2html