From e226ffa364d5ada85877b612a7aeda75601368a9 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 20 Feb 2009 12:01:32 +0000 Subject: [PATCH] [docs] Rename cogl-docs from sgml to xml The cogl-docs.sgml file has always been XML, so it's only fitting that we actually call it cogl-docs.xml. --- doc/reference/cogl/Makefile.am | 2 +- doc/reference/cogl/{cogl-docs.sgml => cogl-docs.xml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/reference/cogl/{cogl-docs.sgml => cogl-docs.xml} (100%) diff --git a/doc/reference/cogl/Makefile.am b/doc/reference/cogl/Makefile.am index 0d08a36db..82b96928f 100644 --- a/doc/reference/cogl/Makefile.am +++ b/doc/reference/cogl/Makefile.am @@ -12,7 +12,7 @@ AUTOMAKE_OPTIONS = 1.6 DOC_MODULE=cogl # The top-level SGML file. You can change this if you want to. -DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml +DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml # The directory containing the source code. Relative to $(srcdir). # gtk-doc will search all .c & .h files beneath here for inline comments diff --git a/doc/reference/cogl/cogl-docs.sgml b/doc/reference/cogl/cogl-docs.xml similarity index 100% rename from doc/reference/cogl/cogl-docs.sgml rename to doc/reference/cogl/cogl-docs.xml