mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-18 13:33:48 +00:00
Add "make html" directive: it will build API documentation using Doxygen. (--enable-doc flag is required at configure time)
This commit is contained in:
12
Makefile.am
12
Makefile.am
@@ -3,3 +3,15 @@ SUBDIRS = src
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libnfc.pc
|
||||
|
||||
EXTRA_DIST = Doxyfile
|
||||
CLEANFILES = Doxygen.log
|
||||
|
||||
if DOC_ENABLED
|
||||
clean-local:
|
||||
rm -rf doc
|
||||
|
||||
html-am : Doxyfile
|
||||
@DOXYGEN@ $(builddir)/Doxyfile
|
||||
|
||||
.PHONY: html
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user