blob: 2b263eea931b2d788b12dcab00c3bfaad083afe7 (
plain)
1
2
3
4
5
6
7
|
# Set if you are using your own HTML stylesheet...
#HTML_STYLESHEET = mystyle.css
# Dependency information.
$(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
include ../Makefile.inc
|