Hi Dan, > > all: $(doc_DATA) > > > > %.html: $(srcdir)/$@ > > This doesn't look right at all. > There's a % in the target but no matching % in the dependency. > For the rule to fire I think there needs to be one.
I think it's ok. $@ will expand to the full name of the target. As I mentioned previously, I get the desired behaviour on my system. The problem arises (in some versions of make) because the target & the dependency are the SAME file in in-tree builds. My version of make doesn't mind that, but whatever version of make is being used to build the snapshot does. Scott. :)
