mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 13:40:19 +00:00
fix "make dist" target
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2016 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9791d64b6e
commit
6b41425a94
@ -1,3 +1,7 @@
|
||||
2001-05-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* Makefile.am (EXTRA_DIST): add the os_*.C files.
|
||||
|
||||
2001-05-21 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* filetools.C (MakeAbsPath): remove debugging statement
|
||||
|
@ -7,7 +7,8 @@ ETAGS_ARGS = --lang=c++
|
||||
BOOST_INCLUDES = -I$(top_srcdir)/boost
|
||||
INCLUDES = -I${srcdir}/../ $(BOOST_INCLUDES)
|
||||
|
||||
EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h
|
||||
EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h \
|
||||
os_unix.C os_win32.C os_os2.C
|
||||
|
||||
if USE_LYXSTRING
|
||||
LYXSTRING = lyxstring.C lyxstring.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user