mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add os_cygwin.C to the distribution.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10438 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
58934cde15
commit
c8c45171e8
@ -1,3 +1,7 @@
|
|||||||
|
2005-09-10 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
* Makefile.am (EXTRA_DIST): add os_cygwin.C to the distribution.
|
||||||
|
|
||||||
2005-08-31 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2005-08-31 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* filetools.C (MakeDisplayPath): fix bug when HOME is empty.
|
* filetools.C (MakeDisplayPath): fix bug when HOME is empty.
|
||||||
|
@ -4,7 +4,7 @@ SUBDIRS = . tests
|
|||||||
|
|
||||||
CLEANFILES += $(BUILT_SOURCES)
|
CLEANFILES += $(BUILT_SOURCES)
|
||||||
|
|
||||||
EXTRA_DIST = package.C.in pch.h os_unix.C os_win32.C os_os2.C
|
EXTRA_DIST = package.C.in pch.h os_cygwin.C os_os2.C os_unix.C os_win32.C
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libsupport.la
|
noinst_LTLIBRARIES = libsupport.la
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user