[gtk/wip/smcv/missing-xinclude-content: 1/2] examples: Add exampleapp.desktop to dist tarballs



commit 76b87660ba0f555cb867ac9847d297a81ba4fc0b
Author: Simon McVittie <smcv debian org>
Date:   Wed Apr 8 13:38:59 2020 +0100

    examples: Add exampleapp.desktop to dist tarballs
    
    This should fix the last known instance of "MISSING XINCLUDE CONTENT"
    in the generated documentation when using srcdir != builddir with
    Autotools.
    
    Fixes: https://gitlab.gnome.org/GNOME/gtk/issues/723
    Bug-Debian: https://bugs.debian.org/672369

 examples/application1/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/examples/application1/Makefile.am b/examples/application1/Makefile.am
index 08bee3876d..63ef50fc92 100644
--- a/examples/application1/Makefile.am
+++ b/examples/application1/Makefile.am
@@ -18,6 +18,7 @@ exampleapp_SOURCES =                          \
        exampleappwin.c exampleappwin.h
 
 EXTRA_DIST = \
+       exampleapp.desktop \
        meson.build
 
 -include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]