[libxml2] Only install *.html and *.c example files



commit 95766541622b3a66c929e2e272b0252750d0174d
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Wed Mar 2 19:01:16 2022 +0100

    Only install *.html and *.c example files

 doc/examples/Makefile.am | 2 +-
 doc/examples/index.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 473e723f..5ba21ee1 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -19,7 +19,7 @@ rebuild:
 
 install-data-local: 
        $(MKDIR_P) $(DESTDIR)$(docdir)/examples
-       -$(INSTALL) -m 0644 $(srcdir)/*.html $(srcdir)/*.c $(srcdir)/*.xml $(srcdir)/*.xsl $(srcdir)/*.res 
$(DESTDIR)$(docdir)/examples/
+       -$(INSTALL) -m 0644 $(srcdir)/*.html $(srcdir)/*.c $(DESTDIR)$(docdir)/examples/
 
 clean-local:
        test -f Makefile.am || rm -f test?.xml
diff --git a/doc/examples/index.py b/doc/examples/index.py
index fed3428c..b280d060 100755
--- a/doc/examples/index.py
+++ b/doc/examples/index.py
@@ -241,7 +241,7 @@ rebuild:
 
 install-data-local: 
        $(MKDIR_P) $(DESTDIR)$(docdir)/examples
-       -$(INSTALL) -m 0644 $(srcdir)/*.html $(srcdir)/*.c $(srcdir)/*.xml $(srcdir)/*.xsl $(srcdir)/*.res 
$(DESTDIR)$(docdir)/examples/
+       -$(INSTALL) -m 0644 $(srcdir)/*.html $(srcdir)/*.c $(DESTDIR)$(docdir)/examples/
 
 clean-local:
        test -f Makefile.am || rm -f test?.xml


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