summaryrefslogtreecommitdiff
path: root/src/htdocs/releases/1.24/Makefile.am
blob: 0f22ee0de263f830125a066aac755f37348a5d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
built_pages = index.html

#gdb-gst-print.png
pics =

release-notes-1.24.html: release-notes-1.24.md
	markdown $(srcdir)/release-notes-1.24.md > $(builddir)/release-notes-1.24.html

index.html: release-notes-1.24.html index.xml $(fullstyle) $(entities) $(page_style) $(pics)
	for pic in $(pics); do cp $(srcdir)/$$pic $(builddir)/$$pic; done
	xsltproc @XSLTPROC_ARGS@ $(srcdir)/index.xml -o $@ --path "$(builddir)"

include $(top_srcdir)/html.make