diff options
Diffstat (limited to 'doc/plan/Makefile')
-rw-r--r-- | doc/plan/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/plan/Makefile b/doc/plan/Makefile deleted file mode 100644 index aa353ce82..000000000 --- a/doc/plan/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -SRC = plan.xml -TARGET = plan.html -XSLT = plan2table.xsl - -all: validate transform - -transform: - xsltproc --output $(TARGET) $(XSLT) $(SRC) - -validate: - xmllint --noout --valid $(SRC) - -clean: - rm -f $(TARGET) |