From: fred Date: Sun, 24 Mar 2002 19:51:26 +0000 (+0000) Subject: lilypond-0.1.7 X-Git-Tag: release/1.5.59~4254 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e2d45ca25fa56ec9382b4d9136e157a5c3d0351b;p=lilypond.git lilypond-0.1.7 --- diff --git a/make/Variables.make b/make/Variables.make index b601cbd8a4..c1a022fa19 100644 --- a/make/Variables.make +++ b/make/Variables.make @@ -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++ +