Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F3152157
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
562 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/ra/1.1/Makefile b/ra/1.1/Makefile
index 2cebe61..4b112c8 100644
--- a/ra/1.1/Makefile
+++ b/ra/1.1/Makefile
@@ -1,19 +1,23 @@
# Basic DocBook mangling makefile.
#
#
BASENAME=resource-agent-api
+GRAMMAR=ra-api.rng
+TEST_FILES=ra-metadata-example.xml
.PHONY: all clean
%.html: %.md
pandoc -f markdown -o $@ $^
%.pdf: %.md
pandoc -f markdown -o $@ $^
all: $(BASENAME).pdf $(BASENAME).html
clean:
rm -f $(BASENAME).pdf $(BASENAME).html
+check: $(GRAMMAR) $(TEST_FILES)
+ xmllint --relaxng $(GRAMMAR) --noout $(TEST_FILES)
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Feb 24, 4:53 PM (2 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1459108
Default Alt Text
(562 B)
Attached To
Mode
rO OCF-spec
Attached
Detach File
Event Timeline
Log In to Comment