[PATCH 2/5] use new guide transform in Makefile, fixed filename mistake

Jeffrey Blank blank at eclipse.ncsc.mil
Thu Oct 10 02:58:05 UTC 2013


Signed-off-by: Jeffrey Blank <blank at eclipse.ncsc.mil>
---
 RHEL6/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/RHEL6/Makefile b/RHEL6/Makefile
index 1c3d2a9..aa746ce 100644
--- a/RHEL6/Makefile
+++ b/RHEL6/Makefile
@@ -35,8 +35,9 @@ guide: shorthand2xccdf
 #	remove auxiliary Groups which are only for use in tables, and not guide output.
 #	specifying a nonexistent profile, "allrules," to make oscap print all Rules
 	xsltproc -o $(OUT)/unlinked-rhel6-xccdf-guide.xml $(TRANS)/xccdf-removeaux.xslt $(OUT)/unlinked-rhel6-xccdf.xml
-	xsltproc -o $(OUT)/unlinked-notest-rhel6-xccdf-guide.xml $(TRANS)/xccdf-removetested.xslt $(OUT)/unlinked-rhel6-xccdf.xml
+	xsltproc -o $(OUT)/unlinked-notest-rhel6-xccdf-guide.xml $(TRANS)/xccdf-removetested.xslt $(OUT)/unlinked-rhel6-xccdf-guide.xml
 	oscap xccdf generate guide --profile allrules $(OUT)/unlinked-notest-rhel6-xccdf-guide.xml > $(OUT)/rhel6-guide.html
+	xsltproc -o $(OUT)/rhel6-guide-custom.html $(TRANS)/xccdf2html.xslt $(OUT)/unlinked-notest-rhel6-xccdf-guide.xml
 
 # example, if needed: for converting XCCDF into shorthand
 #xccdf2shorthand:
-- 
1.7.1



More information about the scap-security-guide mailing list