From bc10f6292d576fd4e60a60addaf73b63e4c39356 Mon Sep 17 00:00:00 2001 From: Glen Prideaux Date: Fri, 2 Jul 1999 07:45:09 -0700 Subject: [PATCH] patch::: 1.1.52.gp1: Patch to make doc++ work pl 52.gp1 - bf: make doc++ corrected to only include *.h and *.hh files. ************ --- Documentation/topdocs/AUTHORS.yo | 2 ++ NEWS | 3 +++ VERSION | 2 +- stepmake/bin/tar-docxx.sh | 2 +- stepmake/stepmake/yodl-rules.make | 6 +++--- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Documentation/topdocs/AUTHORS.yo b/Documentation/topdocs/AUTHORS.yo index f5499af35b..5a1bb4b6cd 100644 --- a/Documentation/topdocs/AUTHORS.yo +++ b/Documentation/topdocs/AUTHORS.yo @@ -40,6 +40,8 @@ it()nemail(Alexandre Oliva)(oliva@dcc.unicamp.br), testing it()nemail(Franc,ois Pinard)(pinard@iro.umontreal.ca), parts of Documentation/Vocab*, started internationalization stuff +it()nemail(Glen Prideaux)(glenprideaux@iname.com), + minor bug fix to script used to generate doc++ documentation it()nemail(Jeffrey B. Reed)(daboys@austin.rr.com), Windows-NT support. it()Shay Rojanski diff --git a/NEWS b/NEWS index 95b2f1cbca..2ab931ebe5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +pl 52.gp1 + - bf: make doc++ corrected to only include *.h and *.hh files. +************ pl 51.uu2 - grace note flags, move Lookup::flag into Stem - faq updates: doc++, Matt's page diff --git a/VERSION b/VERSION index 2284fb9a18..d80cfa0a64 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=1 PATCH_LEVEL=52 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=gp1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/stepmake/bin/tar-docxx.sh b/stepmake/bin/tar-docxx.sh index 9d20383a20..c1ba5322f3 100644 --- a/stepmake/bin/tar-docxx.sh +++ b/stepmake/bin/tar-docxx.sh @@ -30,7 +30,7 @@ TAROUTDIR=/tmp/tar-docxx rm -rf $TAROUTDIR mkdir -p $TAROUTDIR echo untarring ... -tar -C $TAROUTDIR -zxf $TARBALL '*cc' '*.c' '*.hh' '*.h' +tar -C $TAROUTDIR -zxf $TARBALL '*.hh' '*.h' cd $TAROUTDIR DATE=`date` diff --git a/stepmake/stepmake/yodl-rules.make b/stepmake/stepmake/yodl-rules.make index 30b4468f8f..78811f5d1f 100644 --- a/stepmake/stepmake/yodl-rules.make +++ b/stepmake/stepmake/yodl-rules.make @@ -22,7 +22,7 @@ $(outdir)/%.texinfo: %.yo $(YODL2TEXINFO) -doutdir=$(outdir) --live-data=3 -o $@ $< $(outdir)/%.txt: %.yo -# $(YODL2TXT) -doutdir=$(outdir) --live-data=3 -o $@ $< - $(YODL2MSLESS) -doutdir=$(outdir) --live-data=3 $< > $@ - rm -f $(basename $<).ms + $(YODL2TXT) -doutdir=$(outdir) --live-data=3 -o $@ $< +# $(YODL2MSLESS) -doutdir=$(outdir) --live-data=3 $< > $@ +# rm -f $(basename $<).ms -- 2.39.5