From c0c9ddab65a47404c0e6c5aa3a94c8a235c6d0ff Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 3 Aug 2010 22:26:14 +0100 Subject: [PATCH] cookbook: Add text.xml to the list of XML files text.xml was feeling lonely and forgotten, that's fixed now. --- doc/cookbook/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/cookbook/Makefile.am b/doc/cookbook/Makefile.am index 21ff33eb4..7239f91c7 100644 --- a/doc/cookbook/Makefile.am +++ b/doc/cookbook/Makefile.am @@ -10,6 +10,7 @@ XML_FILES = \ animations.xml \ events.xml \ introduction.xml \ + text.xml \ textures.xml \ $(NULL)