summaryrefslogtreecommitdiffstats
path: root/doc/security-team.d.o/Makefile
blob: 383c1b12b20543a9434028c5df657b47dab5a1f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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