This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Question marks in Makefile.in


Tom Tromey <tromey@redhat.com> writes:

> For a given primary we try to detect which directories are valid.
> 
> * A user-defined directory is valid for any primary

My understanding of texinfos.am is that this is not supported for
_TEXINFOS.  Yet?  Should it?

?EXEC??INSTALL-INFO?install-exec-am: install-info-am
?!EXEC??INSTALL-INFO?install-data-am: install-info-am
install-info-am: $(INFO_DEPS)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(infodir)

infodir is hardcoded, no means to have others.

So at least currently this one does not need the ?EXEC? hook.  If
there is a bug, it needs much more work.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]