[gnomemm-website/kjellahl/testci] CI: More --nonet



commit f44e112faa525b3ba02bb5cb68275e9ef5d16cb2
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sat Jan 8 12:09:56 2022 +0100

    CI: More --nonet

 docs/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 787122f..e1f3abb 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -78,7 +78,7 @@ $(website_indexes): html/%/index.html:$(addprefix %/,$(HELP_FILES))
 html/en/index.html: $(addprefix $(srcdir)/C/,$(HELP_FILES))
        $(AM_V_at)rm -fr html/en
        $(AM_V_at)$(MKDIR_P) html/en
-       $(AM_V_GEN)$(XSLTPROC) -o html/en/ --xinclude $(srcdir)/param.xsl $(srcdir)/C/$(help_index_file)
+       $(AM_V_GEN)$(XSLTPROC) -o html/en/ --xinclude --nonet $(srcdir)/param.xsl 
$(srcdir)/C/$(help_index_file)
        
 validate: $(addprefix $(srcdir)/C/,$(HELP_FILES))
        $(XMLLINT) --xinclude --postvalid --noout $<


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