From 9cc37f4a1cb3a13fbcde540b3a1635eabfc88174 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 01:18:47 +0000 Subject: [PATCH] lilypond-1.4.0 --- make/suse.spec.in | 2 +- stepmake/stepmake/package.make | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/make/suse.spec.in b/make/suse.spec.in index fbd7e425ba..4c3253f95b 100644 --- a/make/suse.spec.in +++ b/make/suse.spec.in @@ -103,7 +103,7 @@ make LDFLAGS=-s "CFLAGS=$RPM_OPT_FLAGS" all # even if documentation fails to build make -C Documentation || true -make web || true +make web-doc top-web || true %install diff --git a/stepmake/stepmake/package.make b/stepmake/stepmake/package.make index 9f62f66f81..caf13194e9 100644 --- a/stepmake/stepmake/package.make +++ b/stepmake/stepmake/package.make @@ -25,6 +25,13 @@ release: $(PYTHON) $(step-bindir)/release.py --outdir=$(topdir)/$(outdir) --package=$(topdir) # rpm: $(depth)/$(package-icon) dist -rpm: dist - su -c 'rpm -tb $(depth)/$(outdir)/$(distname).tar.gz' +rpm: + @echo The \"rpm\" target is deprecated. + @echo Please select the .spec appropriate for your distribution and run + @echo + @echo " rpm -bb SPEC-FILE" + @echo + @echo different SPEC-FILEs may be found in $(depth)/make/out/ + +# su -c 'rpm -tb $(depth)/$(outdir)/$(distname).tar.gz' -- 2.39.5