1
mirror of https://github.com/mpv-player/mpv synced 2024-11-07 01:47:00 +01:00
mpv/DOCS/xml/it/Makefile
ptt 2287ea0925 italian xml/html docs translation - first step. up till now accented vowels are
vowels are written as <vowel>', i'll change them all together to html
codes at the end :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23512 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-08 11:01:34 +00:00

12 lines
304 B
Makefile

# Set if you are using your own HTML stylesheet...
#HTML_STYLESHEET = mystyle.css
# Change to yes to enable symlinking missing files to English master versions
USE_SYMLINKS = yes
# Dependency information.
$(HTMLDIR)/index.html: $(wildcard *.xml)
$(HTMLFILE): $(wildcard *.xml)
include ../Makefile.inc