[PATCH] Updated Makefile to include all policymaps in dist

Shawn Wells shawn at redhat.com
Sat Apr 21 12:09:50 UTC 2012


The 'make dist' took all individual policy*.html files and coppied them over individually to $(DIST)/policytables. When we created new mappings, such as
Jeff's table-srgmap, those mappings could accidentally be left out of 'make dist' and people may have overlooked their existance.

Modified 'make dist' to copy all $(OUT}/rhel6-table-*.html files, vs naming them individually, to $(DIST)/policytables
---
 rhel6/src/Makefile |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/rhel6/src/Makefile b/rhel6/src/Makefile
index 7eae8e0..462a2ae 100644
--- a/rhel6/src/Makefile
+++ b/rhel6/src/Makefile
@@ -122,10 +122,7 @@ dist: content guide tables
 	cp $(OUT)/rhel6-guide.html $(DIST)/guide
 	cp $(OUT)/rhel6-xccdf-scap-security-guide.xml $(DIST)/content
 	cp $(OUT)/rhel6-oval-scap-security-guide.xml $(DIST)/content
-	cp $(OUT)/rhel6-table-nistrefs-delim-sorted.html $(DIST)/policytables
-	cp $(OUT)/rhel6-table-nistrefs.html $(DIST)/policytables
-	cp $(OUT)/rhel6-table-cnssrefs.html $(DIST)/policytables
-	cp $(OUT)/rhel6-table-dcidrefs.html $(DIST)/policytables
+	cp $(OUT)/rhel6-table-*.html $(DIST)/policytables
 
 tarball: $(TARBALL)
 
-- 
1.7.1


--azLHFNyN32YCQGCU--


More information about the scap-security-guide mailing list