X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=61d6f1abce08e2349d41039b56bf361b26c67314;hb=ffc1976b972accc6ce48f6befaa7254a7f353156;hp=7db272891c9cbb822674e90400ff98d60082d67a;hpb=833863c47762a1370df52c5f74c8d111fd81fd8a;p=features.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 7db272891c..61d6f1abce 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -15,7 +15,6 @@ dist_pkgdata_DATA = CREDITS autocorrect chkconfig.ltx \ dist_pkgdata_DATA += configure.py dist_noinst_DATA = \ - appdata.xml \ fonts/test/check_glyphs.lyx \ images/README \ images/font-smallcaps.svgz \ @@ -565,7 +564,7 @@ dist_images_DATA1X = \ images/buffer-write-as.svgz \ images/buffer-write.svgz \ images/build-program.svgz \ - images/busy.gif \ + images/busy.svgz \ images/change-accept.svgz \ images/change-next.svgz \ images/change-reject.svgz \ @@ -2691,6 +2690,7 @@ dist_scripts_DATA += \ scripts/convert_pdf.py \ scripts/convertDefault.py \ scripts/csv2lyx.py \ + scripts/docbook_copy.py \ scripts/ext_copy.py \ scripts/fen2ascii.py \ scripts/fig2pdftex.py \ @@ -3142,6 +3142,9 @@ CLEANFILES = lyx@program_suffix@.desktop lyx.desktop-temp \ endif dist_noinst_DATA += lyx.desktop.in images/lyx.png +metainfodir = $(datadir)/metainfo +dist_metainfo_DATA = org.lyx.LyX.metainfo.xml + exampleandtemplate_files = \ $(dist_arpresentationexamples_DATA) \ $(dist_articleexamples_DATA) \