mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
04591a6e34
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18023 a592a061-630c-0410-9148-cb99ea01b6c8
14 lines
434 B
C++
14 lines
434 B
C++
// This file is here sine the master lengthcommon.cpp contains gettext
|
|
// markers, and also that this file does not always exist (in the linked
|
|
// case). So it is possible for po/POTFILES.in to get out of sync.
|
|
// The compile will then fail. So to make sure that this file
|
|
//(tex2lyx/lengthcommon.cpp) is not present in POTFILES.in we do a
|
|
// include trick. (Lgb)
|
|
#include "../lengthcommon.cpp"
|
|
|
|
|
|
namespace lyx {
|
|
|
|
|
|
} // namespace lyx
|