summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-07 09:18:14 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-07 09:18:14 +0100
commitd0371d5d3b34f0a7b4b8a2d6ef59f938260faf3a (patch)
tree684bc7b8b5a9117410411ea847cb131fe72c074f /Makefile
parentb7eb35ef24a1b7ea9484bb1d67e7b198abbc117b (diff)
downloadnetsurf-d0371d5d3b34f0a7b4b8a2d6ef59f938260faf3a.tar.gz
netsurf-d0371d5d3b34f0a7b4b8a2d6ef59f938260faf3a.tar.bz2
Add documentation showing unimplemented javascript bindings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 784c42f6c..ce2a0a622 100644
--- a/Makefile
+++ b/Makefile
@@ -839,8 +839,8 @@ install: all-program install-$(TARGET)
.PHONY: docs
-docs:
- doxygen Docs/Doxyfile
+docs: Docs/Doxyfile
+ doxygen $<
# ----------------------------------------------------------------------------