From 4d46cb5a3f36e9a1acc268ac181a88b51e57f220 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Thu, 7 Feb 2013 16:19:52 +0200 Subject: [PATCH] Generate the API reference in text format, too. --- lib/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index 775d001e5..8a724afe3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -78,4 +78,8 @@ all-local: *.c \ libwebsockets.h \ > ../libwebsockets-api-doc.html + ../scripts/kernel-doc -text \ + *.c \ + libwebsockets.h \ + > ../libwebsockets-api-doc.txt