From 57c924883d38fe6d74de8987f32636a4c9078078 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 10 Aug 1998 19:22:47 +0000 Subject: [PATCH] lilypond-1.0.1 --- stepmake/NEWS | 246 ++++++++++++++++++++++++++++++++++++++ stepmake/bin/fake-yodl.sh | 33 +++++ 2 files changed, 279 insertions(+) create mode 100644 stepmake/NEWS create mode 100644 stepmake/bin/fake-yodl.sh diff --git a/stepmake/NEWS b/stepmake/NEWS new file mode 100644 index 0000000000..f837a4f572 --- /dev/null +++ b/stepmake/NEWS @@ -0,0 +1,246 @@ +pl 41 + - standard naming: _FILES + - use install-sh + - junked most check-X-deps + - standard naming: dir/out/library.a + - split C++ / C stuff in separate files. Moved out of default stuff + - automake.yo updates + - fake-yodl.sh + +pl 40 + - bf's: texinfo + - bf's: package-zip.sh for bash-2.0 + - typo package-diff + +pl 39 + - disabled toplevel index + +pl 38 + - bf's: topweb, Documentation + - bf: ls-latex + +pl 37 + - bf's: add-html-footer (ok, i've been reading /.) + +pl 36.hwn1 + - Metafont.make + - use := assignment for shell & wildcard stuff + +pl 36 + - bf: Executable.make install + +pl 35 + - bf: Po_rules + - grand foreach hack (HWN) + +pl 34 + - stepmake/*shared.make + +pl 33 + - make dist fix + - yodl/lily website fixes + +pl 32 + - DEPTH: enable fixing of 'yodl using yodl' + - bf's: package-diff: --dir-* + +pl 31.hwn1 + - bf ls-latex.py; added format + +pl 31 + - fixed make-flags + - fixup package-diff and added to-dir, from-dir + +pl 30.hwn2 + - + +pl 30.hwn1 + - doc++ target + - make -> $(MAKE) + +pl 30 + - add-html-footer: html/body/title + +pl 29.hwn1 + - automake.urgh -> automake.yo + +pl 29 + - counter fix + +pl 28 + - mini fix voor soladeris (HWN) + - add-html-footer fixes + - dropped pl + +pl 27 + - irix fixes(?) (HWN) + +pl 26.jcn3 + - update.py: try at stupid advice + - bf: ls-latex .yo author + - bf: Excutable.make install + +pl 26.jcn2 + - no changes + +pl 26.hwn1 + - no changes; just testin' make update + +pl 26.jcn1 + - no changes + +pl 26 + - make apply + - package-to.diff.gz + - package-from-to.diff.gz with state-vector + - state vector + +pl 25 + - bf: add-html-footer.py: version_str iso tuple + - typo: Executable.make + - for 2latex: yodl2latex of yodl-1.30.0.pre9 + - package depth 'detected' by configure (kinda ugh) + - fixes (HWN) + +pl 24 + - binary releases: + * make deb + * dpkg 1.4.0.23.2 + * debhelper 0.96 + * /usr/bin/db_*: remove -p from install options (urg) + * make rpm + * make zip + - debian fixes + - SEXECUTABLES / EXECUTABLES (JBR) + - fixed package-zip.sh (again?) + - bf's: make zip + - some doco + - bf: STRIPFILES + - rpm from tarball in $(depth)/$(outdir) + - dropped lilypython, pythonblurb + - bf's: flower.py/packagepython.py/package-diff.py + + +pl 23.hwn2 + - add mailaddress to package-diff, beautifications + +pl 23.hwn1 + - release.py: check make dist retval + - revamped rpm stuff. + - bf abs-step-bindir + + +pl 23 + - relaxed 'error' to '-echo' for non-vital utilities + - table-to-html.py + - bin/stepdirs.sh + - bin/stepmakeise.sh + - --package-ised + - windows-nt fixes (JBR) + +pl 22 + - new zip stuff + +pl 21 + - packagepythonified add-html-footer, ls-latex + - packagepython (dankje lieverd) + - LD + - bf: don't diff .pyc + - yodl2 -> YODL2 + - AC_STEPMAKE_YODL + - vars: GCC/TROFF/LD + +pl 20 + - bf: ls-latex: .yo author + title + - htmldoc fix + - ls-latex + - add-html-footer + - po stuff + - latex + bibtex + - latex2yodl fixes + +pl 19 + - add htmlfooter to all yodl chapter files + - .latex for latex files + - tex2html -> latex2html.sh + +pl 18 + - package-zet.sh + - cleaned-out configure -> aclocal.m4 + - (step)make targets: + * diff + * help + * rpm + * zip + - tex2yodl.pl helper + - patches are now called $package-$TOPLEVEL_VERSION.diff + - fixed @FILE@ and @VAR@ substitute + - bf: DO_CXX_COMPILE + +pl 17 + - C rules :-) + - bf's Template.make + +pl 16 + - more lily macros -> generic stepmake + - dropped POD configuration + - used it + - pod2yodl: one time conversion helper + +pl 15 + - fixes: texi2man + +pl 14 + - text2html + +pl 13 + - texinfo support + - removed mudela rules + +pl 12 + - irix patch + +pl 11 + - 'urg comment' by wendy + - python fixes + +pl 10 + - more from lily + - sed-stuff + +pl 9 + - configure fix for irix tr + - bf: Install_*.make + - bf: PACKAGE_ ROOTDIR + +pl 8 + - some python stuff from lily + +pl 7 + - PACKAGE_NAME + - BLURB + - INSTALL doco + - Documentation/ + +pl 6 + - bf: include makedir/Rules.make too + - Documentation/automake.urgh + +pl 5 + - allow chained make-dist + +pl 4 + - DOTTEXT->.txt + +pl 3 + - included more Lily makefiles + +pl 2 + - dropped $(package) in makefile names + - moved stepmake makes to stepmake/ + +pl 1 + - preparing for verbatim include + +pl 0 + - shared between lilypond-0.1.69 lilyx-0.1.0 diff --git a/stepmake/bin/fake-yodl.sh b/stepmake/bin/fake-yodl.sh new file mode 100644 index 0000000000..f28f6025e4 --- /dev/null +++ b/stepmake/bin/fake-yodl.sh @@ -0,0 +1,33 @@ +#!/bin/sh + +IDENTIFICATION=fake-yodl.sh + +OUTPUT='/dev/null' + +while getopts ':d:o:' OPT; +do +case $OPT in +o) + OUTPUT=$OPTARG + ;; +*) + ;; + esac +done + + + +shift `expr $OPTIND - 1` +# +# Input file name +# +if [ "$1" = "" ] +then + echo "$IDENTIFICATION: No input file name given" + exit 1 +fi + +echo Faking Yodl: copying $1 to $OUTPUT + + +cp $1 $OUTPUT -- 2.39.5