diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2010-12-13 23:33:24 +0200 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2010-12-13 23:33:24 +0200 |
commit | bb61a75c335bc109e5b6db720914a81107130ba9 (patch) | |
tree | 072a6805f2cd97850fb5f60c4ae40841042c36db | |
parent | 1c5b24dd84738c6087b97bb10bc7deb5802db170 (diff) | |
download | markup-validator-bb61a75c335bc109e5b6db720914a81107130ba9.zip markup-validator-bb61a75c335bc109e5b6db720914a81107130ba9.tar.gz markup-validator-bb61a75c335bc109e5b6db720914a81107130ba9.tar.bz2 |
Make it possible to override Makefile variables in config.mk.
-rw-r--r-- | .hgignore | 1 | ||||
-rw-r--r-- | Makefile | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,7 @@ syntax: glob *.bak *.gz *.py[co] +config.mk misc/bundle/blib misc/bundle/Makefile misc/bundle/Makefile.old @@ -14,6 +14,9 @@ GZIP = gzip -9n VALIDATOR_URI = http://localhost/w3c-validator/check +# Override the above variables in config.mk if needed. +-include config.mk + all: htdocs/docs/errors.html htdocs/sgml-lib/catalog.xml $(GZIP_FILES) htdocs/docs/errors.html: misc/docs_errors.pl share/templates/en_US/error_messages.cfg share/templates/en_US/docs_errors.tmpl htdocs/config/validator.conf |