]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/toplevel-targets.make
Remove StepMake as a separate package
[lilypond.git] / stepmake / stepmake / toplevel-targets.make
1 .PHONY: install-doc uninstall-doc
2 install-doc:
3 uninstall-doc:
4
5 local-distclean:
6         rm -f config.hh config.make Makefile GNUmakefile \
7                 config.cache config.status config.log index.html \
8                 stepmake/stepmake/stepmake stepmake/stepmake/bin
9         rm -rf autom4te.cache
10         rm -rf $(outdir)
11
12 local-maintainerclean:
13
14 GNUmakefile: GNUmakefile.in
15         $(MAKE) INFILE=$< OUTFILE=$@ -f $(stepdir)/automatically-generated.sub.make
16
17 $(package-icon):
18         $(MAKE) -C Documentation/logo icon
19
20
21 top-doc:
22         $(MAKE) -C Documentation/topdocs/ README_TOP_FILES="$(TOPDOC_FILES)" txt-files
23
24
25 $(README_TXT_FILES): top-doc
26
27 local-clean:
28
29 install:
30         $(LOOP)
31 ifeq ($(strip $(SRCMAKE)),)
32         $(MAKE) final-install
33 endif
34
35 local-help:
36         @echo "  config          rerun configure"
37         @echo "  dist            roll tarball: $(depth)/$(outdir)/$(distname).tar.gz"
38         @echo "  distclean       also remove configure output"
39         @echo "  cvs-clean       also remove out directories and generated files"
40         @echo "  maintainerclean also remove distributed generated files"
41         @echo "  po              make new translation Portable Object database"
42         @echo "  po-replace      do po-update and replace catalogs with msgmerged versions"
43         @echo "  po-update       update translation Portable Object database"
44         @echo
45         @echo "  install-doc     install website documentation in"
46         @echo "                    (webdir=$(webdir))"
47         @echo "                    and Info documentation with images"
48         @echo "  uninstall-doc   remove installed documentation with images"
49         @echo "  info            build Info documentation with images"
50         @echo "  install-info    install Info documentation with images"
51         @echo
52         @echo "Some more targets are available for testing changes:"
53         @echo "  test-baseline"
54         @echo "  check"
55         @echo "  test-redo"
56         @echo "  test-clean"
57         @echo
58         @echo "  For more information on these targets, see"
59         @echo "    \`Testing LilyPond' in the Contributor's Guide."
60         @echo
61