You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
285 B

#
# "Makefile.am" for "libupnp/upnp"
#
# Copyright (C) 2020 Marcelo Roberto Jimenez
#
EXTRA_DIST = api_changes
docs:
doxygen
html-local: docs
pdf-local: docs
$(MAKE) -C doxygen/latex
mv doxygen/latex/refman.pdf doxygen/latex/libupnp-reference.pdf
clean-local:
-rm -rf doxygen