X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=5c33f0fda90740a961abea12229ebe29dc79fde4;hb=1a77233c5fbbe5b8828528030e373e70fbca054a;hp=850c68a9ae701c0de55bcf58e60228a6f03a34b0;hpb=6b753c5d97b49a5173c9b0c0060d3342a2540887;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 850c68a9ae..5c33f0fda9 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,7 +1,5 @@ include $(top_srcdir)/config/common.am -DISTCLEANFILES += texput.log textclass.lst packages.lst lyxrc.defaults - SUBDIRS = doc lyx2lyx EXTRA_DIST = \ @@ -13,8 +11,7 @@ CHMOD = chmod # version-suffix would get appended to the names. So we use dist_pkgdata_DATA # and chmod manually in install-data-hook. dist_pkgdata_DATA = lyxrc.example CREDITS chkconfig.ltx configure.py \ - lyxrc.defaults textclass.lst packages.lst external_templates \ - encodings languages symbols syntax.default + external_templates encodings languages symbols syntax.default dist_noinst_DATA = \ images/README \ @@ -32,21 +29,11 @@ dist_noinst_DATA = \ images/math/delim0.xpm \ images/math/delim1.xpm \ images/math/delim.xbm \ - images/math/delim.xpm \ images/math/dots.xbm \ - images/math/equation.xpm \ images/math/font.xbm \ - images/math/font.xpm \ images/math/frac-square.xpm \ images/math/greek.xbm \ - images/math/matrix.xpm \ images/math/misc.xbm \ - images/math/space.xpm \ - images/math/sqrt-square.xpm \ - images/math/style.xbm \ - images/math/style.xpm \ - images/math/sub.xpm \ - images/math/super.xpm \ images/math/varsz.xbm binddir = $(pkgdatadir)/bind @@ -255,6 +242,16 @@ dist_images_DATA = \ imagesmathdir = $(imagesdir)/math dist_imagesmath_DATA = \ + images/math/style.xbm \ + images/math/font.xpm \ + images/math/delim.xpm \ + images/math/equation.xpm \ + images/math/matrix.xpm \ + images/math/space.xpm \ + images/math/sqrt-square.xpm \ + images/math/style.xpm \ + images/math/sub.xpm \ + images/math/super.xpm \ images/math/Bbbk.xpm \ images/math/Finv.xpm \ images/math/Game.xpm \ @@ -551,6 +548,7 @@ dist_imagesmath_DATA = \ images/math/overleftrightarrow.xpm \ images/math/overline.xpm \ images/math/overrightarrow.xpm \ + images/math/overset.xpm \ images/math/parallel.xpm \ images/math/partial.xpm \ images/math/perp.xpm \ @@ -666,6 +664,7 @@ dist_imagesmath_DATA = \ images/math/underline.xpm \ images/math/underrightarrow.xpm \ images/math/underscore.xpm \ + images/math/underset.xpm \ images/math/uparrow.xpm \ images/math/uparrow2.xpm \ images/math/updownarrow.xpm \ @@ -815,6 +814,7 @@ dist_layouts_DATA =\ layouts/heb-article.layout \ layouts/heb-letter.layout \ layouts/hollywood.layout \ + layouts/ijmpc.layout \ layouts/ijmpd.layout \ layouts/jgrga.layout \ layouts/kluwer.layout \ @@ -879,6 +879,7 @@ scriptsdir = $(pkgdatadir)/scripts # in install-data-hook. dist_scripts_DATA = \ scripts/TeXFiles.sh \ + scripts/clean_dvi.py \ scripts/convertDefault.sh \ scripts/fen2ascii.py \ scripts/fig2pdftex.sh \ @@ -911,6 +912,7 @@ dist_templates_DATA = \ templates/revtex.lyx \ templates/revtex4.lyx \ templates/slides.lyx \ + templates/ijmpc.lyx \ templates/ijmpd.lyx \ templates/agu_article.lyx @@ -930,9 +932,6 @@ dist_ui_DATA = \ ui/stdmenus.ui \ ui/stdtoolbars.ui -lyxrc.defaults: $(srcdir)/configure.py - python $< - install-data-hook: $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py for i in $(dist_scripts_DATA); do \