From 7fe60435bce6595a9c58a9bfd8244d74b5320e96 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 08:46:13 +0100 Subject: Import DirectFB141_2k11R3_beta5 --- Source/DirectFB/docs/html/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 Source/DirectFB/docs/html/Makefile.am (limited to 'Source/DirectFB/docs/html/Makefile.am') diff --git a/Source/DirectFB/docs/html/Makefile.am b/Source/DirectFB/docs/html/Makefile.am new file mode 100755 index 0000000..a248e4c --- /dev/null +++ b/Source/DirectFB/docs/html/Makefile.am @@ -0,0 +1,16 @@ +EXTRA_DIST = dfb_logo-alpha.png + +docs_headers = \ + $(top_srcdir)/include/directfb.h \ + $(top_srcdir)/include/directfb_keyboard.h \ + $(top_srcdir)/include/directfbgl.h + +all-local: stamp-docs + +stamp-docs: $(top_srcdir)/tools/gendoc.pl $(docs_headers) Makefile.am + rootme=`pwd`; \ + $(PERL) $(top_srcdir)/tools/gendoc.pl DirectFB $(DIRECTFB_VERSION) $(docs_headers) \ + && echo timestamp > $$rootme/stamp-docs + +distclean-local: + rm -f *.html stamp-docs -- cgit