Skip to content

Commit 89a644b

Browse files
committedJan 25, 2025
"make doc" for Doxygen
1 parent 4b690a7 commit 89a644b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎Makefile

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# http://miniupnp.free.fr/
44
# https://miniupnp.tuxfamily.org/
55
# https://github.com/miniupnp/miniupnp
6-
# (c) 2005-2024 Thomas Bernard
6+
# (c) 2005-2025 Thomas Bernard
77
# to install use :
88
# $ make DESTDIR=/tmp/dummylocation install
99
# or
@@ -167,7 +167,7 @@ endif
167167

168168

169169
.PHONY: install clean depend all check test everything \
170-
installpythonmodule updateversion
170+
installpythonmodule updateversion doc
171171

172172
all: $(LIBRARY) $(EXECUTABLES)
173173

@@ -178,6 +178,8 @@ check: validateminixml validateminiwget validateupnpreplyparse \
178178

179179
everything: all $(EXECUTABLES_ADDTESTS)
180180

181+
doc: doxygen/html/index.html
182+
181183
# note : the python module "wheel" is required for bdist_wheel
182184
pythonmodule: $(LIBRARY) $(SRCDIR)/miniupnpcmodule.c setup.py
183185
MAKE=$(MAKE) python setup.py build
@@ -397,6 +399,9 @@ ideb:
397399

398400
minihttptestserver: minihttptestserver.o
399401

402+
doxygen/html/index.html: Doxyfile $(SRCS) $(HEADERS)
403+
doxygen
404+
400405
print-%:
401406
@echo "$* = $($*)"
402407

0 commit comments

Comments
 (0)
Please sign in to comment.