mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Generate auto matically lyxrc.dist and Info.plist for LyX/Mac
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19381 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
95dbcd40f9
commit
483dba4588
@ -415,6 +415,8 @@ AC_CONFIG_FILES([Makefile
|
||||
config/Makefile \
|
||||
development/Makefile \
|
||||
development/MacOSX/Makefile \
|
||||
development/MacOSX/Info.plist \
|
||||
development/MacOSX/lyxrc.dist \
|
||||
development/MacOSX/spotlight/Makefile \
|
||||
development/lyx.spec \
|
||||
intl/Makefile \
|
||||
|
@ -5,11 +5,13 @@ LINGUAS = $(srcdir)/../../po/LINGUAS
|
||||
SUBDIRS = spotlight
|
||||
|
||||
bundledir = ${prefix}/Contents
|
||||
dist_bundle_DATA = Info.plist PkgInfo
|
||||
dist_bundle_DATA = PkgInfo
|
||||
nodist_bundle_DATA = Info.plist
|
||||
|
||||
dist_bin_SCRIPTS = lyxeditor
|
||||
|
||||
dist_pkgdata_DATA = COPYING LyXapp.icns LyX.icns lyxrc.dist
|
||||
dist_pkgdata_DATA = COPYING LyXapp.icns LyX.icns
|
||||
nodist_pkgdata_DATA = lyxrc.dist
|
||||
|
||||
|
||||
install-data-hook:
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
\path_prefix "/usr/texbin:/usr/local/gwTeX/bin/powerpc-apple-darwin-current:/usr/local/gwTeX/bin/i386-apple-darwin-current:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/local/teTeX/bin/i386-apple-darwin-current:/sw/bin:/sw/sbin:/opt/local/teTeX/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/usr/sbin:/sbin"
|
||||
\serverpipe "~/Library/Application Support/LyX-1.5/.lyxpipe"
|
||||
\serverpipe "~/Library/Application Support/LyX@program_suffix@/.lyxpipe"
|
||||
\preview on
|
||||
|
||||
#
|
||||
@ -52,7 +52,7 @@
|
||||
# FILE SECTION ######################################
|
||||
#
|
||||
|
||||
\template_path "~/Library/Application Support/LyX-1.5/templates"
|
||||
\template_path "~/Library/Application Support/LyX@program_suffix@/templates"
|
||||
|
||||
#
|
||||
# PLAIN TEXT EXPORT SECTION ##############################
|
Loading…
Reference in New Issue
Block a user