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
commit881c091cdf201662479f13692ac7a85c21001e4d (patch)
treecb829d7a2fb7887d81ade92f1e943a5035a45254 /doc/security-team.d.o/Makefile
parentfe5815491552df4f74ee81b2382548058b1e1968 (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