]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Variables.make
release: 0.1.7
[lilypond.git] / make / Variables.make
index b601cbd8a45afdafcda3a59979463583f4869d01..c1a022fa1981a41f4f3399c1ee8644caecb2f74c 100644 (file)
@@ -157,9 +157,6 @@ RANLIB_COMMAND=$(RANLIB) $@
 
 DO_CXX_COMPILE=$(DODEP)\
        $(CXX) -c $(CXXFLAGS) $(CXX_OUTPUT_OPTION) 
-# "CC = $(CC)"
-# "CXX = $(CXX)"
-#
 
 # linker:
 #
@@ -205,7 +202,8 @@ DOCDIR=$(depth)/$(outdir)
 
 # .hh should be first. Don't know why
 # take some trouble to auto ignore sources and obsolete stuff.
-progdocs=$(shell $(FIND) ./ -name '*.hh' |egrep -v '$(OUTDIR_NAME)') $(shell $(FIND) ./ -name '*.cc'|egrep -v '$(OUTDIR_NAME)')
+progdocs=$(shell $(FIND) ./ -name '*.hh' |egrep -v '$(OUTDIR_NAME)') \
+       $(shell $(FIND) ./ -name '*.cc' |egrep -v '$(OUTDIR_NAME)') \
 
 
 pod2html=pod2html
@@ -221,3 +219,7 @@ endif
 # substitute $(STRIP) in Site.make if you want stripping
 DO_STRIP=true
 
+
+docxx-opts=-S -k -p
+docxx=doc++
+