X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;h=fb0265a36e9db80362aa45aee927b31d27ffeb65;hb=fcc5f76615e024803904a055902fdc6a3b24dccb;hp=52e4a1b3142aabca6d69b4aba281bb337f56e685;hpb=ff89b983ae7f7a11458ff29dddd3c07cfc0b9db1;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 52e4a1b314..fb0265a36e 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -54,6 +54,7 @@ install-WWW: rsync -rl $(outdir)/offline-root/ $(DESTDIR)$(webdir) $(MAKE) -C Documentation/user local-install-WWW $(MAKE) -C Documentation/user install-info + $(MAKE) -C input/lsr install-info install-help2man: $(MAKE) -C scripts man install-help2man @@ -209,7 +210,7 @@ test: $(MAKE) -C input/regression/musicxml out=test local-test test-baseline: - @if test -d .git ; then \ + @if test -d .git ; then \ $(if $(shell git diff), echo "commit before base lining" && false,true) ; \ fi $(MAKE)