mirror of
https://github.com/knightfox75/nds_nflib.git
synced 2025-06-18 08:45:35 -04:00
docs: Remove old PDFs and add Doxygen makefile target
All the documentation is now generated with Doxygen.
This commit is contained in:
parent
b8e80a70dd
commit
ab04d9a801
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
docs/html/
|
||||
docs/
|
||||
lib/
|
||||
build/
|
||||
*.nds
|
||||
|
@ -115,7 +115,7 @@ DEPS := $(OBJS:.o=.d)
|
||||
# Targets
|
||||
# -------
|
||||
|
||||
.PHONY: all clean install
|
||||
.PHONY: all clean docs install
|
||||
|
||||
all: $(ARCHIVE)
|
||||
|
||||
@ -134,6 +134,9 @@ install: all
|
||||
$(V)$(INSTALL) -d $(BLOCKSDSEXT)/$(INSTALLNAME)/
|
||||
$(V)$(CP) -r include lib $(BLOCKSDSEXT)/$(INSTALLNAME)/
|
||||
|
||||
docs:
|
||||
$(V)doxygen Doxyfile
|
||||
|
||||
# Rules
|
||||
# -----
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user