From: Lars Op den Kamp Date: Fri, 20 Apr 2012 10:26:29 +0000 (+0200) Subject: added 'make docs' target, that updates the doxygen documentation X-Git-Tag: upstream/2.2.0~1^2~29^2^2~78 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=020c181ed73475f4649ae911a07a1aefa81ed94e added 'make docs' target, that updates the doxygen documentation --- diff --git a/Makefile.am b/Makefile.am index 471d2bd..6c69f51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,5 @@ -SUBDIRS = src/lib src/testclient src/cec-config \ No newline at end of file +SUBDIRS = src/lib src/testclient src/cec-config + +docs: + echo "Updating documentation (if doxygen is present)" + doxygen