aboutsummaryrefslogtreecommitdiffstats
path: root/doc/plan/Makefile
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2009-12-02 02:04:56 +0800
committerDiego Escalante Urrelo <diegoe@gnome.org>2009-12-03 06:20:48 +0800
commitf29b3148fd369e8100ef423424e3585db935e4d6 (patch)
treef3472f6cd56062f15278f829c4911f9b5a111f34 /doc/plan/Makefile
parent3deb6e06fd3cccaf26bca8c81bf1f83ef7993dd6 (diff)
downloadgsoc2013-epiphany-f29b3148fd369e8100ef423424e3585db935e4d6.tar
gsoc2013-epiphany-f29b3148fd369e8100ef423424e3585db935e4d6.tar.gz
gsoc2013-epiphany-f29b3148fd369e8100ef423424e3585db935e4d6.tar.bz2
gsoc2013-epiphany-f29b3148fd369e8100ef423424e3585db935e4d6.tar.lz
gsoc2013-epiphany-f29b3148fd369e8100ef423424e3585db935e4d6.tar.xz
gsoc2013-epiphany-f29b3148fd369e8100ef423424e3585db935e4d6.tar.zst
gsoc2013-epiphany-f29b3148fd369e8100ef423424e3585db935e4d6.zip
docs: remove useless 'plan'
Diffstat (limited to 'doc/plan/Makefile')
-rw-r--r--doc/plan/Makefile14
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)