]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/toplevel-targets.make
Add '-dcrop' option to ps and svg backends
[lilypond.git] / stepmake / stepmake / toplevel-targets.make
1 .PHONY: install-doc uninstall-doc distclean top-doc
2 install-doc:
3 uninstall-doc:
4
5 distclean: clean doc-clean test-clean log-clean
6         $(MAKE) local-distclean
7
8 local-distclean:
9         rm -f config.hh config.make GNUmakefile \
10                 config.cache config.status config.log
11         rm -rf autom4te.cache
12         rm -rf $(outdir)
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       make clean, doc-clean, test-clean, log-clean and"
39         @echo "                   also remove configure output"
40         @echo "  po              make new translation Portable Object database"
41         @echo "  po-replace      do po-update and replace catalogs with msgmerged versions"
42         @echo "  po-update       update translation Portable Object database"
43         @echo
44         @echo "  install-doc     install website documentation in"
45         @echo "                    (webdir=$(webdir))"
46         @echo "                    and Info documentation with images"
47         @echo "  uninstall-doc   remove installed documentation with images"
48         @echo "  info            build Info documentation with images"
49         @echo "  install-info    install Info documentation with images"
50         @echo
51         @echo "Some more targets are available for testing changes:"
52         @echo "  test-baseline"
53         @echo "  check"
54         @echo "  test-redo"
55         @echo "  test-clean"
56         @echo
57         @echo "  For more information on these targets, see"
58         @echo "    \`Verify regression tests' in the Contributor's Guide."
59         @echo
60