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

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