summaryrefslogtreecommitdiffstats
path: root/doc/security-team.d.o/Makefile
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2014-04-02 13:46:36 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2014-04-02 13:46:36 +0000
commit5a988d8c601e151b5e4173f554955a511f572aa0 (patch)
tree2d2c26727a5235c8940166272a08864e5d0e271d /doc/security-team.d.o/Makefile
parent3ecb83eb0732b65d5d32a4e2a635b52fd436c9c8 (diff)
First try towards handling via svn checkout and updating page
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@26417 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'doc/security-team.d.o/Makefile')
-rw-r--r--doc/security-team.d.o/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/security-team.d.o/Makefile b/doc/security-team.d.o/Makefile
index ce4b6b2127..82d9f64090 100644
--- a/doc/security-team.d.o/Makefile
+++ b/doc/security-team.d.o/Makefile
@@ -1,11 +1,12 @@
MD=/usr/bin/markdown_py
SOURCES=security_tracker glossary index contact
-HTMLS=$(patsubst %,%.html,$(SOURCES))
+DEST=/srv/security-team.debian.org/htdocs
+HTMLS=$(patsubst %,$(DEST)/%.html,$(SOURCES))
EXTENSIONS=tables def_list toc
all: $(HTMLS)
-%.html: %
+$(DEST)/%.html: %
(cat header; /usr/bin/markdown_py $< $(addprefix -x ,$(EXTENSIONS)) ) > $@
.PHONY: clean all rebuild

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