diff options
author | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-30 21:32:42 +0000 |
---|---|---|
committer | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-30 21:32:42 +0000 |
commit | b8070f3a0119266c09353bcfe3e6a3b0231d5046 (patch) | |
tree | 2c6bf45d7c8dcdec6fa7eda069f0b74044899350 /DOCS/xml/es/Makefile | |
parent | 9dd089832a98740cac7ea9294b763f2232049d8c (diff) |
100l for forgetting to update this. It would brake building after distclean.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11897 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/es/Makefile')
-rw-r--r-- | DOCS/xml/es/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/es/Makefile b/DOCS/xml/es/Makefile index 30aca265a9..e36fbfffa5 100644 --- a/DOCS/xml/es/Makefile +++ b/DOCS/xml/es/Makefile @@ -1,5 +1,3 @@ -include ../Makefile.inc - # Set if you are using your own HTML stylesheet... #HTML_STYLESHEET = mystyle.css @@ -9,3 +7,5 @@ USE_SYMLINKS = no # Dependency information. $(HTMLDIR)/index.html: $(wildcard *.xml) $(HTMLFILE): $(wildcard *.xml) + +include ../Makefile.inc |