Kornel Benko wrote: >> --- lyx-devel/trunk/lib/Makefile.am Sat Mar 10 11:46:14 2012 (r40901) >> +++ lyx-devel/trunk/lib/Makefile.am Sat Mar 10 12:03:44 2012 (r40902) >> @@ -1665,6 +1665,6 @@ >> >> install-data-hook: >> $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py >> - for i in $(scriptdir)/*.py ; do \ >> + for i in $(scriptdir)/*.py listerrors ; do \ >> $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/$$i; \ >> done > > > Why is this needed?
Because listerrors is a script like all the .py files. I don't know why the automake mechanism is not used, the comments indicate problems with automake 1.11.2. Georg