From 7e08dfff8c60ccf1d71423ff88d27035d80e52f0 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sun, 9 Mar 2008 17:06:45 +0000 Subject: Add 'docs' target to generate the developer Doxygen generated documentation. svn path=/trunk/netsurf/; revision=3908 --- Makefile.unix | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3