X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=4435b51dc9cbd8152140062af335f7654d013847;hb=be94e5691ab60655ec2f61a911fe62e60d9ebd78;hp=7257455bd67692559b252ac69801d443dc8d12d1;hpb=0ff2114b3c1727e0a40d46f4ca5c56e1d223d36f;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 7257455bd6..4435b51dc9 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,8 +1,8 @@ include $(top_srcdir)/config/common.am -DISTCLEANFILES += textclass.lst packages.lst lyxrc.defaults +DISTCLEANFILES += texput.log textclass.lst packages.lst lyxrc.defaults -SUBDIRS = doc reLyX +SUBDIRS = doc lyx2lyx EXTRA_DIST = \ configure.m4 \ @@ -13,10 +13,9 @@ CHMOD = chmod # We cannot use dist_pkgdata_SCRIPTS for configure, since a possible # version-suffix would get appended to the names. So we use dist_pkgdata_DATA # and chmod manually in install-data-hook. -# configure.cmd (used on OS/2) is not installed because it is outdated. dist_pkgdata_DATA = lyxrc.example CREDITS chkconfig.ltx configure \ lyxrc.defaults textclass.lst packages.lst external_templates \ - encodings languages symbols + encodings languages symbols syntax.default binddir = $(pkgdatadir)/bind dist_bind_DATA = \ @@ -58,6 +57,10 @@ dist_examples_DATA = \ examples/currency.lyx \ examples/cv.lyx \ examples/da_splash.lyx \ + examples/de_Lebenslauf.lyx \ + examples/de_Minipage.lyx \ + examples/de_TableExamples.lyx \ + examples/de_Waehrungen.lyx \ examples/de_beispiel_gelyxt.lyx \ examples/de_beispiel_roh.lyx \ examples/de_splash.lyx \ @@ -601,8 +604,8 @@ dist_imagesmath_DATA = \ images/math/surd.xpm \ images/math/swarrow.xpm \ images/math/tau.xpm \ - images/math/textrm_0.xpm \ - images/math/textrm_A.xpm \ + images/math/textrm_Oe.xpm \ + images/math/textrm_AA.xpm \ images/math/therefore.xpm \ images/math/theta.xpm \ images/math/theta2.xpm \ @@ -793,7 +796,6 @@ dist_layouts_DATA =\ layouts/mwart.layout \ layouts/mwbk.layout \ layouts/mwrep.layout \ - layouts/obsolete.inc \ layouts/paper.layout \ layouts/report.layout \ layouts/revtex.layout \ @@ -803,7 +805,6 @@ dist_layouts_DATA =\ layouts/scrclass.inc \ layouts/scrlettr.layout \ layouts/scrlttr2.layout \ - layouts/scrmacros.inc \ layouts/scrreprt.layout \ layouts/seminar.layout \ layouts/siamltex.layout \ @@ -836,26 +837,6 @@ dist_layouts_DATA =\ layouts/g-brief2.layout \ layouts/svglobal.layout -lyx2lyxdir = $(pkgdatadir)/lyx2lyx -# We cannot use dist_lyx2lyx_SCRIPTS for lyx2lyx, since a possible -# version-suffix would get appended to the names. So we use dist_scripts_DATA -# and chmod manually in install-data-hook. -dist_lyx2lyx_DATA = \ - lyx2lyx/lyx2lyx \ - lyx2lyx/parser_tools.py \ - lyx2lyx/LyX.py \ - lyx2lyx/lyx_0_12.py \ - lyx2lyx/lyx_1_0_0.py \ - lyx2lyx/lyx_1_0_1.py \ - lyx2lyx/lyx_1_1_4.py \ - lyx2lyx/lyx_1_1_5.py \ - lyx2lyx/lyx_1_1_6.py \ - lyx2lyx/lyx_1_1_6fix3.py \ - lyx2lyx/lyx_1_2.py \ - lyx2lyx/lyx_1_3.py \ - lyx2lyx/lyx_1_4.py \ - lyx2lyx/profiling.py - scriptsdir = $(pkgdatadir)/scripts # We cannot use dist_scripts_SCRIPTS, since a possible version-suffix would # get appended to the names. So we use dist_scripts_DATA and chmod manually @@ -866,9 +847,11 @@ dist_scripts_DATA = \ scripts/fen2ascii.py \ scripts/fig2pdftex.sh \ scripts/fig2pstex.sh \ - scripts/listerrors \ + scripts/fig_copy.sh \ scripts/legacy_lyxpreview2ppm.py \ + scripts/listerrors \ scripts/lyxpreview2bitmap.py \ + scripts/lyxpreview_tools.py \ scripts/tex_copy.py templatesdir = $(pkgdatadir)/templates @@ -917,32 +900,7 @@ $(srcdir)/configure: $(srcdir)/configure.m4 lyxrc.defaults: $(srcdir)/configure $(SHELL) $< -install-xfonts: - test -f xfonts/fonts.dir || exit 0 ; \ - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/xfonts ; \ - files=`sed -e 's/^[0-9]*$$//' -e 's/^\([^ ]*\) .*$$/\1/' xfonts/fonts.dir` ; \ - for i in $${files} ; do \ - ln -f -s `kpsewhich $$i` $(DESTDIR)$(pkgdatadir)/xfonts/$$i ; \ - done ; \ - $(INSTALL_DATA) xfonts/fonts.dir $(DESTDIR)$(pkgdatadir)/xfonts/fonts.dir ; \ - $(INSTALL_DATA) xfonts/fonts.scale $(DESTDIR)$(pkgdatadir)/xfonts/fonts.scale ; \ - if test -f xfonts/PSres.upr ; then \ - $(INSTALL_DATA) xfonts/PSres.upr $(DESTDIR)$(pkgdatadir)/xfonts/PSres.upr ; \ - fi - -uninstall-xfonts: - rm -rf $(DESTDIR)$(pkgdatadir)/xfonts - -distclean-local: - rm -rf xfonts - -install-data-local: install-xfonts - - -uninstall-local: uninstall-xfonts - install-data-hook: - $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/lyx2lyx/lyx2lyx $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure for i in $(dist_scripts_DATA); do \ $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/$$i; \