[librsvg: 1/4] Fix typo in the docs EXTRA_DIST




commit 86bb0c0b984e165426a97a29f198418f354c7eb9
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Jan 6 20:36:12 2022 -0600

    Fix typo in the docs EXTRA_DIST
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/651>

 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e3dc74262..550351bb0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -6,7 +6,7 @@ DOCS_SRC =                                      \
        recommendations.md                      \
        $(NULL)
 
-EXTRA_DIST = $(DOCS_SOURCES)
+EXTRA_DIST = $(DOCS_SRC)
 
 HEADERS_WITH_DOCS = $(top_srcdir)/include/librsvg/*.h
 GIR_FILE = $(top_builddir)/Rsvg-2.0.gir


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