summaryrefslogtreecommitdiffstats
path: root/doc/security-team.d.o/Makefile
diff options
context:
space:
mode:
authorLuciano Bello <luciano@debian.org>2014-03-30 17:46:43 +0000
committerLuciano Bello <luciano@debian.org>2014-03-30 17:46:43 +0000
commit28941272fc3a620d47c399fb16eee7b48f30038c (patch)
tree9826475eafa9b4e71adb86071f55b5d8e2b80fb5 /doc/security-team.d.o/Makefile
parentcc880e04eaec7ac39b221666f08123001f598321 (diff)
how to contribute with the documentation
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@26356 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'doc/security-team.d.o/Makefile')
-rw-r--r--doc/security-team.d.o/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/security-team.d.o/Makefile b/doc/security-team.d.o/Makefile
new file mode 100644
index 0000000000..6aea8cd87c
--- /dev/null
+++ b/doc/security-team.d.o/Makefile
@@ -0,0 +1,19 @@
+MD=/usr/bin/markdown_py
+SOURCES=security_tracker glossary index contact
+HTMLS=$(patsubst %,%.html,$(SOURCES))
+EXTENSIONS=tables def_list toc
+
+all: $(HTMLS)
+
+%.html: %
+ (cat header; /usr/bin/markdown_py $< $(addprefix -x ,$(EXTENSIONS)) ) > $@
+
+.PHONY: clean all rebuild
+
+clean:
+ rm $(HTMLS)
+
+rebuild : clean all
+
+upload:
+ scp -r $(HTMLS) style.css img dillon.debian.org:/srv/security-team.debian.org/htdocs

© 2014-2024 Faster IT GmbH | imprint | privacy policy