]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
authorJohn Mandereau <john.mandereau@gmail.com>
Sat, 7 Jun 2008 18:20:22 +0000 (20:20 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Sat, 7 Jun 2008 18:20:22 +0000 (20:20 +0200)
* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  Compile fix.
  Remove separate midi chapter.
  Move midi info into input.itely.
  GDP: Section names in NR3
  Add todo from issue tracker.
  Clean the snippets when running "make test-clean"
  Fix 213.
  LSR: update.
  Tidy up some comments.
  Add predefs for chords.
  Minor snippet edits.
  Corrections to grob property descriptions.
  Fix repeatCommands volta markup.
  Fix 65.
  Spelling fixes.
  Update from Ralph.
  Implementation of international standard paper sizes.
  New snippet from Patrick
  Update markup command snippets.

ROADMAP
stepmake/stepmake/debian-rules.make [deleted file]
stepmake/stepmake/debian-targets.make [deleted file]
stepmake/stepmake/debian-vars.make [deleted file]
stepmake/stepmake/intlrules.make [deleted file]
stepmake/stepmake/pod-rules.make [deleted file]
stepmake/stepmake/pod-vars.make [deleted file]

diff --git a/ROADMAP b/ROADMAP
index 0450cbd9f11e5b439fd5ab822354e8b1f91232f1..59a4fbecbd2c0b2d612a2665a4c133b7b3da226d 100644 (file)
--- a/ROADMAP
+++ b/ROADMAP
@@ -19,10 +19,8 @@ source files.
                        (README.txt, INSTALL.txt, NEWS.txt etc.)
        user/           User manuals
        po/              translated manual node names
-       fr/              docs translated to French.
+       fr/ es/ de/      docs translated to French, Spanish, German resp.
    buildscripts/       Scripts for the build process
-   cygwin/             Cygwin (Windows) package support
-   debian/             Debian package support
    elisp/              Emacs LilyPond mode and syntax coloring
    flower/             A simple c++ library
        include/
@@ -33,6 +31,8 @@ source files.
        mutopia/                Real music, more at www.mutopiaproject.org
        new/         Snippets which are too new for LSR
        regression/     Testing of features, one test per file
+       texidocs/    Translations of texidoc and doctitle fields
+                    (for input/lsr)
        tutorial/       Examples from the tutorial 
    lily/               C++ sources for LilyPond (lilypond-bin)
      include/
diff --git a/stepmake/stepmake/debian-rules.make b/stepmake/stepmake/debian-rules.make
deleted file mode 100644 (file)
index 11638b9..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-$(outdir)/%: %
-       rm -f $@
-       ln $< $@
-
-$(outdir)/%: $(doc-dir)/%.in
-       rm -f $@
-       cat $< | sed 's%^% %' > $@
diff --git a/stepmake/stepmake/debian-targets.make b/stepmake/stepmake/debian-targets.make
deleted file mode 100644 (file)
index 73d27e6..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-
-default: $(OUTCONF_FILES)
-
-
-# local-dist: default
diff --git a/stepmake/stepmake/debian-vars.make b/stepmake/stepmake/debian-vars.make
deleted file mode 100644 (file)
index e032d7e..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# empty
-
diff --git a/stepmake/stepmake/intlrules.make b/stepmake/stepmake/intlrules.make
deleted file mode 100644 (file)
index 8a44f88..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-LIBINTL=$(outdir)/libintl.a
-check-lib-intl:
-       $(MAKE) -C $(depth)/intl lib
-
-include $(stepdir)/c.make
-
diff --git a/stepmake/stepmake/pod-rules.make b/stepmake/stepmake/pod-rules.make
deleted file mode 100644 (file)
index 8842736..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-
-.SUFFIXES: .1 .5 .html .pod .txt
-
-pod2html=pod2html
-pod2groff=pod2man --center="$(PACKAGE_NAME) documentation" --section="0"\
-       --release="$(PACKAGE_NAME) $(VERSION)" $< > $@
-
-
-# perl 5.003/4
-POD2HTML_5003=$(POD2HTML) $< ; mv $(notdir $@) $(outdir)/ || true
-# urg, broken.  if you must have perl 5004, better install pod2html from 5003
-POD2HTML_5004=$(POD2HTML) --noindex --infile $< --outfile=$@;  sh $(depth)/bin/add-URLs.sh $@
-
-do_pod2html=$($(POD2HTML_VERSION))
-
-$(outdir)/%.html: $(outdir)/%.pod
-       $(do_pod2html)
-
-$(outdir)/%.pod: %.pod
-       cp $< $@
-
-$(outdir)/%.5: %.pod
-       $(pod2groff)
-
-$(outdir)/%.1: %.pod
-       $(pod2groff)
-
-$(outdir)/%.1: $(outdir)/%.pod
-       -$(pod2groff)
-
diff --git a/stepmake/stepmake/pod-vars.make b/stepmake/stepmake/pod-vars.make
deleted file mode 100644 (file)
index af195dc..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-POD_FILES := $(call src-wildcard,*.pod)
-
-OUTPOD_FILES = $(addprefix $(outdir)/,$(POD_FILES))