* Sergio Belkin wrote on Thu, Jan 20, 2011 at 07:35:48PM CET: > 2011/1/20 Ralf Wildenhues <ralf.wildenh...@gmx.de>: > > * Sergio Belkin wrote on Thu, Jan 20, 2011 at 03:39:04PM CET: > >> I have a file into subdirectory of docdir that is not installed > >> > >> make distcheck complains saying: > >> > >> No rule to make target `doc/tests/exampleConf.txt', necesario para > >> `all-am'. > > > > Does the file exist in either the source or the build tree? > > Yes it does.
Erm, but not in the distribution. You put it in docdir_tests_DATA. You should use dist_docdir_tests_DATA if you want all those files distributed. Sorry for not seeing that the first time over, I got confused over you writing "installed" in the sentence above. Cheers, Ralf