X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=2badce833d01271a0a4c94437fad0a80f7d57f62;hb=a02bfeebc534925734821e8921bac07c67af6d39;hp=680c235784ebcd7dee2e54d6c0e1c027143da65a;hpb=47bc3d00d098a2dd1acce99a92141edc185987e7;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 680c235784..2badce833d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -500,6 +500,7 @@ dist_imagesmath_DATA = \ images/math/bars.png \ images/math/barwedge.png \ images/math/Bbbk.png \ + images/math/bcancel.png \ images/math/because.png \ images/math/beta.png \ images/math/beth.png \ @@ -533,6 +534,8 @@ dist_imagesmath_DATA = \ images/math/bullet.png \ images/math/bumpeq.png \ images/math/bumpeq2.png \ + images/math/cancel.png \ + images/math/cancelto.png \ images/math/cap.png \ images/math/cap2.png \ images/math/cases.png \ @@ -988,6 +991,7 @@ dist_imagesmath_DATA = \ images/math/widetilde.png \ images/math/wp.png \ images/math/wr.png \ + images/math/xcancel.png \ images/math/xi.png \ images/math/xi2.png \ images/math/zeta.png @@ -1330,6 +1334,7 @@ dist_layouts_DATA =\ layouts/armenian-article.layout \ layouts/article.layout \ layouts/article-beamer.layout \ + layouts/basic.module \ layouts/beamer.layout \ layouts/bicaption.module \ layouts/book.layout \ @@ -1397,6 +1402,7 @@ dist_layouts_DATA =\ layouts/jsarticle.layout \ layouts/jsbook.layout \ layouts/jss.layout \ + layouts/jurabib.module \ layouts/kluwer.layout \ layouts/knitr.module \ layouts/latex8.layout \ @@ -1419,6 +1425,7 @@ dist_layouts_DATA =\ layouts/mwart.layout \ layouts/mwbk.layout \ layouts/mwrep.layout \ + layouts/natbib.module \ layouts/noweb.module \ layouts/numarticle.inc \ layouts/numreport.inc \ @@ -1658,6 +1665,6 @@ dist_noinst_DATA += lyx.desktop.in images/lyx.svg images/lyx.png install-data-hook: $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py - for i in $(scriptdir)/*.py ; do \ - $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/$$i; \ + for i in $(scriptsdir)/*.py $(scriptsdir)/listerrors ; do \ + $(CHMOD) 755 $(DESTDIR)/$$i; \ done