mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
0ffdae7651
Actually distribute the cmake files with LyX. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19034 a592a061-630c-0410-9148-cb99ea01b6c8
11 lines
283 B
Makefile
11 lines
283 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 \
|
|
TodoPlan-1.3 tools Win32 scons
|