]> git.lyx.org Git - features.git/commitdiff
remove lengthcommon.cpp and use it as a link from the upper dir
authorJosé Matox <jamatos@lyx.org>
Thu, 20 Mar 2008 13:20:18 +0000 (13:20 +0000)
committerJosé Matox <jamatos@lyx.org>
Thu, 20 Mar 2008 13:20:18 +0000 (13:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23849 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/Makefile.am
src/tex2lyx/lengthcommon.cpp [deleted file]

index 38d3f9329ad6de2573746445b7284ff589df1351..d9571cbdaa9f859b704786ba4bde2eacf34efa2d 100644 (file)
@@ -39,6 +39,7 @@ LINKED_FILES = \
        ../TextClass.cpp \
        ../TextClass.h \
        ../Lexer.cpp \
+       ../lengthcommon.cpp \
        ../Color.cpp \
        ../Color.h
 
@@ -53,7 +54,6 @@ tex2lyx_SOURCES = \
        Font.cpp \
        Font.h \
        gettext.cpp \
-       lengthcommon.cpp \
        Parser.cpp \
        Parser.h \
        tex2lyx.cpp \
diff --git a/src/tex2lyx/lengthcommon.cpp b/src/tex2lyx/lengthcommon.cpp
deleted file mode 100644 (file)
index 0386214..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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