]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
Fix page-breaking regression tests.
[lilypond.git] / GNUmakefile.in
index cef60cb400df6bb67d9e802a7336b1b50642bf8b..8e590cdb4e7b63710bcdfd2da575b2f7bb5188af 100644 (file)
@@ -17,8 +17,8 @@ SUBDIRS = python scripts \
 documentation-dir=$(if $(findstring no,$(DOCUMENTATION)),,Documentation)
 
 SCRIPTS = configure autogen.sh smart-autogen.sh smart-configure.sh
-README_FILES = COPYING DEDICATION ROADMAP THANKS HACKING \
-  COPYING.DOCUMENTATION
+README_FILES = COPYING COPYING.FDL DEDICATION ROADMAP THANKS HACKING \
+  LICENSE LICENSE.DOCUMENTATION
 TOPDOC_FILES = AUTHORS INSTALL README NEWS
 TOPDOC_TXT_FILES = $(addprefix $(top-build-dir)/Documentation/topdocs/$(outdir)/,$(addsuffix .txt,$(TOPDOC_FILES)))
 IN_FILES := $(call src-wildcard,*.in)
@@ -124,8 +124,12 @@ WWW-post:
        find $(outdir) -name '*-root' | xargs rm -rf
        $(buildscript-dir)/www_post $(PACKAGE_NAME) $(TOPLEVEL_VERSION) $(outdir) "$(WEB_TARGETS)"
        find $(outdir)/offline-root -type l -delete
-endif
+endif # ifeq ($(out),www)
 
+# For those who cannot for the life in them remember to type
+# WEB_TARGETS=..., just bloody make all doc stuff, already.
+all-doc:
+       $(MAKE) WEB_TARGETS='online offline' doc
 
 tree-prefix = $(outdir)
 tree-bin = $(tree-prefix)/bin
@@ -238,10 +242,8 @@ grand-replace:
 
 ################################################################
 # website (without the rest of the docs)
-web-gop:
-       touch Documentation/general.texi
-       cd Documentation && make out=www out-www/general/index.html
-
+website:
+       $(MAKE) out=www -C Documentation website
 
 ################################################################
 # testing
@@ -255,6 +257,7 @@ test:
        @echo
        $(MAKE) -C input/regression/ out=test local-test
        $(MAKE) -C input/regression/musicxml out=test local-test
+       $(MAKE) -C input/regression/abc2ly out=test local-test
 
 test-baseline: 
        @if test -d .git ; then \
@@ -264,6 +267,7 @@ test-baseline:
        $(MAKE) test
        $(MAKE) out=test -C input/regression/ local-test-baseline
        $(MAKE) out=test -C input/regression/musicxml local-test-baseline
+       $(MAKE) out=test -C input/regression/abc2ly local-test-baseline
        $(MAKE) test-snippets-clean