Whamcloud - gitweb
LUDOC-270 protocol: Update the outline and add support files
[doc/protocol.git] / Makefile
index ed552c0..193d015 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,18 @@
 FIGURES = figures/mkdir1.png
+TEXT = protocol.txt \
+       introduction.txt \
+       data_types.txt \
+       connection.txt \
+       timeouts.txt \
+       file_id.txt \
+       ldlm.txt \
+       llog.txt \
+       recovery.txt \
+       security.txt \
+       lustre_messages.txt \
+       lustre_operations.txt \
+       file_system_operations.txt \
+       glossary.txt
 
 .SUFFIXES : .gnuplot .gv .pdf .png
 
@@ -6,14 +20,14 @@ FIGURES = figures/mkdir1.png
 all: protocol.html protocol.pdf
 
 .PHONY: check
-check: protocol.txt
+check: $(TEXT)
        @echo "Are there lines with trailing white space?"
        build/whitespace.sh $<
 
-protocol.html: $(FIGURES) protocol.txt
+protocol.html: $(FIGURES) $(TEXT)
        asciidoc protocol.txt
 
-protocol.pdf: $(FIGURES) protocol.txt
+protocol.pdf: $(FIGURES) $(TEXT)
        a2x -f pdf --fop protocol.txt
 
 .gv.png: