]> git.lyx.org Git - lyx.git/commitdiff
Distribute README.Cygwin and some source files of boost/regex
authorBo Peng <bpeng@lyx.org>
Fri, 22 Sep 2006 14:35:24 +0000 (14:35 +0000)
committerBo Peng <bpeng@lyx.org>
Fri, 22 Sep 2006 14:35:24 +0000 (14:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15124 a592a061-630c-0410-9148-cb99ea01b6c8

Makefile.am
boost/libs/regex/src/Makefile.am

index caa94bed138e4dd84f86fc277a230c76374ff7b2..8416b56b1d6cd1b57e34f467880ca2b5aa516bfe 100644 (file)
@@ -15,7 +15,7 @@ SUBDIRS = config development intl po src sourcedoc lib
 endif
 
 EXTRA_DIST = ANNOUNCE INSTALL.autoconf RELEASE-NOTES UPGRADING \
-       INSTALL.Win32 INSTALL.MacOSX INSTALL.scons README.Win32 \
+       INSTALL.Win32 INSTALL.MacOSX INSTALL.scons README.Win32 README.Cygwin \
        lyx.man autogen.sh
 
 man_MANS = lyx.1
index 3118a730d89e8905fa48aefe2bfad59362e1915c..50d8870232c369a314ac8ec7bc365666c00039da 100644 (file)
@@ -20,9 +20,8 @@ libboost_regex_la_SOURCES = \
        regex.cpp \
        regex_raw_buffer.cpp \
        regex_traits_defaults.cpp \
-       w32_regex_traits.cpp
-
-#      posix_api.cpp \
-#      wide_posix_api.cpp \
-#      regex_debug.cpp \
-#      winstances.cpp
+       w32_regex_traits.cpp \
+       posix_api.cpp \
+       wide_posix_api.cpp \
+       regex_debug.cpp \
+       winstances.cpp