mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Use the automake framework to install the LyX/Mac stuff. Probably more
work to do. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17982 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a77a19e497
commit
6977164d68
@ -404,6 +404,8 @@ AC_CONFIG_FILES([Makefile m4/Makefile \
|
||||
boost/libs/signals/src/Makefile \
|
||||
config/Makefile \
|
||||
development/Makefile \
|
||||
development/MacOSX/Makefile \
|
||||
development/MacOSX/spotlight/Makefile \
|
||||
development/lyx.spec \
|
||||
lib/Makefile \
|
||||
lib/doc/Makefile \
|
||||
|
@ -1,18 +0,0 @@
|
||||
|
||||
These fonts were converted from the LaTeX .pfb forms,
|
||||
and are under the respective licenses of the sources.
|
||||
|
||||
Known bugs:
|
||||
|
||||
CIRCLE and APLup in wasy10.ttf do not work properly. Cause
|
||||
and fix unknown.
|
||||
|
||||
If you're using a locale such as LANG=ru_RU, and some others,
|
||||
these fonts will not load in Qt. This is a Qt bug that Troll
|
||||
Tech refuse to fix.
|
||||
|
||||
The conversions were done by :
|
||||
|
||||
Dan Armak <danarmak@gentoo.org>
|
||||
Andrew Abyzov <abyzov@bk.ru>
|
||||
John Levon <levon@movementarian.org>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11
development/MacOSX/Makefile.am
Normal file
11
development/MacOSX/Makefile.am
Normal file
@ -0,0 +1,11 @@
|
||||
include $(top_srcdir)/config/common.am
|
||||
|
||||
SUBDIRS = spotlight
|
||||
|
||||
bundledir = ${prefix}/Contents
|
||||
dist_bundle_DATA = Info.plist PkgInfo
|
||||
|
||||
bin_SCRIPTS = lyxeditor
|
||||
|
||||
dist_pkgdata_DATA = COPYING LyXapp.icns LyX.icns lyxrc.dist
|
||||
|
BIN
development/MacOSX/spotlight/InfoPlist.strings
Normal file
BIN
development/MacOSX/spotlight/InfoPlist.strings
Normal file
Binary file not shown.
16
development/MacOSX/spotlight/Makefile.am
Normal file
16
development/MacOSX/spotlight/Makefile.am
Normal file
@ -0,0 +1,16 @@
|
||||
include $(top_srcdir)/config/common.am
|
||||
|
||||
bundledir = $(prefix)/Contents
|
||||
|
||||
spotlightdir = $(bundledir)/Library/Spotlight/LyX-Metadata.mdimporter/Contents
|
||||
dist_spotlight_DATA = Info.plist
|
||||
|
||||
spotlightbindir = $(spotlightdir)/MacOS
|
||||
spotlightbin_DATA = LyX-Metadata
|
||||
|
||||
spotlightdatadir = $(spotlightdir)/Resources
|
||||
dist_spotlightdata_DATA = schema.xml
|
||||
|
||||
spotlightenglishdir = $(spotlightdatadir)/English.lproj
|
||||
dist_spotlightenglish_DATA = InfoPlist.strings schema.strings
|
||||
|
BIN
development/MacOSX/spotlight/schema.strings
Normal file
BIN
development/MacOSX/spotlight/schema.strings
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user