From 3e1453121fde0696c20b995f54d6448fcfe77aa5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Nov 2010 19:47:15 +0100 Subject: build-sys: add minimal Makefile Make it easier to work on the basedir specification: add a minimal Makefile invoking xmlto. --- basedir/.gitignore | 1 + basedir/Makefile | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 basedir/.gitignore create mode 100644 basedir/Makefile (limited to 'basedir') diff --git a/basedir/.gitignore b/basedir/.gitignore new file mode 100644 index 0000000..126e056 --- /dev/null +++ b/basedir/.gitignore @@ -0,0 +1 @@ +basedir-spec.html diff --git a/basedir/Makefile b/basedir/Makefile new file mode 100644 index 0000000..35a73df --- /dev/null +++ b/basedir/Makefile @@ -0,0 +1,7 @@ +all: basedir-spec.html + +%.html: %.xml + xmlto html-nochunks $< + +clean: + rm -f basedir-spec.html -- cgit v1.2.3-54-g00ecf