summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-03-09 17:06:45 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-03-09 17:06:45 +0000
commit7e08dfff8c60ccf1d71423ff88d27035d80e52f0 (patch)
treec858e295681421d7896393bd66df659be7e8fca7
parent62d2e47936663017520b102df9c5be66e20cafd9 (diff)
downloadnetsurf-7e08dfff8c60ccf1d71423ff88d27035d80e52f0.tar.gz
netsurf-7e08dfff8c60ccf1d71423ff88d27035d80e52f0.tar.bz2
Add 'docs' target to generate the developer Doxygen generated documentation.
svn path=/trunk/netsurf/; revision=3908
-rw-r--r--Makefile.unix7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.unix b/Makefile.unix
index 9c17141a3..e78e61ec2 100644
--- a/Makefile.unix
+++ b/Makefile.unix
@@ -16,6 +16,10 @@
#
# To clean, invoke as above, with the 'clean' target
#
+# To build developer Doxygen generated documentation, invoke as above,
+# with the 'docs' target:
+# make -f Makefile.unix docs
+#
all: all-program
@@ -214,3 +218,6 @@ $(eval $(foreach SOURCE,$(filter %.s,$(SOURCES)), \
clean: $(CLEANS)
+
+docs:
+ doxygen Docs/Doxyfile