mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
Add 'docs' target to generate the developer Doxygen generated documentation.
svn path=/trunk/netsurf/; revision=3908
This commit is contained in:
parent
62d2e47936
commit
7e08dfff8c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user