summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/test/utest/host/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/sar/test/utest/host/doc/Makefile')
-rw-r--r--cesar/mac/sar/test/utest/host/doc/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/cesar/mac/sar/test/utest/host/doc/Makefile b/cesar/mac/sar/test/utest/host/doc/Makefile
new file mode 100644
index 0000000000..0903abcc6b
--- /dev/null
+++ b/cesar/mac/sar/test/utest/host/doc/Makefile
@@ -0,0 +1,25 @@
+PAGES= reassembly_complete.txt \
+rea_cov_test.txt \
+reassembly_create_mfs.txt \
+lib_sar_mfs.txt \
+reassembly_measurement.txt \
+reassembly_mfs_update_expiration_date.txt \
+sar_call_back_ul.txt \
+lib_sar_expiration.txt \
+sar_mfs_resising.txt \
+segmentation_complete.txt \
+test_store_memory.txt \
+test_crc_error.txt \
+msdu-timeout.txt \
+beacon_path.txt \
+test-seg-provide-pb.txt
+
+ODT: $(PAGES:%.txt=%.odt)
+
+all: $(ODT)
+
+%.odt: %.txt
+ rst2odt.py $< $@
+
+clean:
+ rm -f $(PAGES:%.txt=%.odt)