docs: Remove old PDFs and add Doxygen makefile target

All the documentation is now generated with Doxygen.
This commit is contained in:
Antonio Niño Díaz 2023-05-01 03:07:32 +01:00
parent b8e80a70dd
commit ab04d9a801
4 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
docs/html/ docs/
lib/ lib/
build/ build/
*.nds *.nds

View File

@ -115,7 +115,7 @@ DEPS := $(OBJS:.o=.d)
# Targets # Targets
# ------- # -------
.PHONY: all clean install .PHONY: all clean docs install
all: $(ARCHIVE) all: $(ARCHIVE)
@ -134,6 +134,9 @@ install: all
$(V)$(INSTALL) -d $(BLOCKSDSEXT)/$(INSTALLNAME)/ $(V)$(INSTALL) -d $(BLOCKSDSEXT)/$(INSTALLNAME)/
$(V)$(CP) -r include lib $(BLOCKSDSEXT)/$(INSTALLNAME)/ $(V)$(CP) -r include lib $(BLOCKSDSEXT)/$(INSTALLNAME)/
docs:
$(V)doxygen Doxyfile
# Rules # Rules
# ----- # -----

Binary file not shown.

Binary file not shown.