[librsvg: 2/4] Fix NEWS.md in Makefile.am




commit 997764b23257f0dae48cc87ced3d1ed2acd975df
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Jun 10 16:23:22 2022 -0500

    Fix NEWS.md in Makefile.am
    
    Oops.
    
    Also, add SECURITY.md to the distributed files.
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/707>

 Makefile.am | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1e1ce8564..8ae5d21a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -258,17 +258,19 @@ EXTRA_DIST =                              \
        $(LIBRSVG_SRC)                  \
        $(RUST_EXTRA)                   \
        $(RSVG_CONVERT_SRC)             \
-       librsvg.doap                    \
        AUTHORS                         \
-       NEWS                            \
        COPYING.LIB                     \
-       librsvg-zip.in                  \
+       NEWS.md                         \
+       SECURITY.md                     \
        Rsvg-2.0-custom.vala            \
        Rsvg-2.0.metadata               \
-       rsvg-convert.rst                \
        glib-tap.mk                     \
+       librsvg-zip.in                  \
+       librsvg.doap                    \
+       rsvg-convert.rst                \
        tap-driver.sh                   \
-       tap-test
+       tap-test                        \
+       $(NULL)
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = librsvg-$(RSVG_API_VERSION).pc


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