aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/plugins
diff options
context:
space:
mode:
authorreinelt <>2005-05-06 05:40:03 +0000
committerreinelt <>2005-05-06 05:40:03 +0000
commit35f5c1546dc5d4b69bb614416e6dc5dfe8706a68 (patch)
tree09e7ec72be40409cc74165cf55a9aaf958d63e6a /documentation/plugins
parent2b068848691202d26100cdf75c62c460313983ec (diff)
downloadlcd4linux-35f5c1546dc5d4b69bb614416e6dc5dfe8706a68.tar.gz
[lcd4linux @ 2005-05-06 05:40:02 by reinelt]
remove documentation pass#2
Diffstat (limited to 'documentation/plugins')
-rw-r--r--documentation/plugins/Makefile59
-rw-r--r--documentation/plugins/index.xml14
2 files changed, 0 insertions, 73 deletions
diff --git a/documentation/plugins/Makefile b/documentation/plugins/Makefile
deleted file mode 100644
index 2519f22..0000000
--- a/documentation/plugins/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# Path
-DIR = $(notdir $(PWD))
-OUTPUT = ../HTML
-
-ifeq "$(DIR)" "lcd4linux"
- DIR =
-endif
-
-ifeq "$(DIR)" ""
- XSLTPROC = xsltproc
-else
- XSLTPROC = xsltproc --stringparam class $(DIR) --stringparam root "../"
-endif
-
-XMLVALID = xmllint --noout --valid
-
-NAMES=$(shell find . -name "*.xml" -exec basename {} .xml \;)
-
-html: $(patsubst %.xml,%.html,$(wildcard *.xml))
-html-forced: $(patsubst %.xml,%.html-forced,$(wildcard *.xml))
-
-%.html: %.xml %.xml-check output
- $(XSLTPROC) $< > $(OUTPUT)/$(DIR)/$@
-
-%.html-forced: %.xml output
- $(XSLTPROC) $< > $(OUTPUT)/$(DIR)/$(patsubst %.xml,%.html,$<)
-
-check: $(patsubst %.xml, %.xml-check, $(wildcard *.xml))
-
-%.xml-check: %.xml
- @echo "*** Validation of $<"
- $(XMLVALID) $<
-
-output:
- test -d $(OUTPUT) || `mkdir $(OUTPUT); cp ../data/doc.css $(OUTPUT); cp -R ../data/images $(OUTPUT)`
- test -d $(OUTPUT)/$(DIR) || mkdir $(OUTPUT)/$(DIR)
-
-clean:
- rm -f $(OUTPUT)/$(DIR)/*.html
-
-clean-bak:
- rm -f *~ *.bak
-
-help:
- @echo -e ""
- @echo -e "Usage :"
- @echo -e "-------"
- @echo -e "make or make html : builds all possible html pages from xml files"
- @echo -e "make %.html : builds the %.html page from %.xml"
- @echo -e ""
- @echo -e "make html-forced : builds all possible html pages from xml files (no validity check)"
- @echo -e "make %.html-forced : builds the %.html page from %.xml (no validity check)"
- @echo -e ""
- @echo -e "make check : checks the validity of all possible xml files"
- @echo -e "make %.xml-check : checks the validity of %.xml"
- @echo -e ""
- @echo -e "make clean : deletes all generated html pages"
- @echo -e "make clean-bak : deletes *~ and *.bak files"
- @echo -e ""
diff --git a/documentation/plugins/index.xml b/documentation/plugins/index.xml
deleted file mode 100644
index 8e803ae..0000000
--- a/documentation/plugins/index.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<?xml-stylesheet type="text/xsl" href="../xsl/doc.xsl"?>
-<!DOCTYPE doc SYSTEM "../dtd/doc.dtd">
-<doc>
-<head>
- <title>&L4L; plugins</title>
- <ref>plugins_index</ref>
- <links/>
-</head>
-<body>
-<h2>Plugins</h2>
-<index class="plugins"/>
-</body>
-</doc>