[gnomemm-website/kjellahl/testci] CI: Test with xsltproc --nonet



commit 7f6d03ede5a0cf13b911f280b25b87ac4b343625
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sat Jan 8 12:03:44 2022 +0100

    CI: Test with xsltproc --nonet

 .gitlab-ci.yml   | 6 +++---
 docs/Makefile.am | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 692b456..56f66b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,8 +17,8 @@ website_build:
       itstool
       libxml2-utils
       xsltproc
-      docbook-xml
-      docbook-xsl
+  #    docbook-xml
+  #    docbook-xsl
   #    docbook5-xml
   #    docbook-xsl-ns
   script:
@@ -41,4 +41,4 @@ pages:
     paths:
       - public
   only:
-    - kjellahl/testci
+    - master
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 63ab112..787122f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -70,7 +70,7 @@ $(website_indexes): html/%/index.html:$(addprefix %/,$(HELP_FILES))
   lang=$(subst html/,,$(subst /index.html,,$@))
        $(AM_V_at)rm -rf html/$(lang)
        $(AM_V_at)$(MKDIR_P) html/$(lang)
-       $(AM_V_GEN)$(XSLTPROC) -o html/$(lang)/ --xinclude $(srcdir)/param.xsl 
$(builddir)/$(lang)/$(help_index_file)
+       $(AM_V_GEN)$(XSLTPROC) -o html/$(lang)/ --xinclude --nonet $(srcdir)/param.xsl 
$(builddir)/$(lang)/$(help_index_file)
        $(AM_V_at)rm -f html/$(lang)/root.html
 
 # Create a html generation of the C locale's version of the DocBook,


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