mirror of
https://github.com/gbdk-2020/gbdk-2020.git
synced 2026-02-20 00:32:21 +01:00
Docs: Doxygen path config from makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -328,7 +328,7 @@ endif
|
||||
#Run Doxygen
|
||||
rm -rf $(GBDKDOCSDIR)/api; \
|
||||
cd "$(GBDKLIBDIR)/include"; \
|
||||
GBDKDOCSDIR="$(GBDKDOCSDIR)" GBDKVERSION=$(VER) GBDKLIBDIR="$(GBDKLIBDIR)" $(DOXYGENCMD) "$(GBDKDOCSDIR)/config/gbdk-2020-doxyfile"
|
||||
GBDKDOCSDIR="$(GBDKDOCSDIR)" GBDKVERSION=$(VER) GBDKLIBDIR="$(GBDKLIBDIR)" GBDKBASEDIR="$(TOPDIR)" $(DOXYGENCMD) "$(GBDKDOCSDIR)/config/gbdk-2020-doxyfile"
|
||||
@if [ "$(DOCS_PDF_ON)" = "YES" ]; then\
|
||||
$(MAKE) -C $(GBDKDOCSDIR)/latex;\
|
||||
cp $(GBDKDOCSDIR)/latex/refman.pdf $(GBDKDOCSDIR)/gbdk_manual.pdf;\
|
||||
|
||||
Reference in New Issue
Block a user