]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.4.0
authorfred <fred>
Wed, 27 Mar 2002 01:18:47 +0000 (01:18 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:18:47 +0000 (01:18 +0000)
make/suse.spec.in
stepmake/stepmake/package.make

index fbd7e425ba6fd30d3ffc0c79fca7b16964f22047..4c3253f95b89fda31867f5ea446417b49e0aba49 100644 (file)
@@ -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
 
index 9f62f66f81a37995decab7f5225641421a02f354..caf13194e93befd535cd4affe394bd29e0edeeae 100644 (file)
@@ -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'