From 020c181ed73475f4649ae911a07a1aefa81ed94e Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Fri, 20 Apr 2012 12:26:29 +0200 Subject: [PATCH] added 'make docs' target, that updates the doxygen documentation --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.34.1