]> git.donarmstrong.com Git - lilypond.git/commit
Clean up web-clean make target
authorJohn Mandereau <john.mandereau@gmail.com>
Wed, 27 Aug 2008 11:46:21 +0000 (13:46 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Wed, 27 Aug 2008 11:46:21 +0000 (13:46 +0200)
commit237f60e6041f804e9b77c4fac2bb1c879644268e
tree4869c28260d6cb3b4a6d1e33844867327acafd68
parent2c5ed7abc3c89ca4cbb2cef2b75e2445d7b3b653
Clean up web-clean make target

Revert ed2eeac82036c583fb1298aa21f80dff9e44ab91
"Work around 'make web-clean' madness": the problem described comes
from $(outdir)/$(INFO_IMAGES_DIR).info-images-dir.dep, which is a
dependency for the makefile itself through the following line in
stepmake/stepmake/generic-targets.make:

-include $(outdir)/dummy.dep $(wildcard $(outdir)/*.dep)

The solution is to rename the ".dep" file suffix as "-dep", which this
commit does.
stepmake/stepmake/generic-targets.make
stepmake/stepmake/texinfo-rules.make