Hello,
Here are the changes in the Makefile.in (Makefile) I had to do in
order to build the lyx-1.1.4CVS.tar.gz-file and the rpm's from the CVS
sources.
Makefile.in, src/Makefile, lib/Makefile.in, lib/reLyX/Makefile.in
# Typos in the distdir target.
cp -pr $$/$$file $(distdir)/$$file; \
^
cp -pr $$d/$$file $(distdir)/$$file; \
(Also src/insets/Makefile.in, src/mathed/Makefile.in, src/support/Makefile.in
share the same typo, but these does not seem ot affect the result.)
Probably the change has to be made in the files used by automake, but
since I'm new to automake I could not find the file to change. Please
enlight me, which files are used by automake to generate Makefile.in?
Best wishes,
[EMAIL PROTECTED]