From b933930ed9b15eea27067929caf3207ddbbaf937 Mon Sep 17 00:00:00 2001 From: Daniel Lenski Date: Thu, 25 Mar 2021 17:20:34 -0700 Subject: [PATCH] remove unneeded inc/* and openconnect.8.inc from public/HTML docs Signed-off-by: Daniel Lenski --- www/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/Makefile.am b/www/Makefile.am index 5e7a5cf2..132f06ad 100644 --- a/www/Makefile.am +++ b/www/Makefile.am @@ -15,7 +15,7 @@ html_DATA = $(ALL_PAGES) update: $(ALL_PAGES) mkdir -p $(top_builddir)/public - rsync -av ./ --exclude ocserv-git/ --exclude html.py --exclude 'Makefi*' --exclude '*~' --exclude '.git*' --exclude '*.xml' $(top_builddir)/public/ + rsync -av ./ --exclude inc/ --exclude html.py --exclude 'Makefi*' --exclude '*~' --exclude '.git*' --exclude '*.inc' --exclude '*.xml' $(top_builddir)/public/ .xml.html: $(PYTHON) $(CONV) -d $(srcdir) $< > $@ || (rm $@; exit 1) -- 2.49.0