mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
e83ece31c1
I don't understand why we do such cleanups in branch. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@22711 a592a061-630c-0410-9148-cb99ea01b6c8
11 lines
270 B
Makefile
11 lines
270 B
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
if INSTALL_MACOSX
|
|
SUBDIRS = MacOSX
|
|
endif
|
|
|
|
EXTRA_DIST = boostworkaround.txt ChangeLog cmake Code_rules FORMAT \
|
|
gettext.patch lazy_lyxtext.txt lyx3 lyx.rpm.README \
|
|
lyxserver lyx.spec.in lyx.spec Seminar.txt \
|
|
tools Win32 scons
|