summaryrefslogtreecommitdiffstats
path: root/doc/security-team.d.o/Makefile
blob: 5d52bd1ded714b6ef6f85815b558de529f11328d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# to be executed on dillon.debian.org
MD=/usr/bin/markdown_py
SOURCES=security_tracker glossary index contact
DEST=/srv/security-team.debian.org/htdocs
HTMLS=$(patsubst %,$(DEST)/%.html,$(SOURCES))
EXTENSIONS=tables def_list toc

all: $(HTMLS)

$(DEST)/%.html: %
	(cat header; /usr/bin/markdown_py $< $(addprefix -x ,$(EXTENSIONS)) ) > $@

.PHONY: clean all rebuild publish

clean:
	rm $(HTMLS)

rebuild: clean all

publish:
	static-update-component security-team.debian.org

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