File: Makefile.am

package info (click to toggle)
pupnp 1%3A1.14.20-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,440 kB
  • sloc: ansic: 34,488; xml: 1,173; cpp: 573; makefile: 341; sh: 130; python: 51; javascript: 7
file content (19 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# "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