summaryrefslogtreecommitdiff
path: root/cesar/cp/pwl/test/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/pwl/test/doc/Makefile')
-rw-r--r--cesar/cp/pwl/test/doc/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/cesar/cp/pwl/test/doc/Makefile b/cesar/cp/pwl/test/doc/Makefile
deleted file mode 100644
index d3db9f86c8..0000000000
--- a/cesar/cp/pwl/test/doc/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PAGES= pwl.txt
-
-ODT=$(PAGES:%.txt=%.odt)
-HTML=$(PAGES:%.txt=%.html)
-
-all: $(ODT) $(HTML)
-
-odt: $(ODT)
-
-html: $(HTML)
-
-%.odt: %.txt
- rst2odt.py $< $@
-
-%.html: %.txt
- rst2html $< $@
-
-clean:
- rm -f $(ODT)
- rm -f $(HTML)