]> git.donarmstrong.com Git - lilypond.git/commitdiff
Makefiles nit
authorJohn Mandereau <john.mandereau@gmail.com>
Sat, 5 Apr 2008 11:47:07 +0000 (13:47 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Sat, 5 Apr 2008 11:47:07 +0000 (13:47 +0200)
Get rid of "out/.info-images-dir.dep" warning, and
remove debugging output

make/ly-rules.make
stepmake/stepmake/texinfo-rules.make

index 964e4eefa0fcf7028bef1b715452aef416580672..6993715ebe948d28c173e7be9e267364a5bc6672 100644 (file)
@@ -15,7 +15,6 @@ $(outdir)/%.texi: %.tely
 
 
 $(outdir)/%.texi: $(outdir)/%.tely
-       echo $(LILYPOND_BOOK_PROCESS)
        $(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --process='$(LILYPOND_BOOK_PROCESS) $(LILYPOND_BOOK_INCLUDES) $(LILYPOND_BOOK_LILYPOND_FLAGS)' --output=$(outdir) --format=$(LILYPOND_BOOK_FORMAT) $(LILYPOND_BOOK_FLAGS) $<
 #
 # DON'T REMOVE SOURCE FILES, otherwise the .TEXI ALWAYS OUT OF DATE.
index 88a4fe47a2d122078fa1dde8de0a1d96323619b5..d346c04fe87187d333755727a63ca6375537d30d 100644 (file)
@@ -8,7 +8,7 @@
 # symlinks, see replace_symlinks_urls in
 # buildscripts/add_html_footer.py.
 
-ifneq ($(INFO_IMAGES_DIR),)
+ifneq ($(INFO_IMAGES_DIR),'')
 
 # make dereferences symlinks, and $(INFO_IMAGES_DIR) is a symlink
 # to $(outdir), so we can't use directly $(INFO_IMAGES_DIR) as a