Kornel Benko wrote: > @@ -337,6 +339,7 @@ dist_examples_DATA = \ > examples/sweave.lyx \ > examples/tufte-book.lyx \ > examples/tufte-handout.lyx \ > + examples/xyfigure.lyx \ > examples/xyfigure.png \ > examples/xypic.lyx > > @@ -1630,6 +1633,7 @@ dist_imagesoxygen_DATA = \ > images/oxygen/font-emph.png \ > images/oxygen/font-noun.png \ > images/oxygen/footnote-insert.png \ > + images/oxygen/iconsize.png \ > images/oxygen/href-insert.png \ > images/oxygen/index-insert.png \ > images/oxygen/label-insert.png \ > @@ -2133,6 +2137,7 @@ dist_templates_DATA = \ > templates/aastex.lyx \ > templates/ACM-siggraph.lyx \ > templates/ACM-sigplan.lyx \ > + templates/ACM-SIGS.lyx \ > templates/AEA.lyx \ > templates/AGUTeX.lyx \ > templates/APA.lyx \ > @@ -2144,6 +2149,7 @@ dist_templates_DATA = \ > templates/DocBook_article.lyx \ > templates/ectaart.lyx \ > templates/elsarticle.lyx \ > + templates/EPS-cropped.lyx \ > templates/es_beamer-conference-ornate-20min.lyx \ > templates/fr_beamer-conference-ornate-20min.lyx \ > templates/frletter.lyx \ > @@ -2164,6 +2170,7 @@ dist_templates_DATA = \ > templates/koma-letter2.lyx \ > templates/letter.lyx \ > templates/lettre.lyx \ > + templates/PDF-cropped.lyx \ > templates/poster-a0poster-colored.lyx \ > templates/poster-a0poster-simple.lyx \ > templates/poster-beamerposter.lyx \
Aren't those candidate for branch as well? > diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am > index 5270ba4..b9dc70f 100644 > --- a/src/frontends/qt4/Makefile.am > +++ b/src/frontends/qt4/Makefile.am > @@ -206,6 +206,7 @@ MOCHEADER = \ > GuiERT.h \ > GuiExternal.h \ > GuiGraphics.h \ > + GuiGraphicsUi.h \ > GuiHSpace.h \ > GuiHyperlink.h \ > GuiInclude.h \ Why is this file needed? P