Add 'docs' target to generate the developer Doxygen generated documentation.

svn path=/trunk/netsurf/; revision=3908
This commit is contained in:
John Tytgat 2008-03-09 17:06:45 +00:00
parent 62d2e47936
commit 7e08dfff8c
1 changed files with 7 additions and 0 deletions

View File

@ -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