]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.1.52.gp1: Patch to make doc++ work
authorGlen Prideaux <glenprideaux@iname.com>
Fri, 2 Jul 1999 14:45:09 +0000 (07:45 -0700)
committerGlen Prideaux <glenprideaux@iname.com>
Fri, 2 Jul 1999 14:45:09 +0000 (07:45 -0700)
pl 52.gp1
- bf: make doc++ corrected to only include *.h and *.hh files.
************

Documentation/topdocs/AUTHORS.yo
NEWS
VERSION
stepmake/bin/tar-docxx.sh
stepmake/stepmake/yodl-rules.make

index f5499af35b14957803134b3cb284454a02ae0e2b..5a1bb4b6cdadcb9fc940af824d1fecb5445ca49c 100644 (file)
@@ -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 95b2f1cbca56f32e565058f2ea42735599ec0dd0..2ab931ebe5cdd03eada2c0e0525f65fee81b3e57 100644 (file)
--- 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 2284fb9a188b02059e91ccfa67f8177d5b0ba574..d80cfa0a64c3113dde9f213d6e1ecfd1ea8166a4 100644 (file)
--- 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.
index 9d20383a2028b4924cc8a5c3f09dc31b231705d6..c1ba5322f375b928c40b06011db6f2724d03ed71 100644 (file)
@@ -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`
index 30b4468f8fd5bc7611a8ba1dcc1c876484e2d8ca..78811f5d1f40796fe442a203b89a7d2e28575d2e 100644 (file)
@@ -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