File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
# http://miniupnp.free.fr/
4
4
# https://miniupnp.tuxfamily.org/
5
5
# https://github.com/miniupnp/miniupnp
6
- # (c) 2005-2024 Thomas Bernard
6
+ # (c) 2005-2025 Thomas Bernard
7
7
# to install use :
8
8
# $ make DESTDIR=/tmp/dummylocation install
9
9
# or
@@ -167,7 +167,7 @@ endif
167
167
168
168
169
169
.PHONY : install clean depend all check test everything \
170
- installpythonmodule updateversion
170
+ installpythonmodule updateversion doc
171
171
172
172
all : $(LIBRARY ) $(EXECUTABLES )
173
173
@@ -178,6 +178,8 @@ check: validateminixml validateminiwget validateupnpreplyparse \
178
178
179
179
everything : all $(EXECUTABLES_ADDTESTS )
180
180
181
+ doc : doxygen/html/index.html
182
+
181
183
# note : the python module "wheel" is required for bdist_wheel
182
184
pythonmodule : $(LIBRARY ) $(SRCDIR ) /miniupnpcmodule.c setup.py
183
185
MAKE=$(MAKE ) python setup.py build
@@ -397,6 +399,9 @@ ideb:
397
399
398
400
minihttptestserver : minihttptestserver.o
399
401
402
+ doxygen/html/index.html : Doxyfile $(SRCS ) $(HEADERS )
403
+ doxygen
404
+
400
405
print-% :
401
406
@echo " $* = $( $* ) "
402
407
You can’t perform that action at this time.
0 commit comments