Am 26.05.2013 um 17:07 schrieb Kornel Benko <kor...@lyx.org>: > Am Sonntag, 26. Mai 2013 um 16:50:27, schrieb Georg Baum > <georg.b...@post.rwth-aachen.de> > > Georg Baum wrote: > > > > > Stephan Witt wrote: > > > > > >> When trying to make a dist tar-ball I get this: > > >> > > >> make[2]: *** No rule to make target `test/DummyDocument.lyx.lyx', needed > > >> by `distdir'. Stop. make[1]: *** [distdir] Error 1 > > >> make: *** [distdir] Error 1 > > > > > > This is because tex2lyx does not output the correct files for included > > > documents in roundtrip mode. I have already corrected this locally and > > > will commit after some testing. Unfortunately this is not enough: After > > > that, make dist complains about "Dummy Document.lyx.lyx", and up to now I > > > found no way to quote the space that works with make dist. If nobody else > > > has an idea how to do that, I'll probably remove "Dummy Document.tex". > > > > make dist is now fixed for tex2lyx.
Thank you. > However, it does still fail: > > > > tar: > > lyx-2.1-2.1.0dev/boost/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp: > > > > Dateiname ist zu lang (max. 99); nicht gesichert > > > > (file name is too long). I don't know what to do here: Does anybody have an > > idea? > > > > Yes, use cmake: > > #make git-archive > > Sorry, could not resist. Or use a mac. Here it works. With "make dist-gzip". Sorry, couldn't resist. :) Stephan > > > Georg > > > > Kornel