]> git.donarmstrong.com Git - lilypond.git/blob - bin/make-docxx.sh
release: 0.1.41
[lilypond.git] / bin / make-docxx.sh
1 #!/bin/sh
2 if [ x$LILYTOP = x ];
3 then
4     LILYTOP = .
5 fi
6 p1=`find $LILYTOP -name '*.hh' |egrep -v out/` 
7 p2=`find $LILYTOP -name '*.cc' |egrep -v out/`
8 doc++ -d docxx/ -S -k -p $BANNEROPT $p1 $p2