Mercurial > mplayer.hg
annotate DOCS/xml/en/Makefile @ 12063:e11fc0ef72db
The attached patch fixes a minor build problem on GNU/k*BSD: getch2.c should
check for Glibc, not GNU.
patch by Robert Millan <zeratul2@wanadoo.es>
author | diego |
---|---|
date | Wed, 24 Mar 2004 17:51:35 +0000 |
parents | 71a4c2eb1340 |
children | 03e8eec6e104 |
rev | line source |
---|---|
9675 | 1 # Set if you are using your own HTML stylesheet... |
2 #HTML_STYLESHEET = mystyle.css | |
3 | |
11045 | 4 # Change to yes to enable symlinking missing files to English master versions |
5 USE_SYMLINKS = no | |
6 | |
9675 | 7 # Dependency information. |
8 $(HTMLDIR)/index.html: $(wildcard *.xml) | |
11188
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
11045
diff
changeset
|
9 $(HTMLFILE): $(wildcard *.xml) |
11896
71a4c2eb1340
100l for forgetting to update this. It would brake building after distclean.
wight
parents:
11188
diff
changeset
|
10 |
71a4c2eb1340
100l for forgetting to update this. It would brake building after distclean.
wight
parents:
11188
diff
changeset
|
11 include ../Makefile.inc |