style.css management

Roumen Petrov <[email protected]> Sat, 10 Jun 2017 19:15:33 +0300
Newsgroups gmane.text.xml.xmlsec
Message-ID <[email protected]>
Hi Aleksey,

During mingw build test I note that make clean removes style.css.
Proposed patch "0004-style.css-management.patch" resolve issue. Also it 
sees to me style.css is part of distributions and installation of manual.

Regards,
Roumen

_______________________________________________
xmlsec mailing list
[email protected]
http://www.aleksey.com/mailman/listinfo/xmlsec
0004-style.css-management.patch (text/x-diff, 1 KB)
From 56d8effa7066fe9ff26855403c59ec4a77ddb54f Mon Sep 17 00:00:00 2001
From: Roumen Petrov <[email protected]>
Date: Sat, 10 Jun 2017 12:10:14 -0400
Subject: [PATCH 4/4] style.css management

---
 docs/api/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am
index 6eb77ad..41d1aa7 100644
--- a/docs/api/Makefile.am
+++ b/docs/api/Makefile.am
@@ -32,11 +32,13 @@ EXTRA_DIST = \
 	$(TMPL_DIR) \
 	$(srcdir)/src \
 	$(srcdir)/images \
+	$(srcdir)/style.css \
 	$(NULL)
 
 SOURCE_FILES_TO_COPY = \
 	$(srcdir)/src \
 	$(srcdir)/images \
+	$(srcdir)/style.css \
 	$(srcdir)/*.html \
 	$(srcdir)/*.png \
 	$(NULL)	
@@ -316,7 +318,7 @@ dist-hook:
 	
 clean-local:
 	-rm -rf $(SOURCE_CODE_DIR) $(EXAMPLES_DIR) $(SCAN_DIR)/*.txt $(SGML_DIR) $(XML_DIR)
-	-rm -f *.stamp *.types *.css index.sgml
+	-rm -f *.stamp *.types index.sgml
 	( if [ z"$(TMPL_SRC_DIR)" != z"$(TMPL_DIR)" ] && [ -d "$(TMPL_DIR)" ] ; then \
 		chmod -R u+w $(TMPL_DIR) && rm -rf $(TMPL_DIR) ; \
 	 fi ; )
-- 
1.8.3.1