mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
8d0e191aa3
INSTALL_MACOSX when packaging is macosx. * development/Makefile.am: only install MacOSX when needed. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17988 a592a061-630c-0410-9148-cb99ea01b6c8
11 lines
277 B
Makefile
11 lines
277 B
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
if INSTALL_MACOSX
|
|
SUBDIRS = MacOSX
|
|
endif
|
|
|
|
EXTRA_DIST = boostworkaround.txt ChangeLog 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
|