From be151c9a1c6b9f049bbbd2c6a1cea277a29e7e02 Mon Sep 17 00:00:00 2001
From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Fri, 14 Mar 2008 20:54:52 +0000
Subject: [PATCH] rename Doxyfile.* to Doxyfile_* to avoid inappropriate
 extensions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 docs/doxygen/{Doxyfile.all => Doxyfile_all}     | 2 +-
 docs/doxygen/{Doxyfile.chm => Doxyfile_chm}     | 2 +-
 docs/doxygen/{Doxyfile.html => Doxyfile_html}   | 2 +-
 docs/doxygen/{Doxyfile.inc => Doxyfile_inc}     | 2 +-
 docs/doxygen/{Doxyfile.latex => Doxyfile_latex} | 2 +-
 docs/doxygen/{Doxyfile.xml => Doxyfile_xml}     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
 rename docs/doxygen/{Doxyfile.all => Doxyfile_all} (97%)
 rename docs/doxygen/{Doxyfile.chm => Doxyfile_chm} (97%)
 rename docs/doxygen/{Doxyfile.html => Doxyfile_html} (97%)
 rename docs/doxygen/{Doxyfile.inc => Doxyfile_inc} (99%)
 rename docs/doxygen/{Doxyfile.latex => Doxyfile_latex} (97%)
 rename docs/doxygen/{Doxyfile.xml => Doxyfile_xml} (97%)

diff --git a/docs/doxygen/Doxyfile.all b/docs/doxygen/Doxyfile_all
similarity index 97%
rename from docs/doxygen/Doxyfile.all
rename to docs/doxygen/Doxyfile_all
index 9befa124ef..5923b07584 100644
--- a/docs/doxygen/Doxyfile.all
+++ b/docs/doxygen/Doxyfile_all
@@ -6,7 +6,7 @@
 ## Licence:     wxWindows license
 #############################################################################
 
-@INCLUDE = Doxyfile.inc
+@INCLUDE = Doxyfile_inc
 
 #---------------------------------------------------------------------------
 # Generation switches
diff --git a/docs/doxygen/Doxyfile.chm b/docs/doxygen/Doxyfile_chm
similarity index 97%
rename from docs/doxygen/Doxyfile.chm
rename to docs/doxygen/Doxyfile_chm
index a7d2af8d91..b5c44217a1 100644
--- a/docs/doxygen/Doxyfile.chm
+++ b/docs/doxygen/Doxyfile_chm
@@ -6,7 +6,7 @@
 ## Licence:     wxWindows license
 #############################################################################
 
-@INCLUDE = Doxyfile.inc
+@INCLUDE = Doxyfile_inc
 
 #---------------------------------------------------------------------------
 # Generation switches
diff --git a/docs/doxygen/Doxyfile.html b/docs/doxygen/Doxyfile_html
similarity index 97%
rename from docs/doxygen/Doxyfile.html
rename to docs/doxygen/Doxyfile_html
index 889ba5de63..2f89afd705 100644
--- a/docs/doxygen/Doxyfile.html
+++ b/docs/doxygen/Doxyfile_html
@@ -6,7 +6,7 @@
 ## Licence:     wxWindows license
 #############################################################################
 
-@INCLUDE = Doxyfile.inc
+@INCLUDE = Doxyfile_inc
 
 #---------------------------------------------------------------------------
 # Generation switches
diff --git a/docs/doxygen/Doxyfile.inc b/docs/doxygen/Doxyfile_inc
similarity index 99%
rename from docs/doxygen/Doxyfile.inc
rename to docs/doxygen/Doxyfile_inc
index e5ef3ffe7b..05fa77f5d7 100644
--- a/docs/doxygen/Doxyfile.inc
+++ b/docs/doxygen/Doxyfile_inc
@@ -1,5 +1,5 @@
 #############################################################################
-## Name:        Doxyfile.inc
+## Name:        Doxyfile_inc
 ## Purpose:     Main configuration file for the wxWidgets manual
 ## Author:      Francesco Montorsi
 ## RCS-ID:      $Id$
diff --git a/docs/doxygen/Doxyfile.latex b/docs/doxygen/Doxyfile_latex
similarity index 97%
rename from docs/doxygen/Doxyfile.latex
rename to docs/doxygen/Doxyfile_latex
index 19c4d60353..a98afcdadb 100644
--- a/docs/doxygen/Doxyfile.latex
+++ b/docs/doxygen/Doxyfile_latex
@@ -6,7 +6,7 @@
 ## Licence:     wxWindows license
 #############################################################################
 
-@INCLUDE = Doxyfile.inc
+@INCLUDE = Doxyfile_inc
 
 #---------------------------------------------------------------------------
 # Generation switches
diff --git a/docs/doxygen/Doxyfile.xml b/docs/doxygen/Doxyfile_xml
similarity index 97%
rename from docs/doxygen/Doxyfile.xml
rename to docs/doxygen/Doxyfile_xml
index 8efe3112c9..6e1272352d 100644
--- a/docs/doxygen/Doxyfile.xml
+++ b/docs/doxygen/Doxyfile_xml
@@ -6,7 +6,7 @@
 ## Licence:     wxWindows license
 #############################################################################
 
-@INCLUDE = Doxyfile.inc
+@INCLUDE = Doxyfile_inc
 
 #---------------------------------------------------------------------------
 # Generation switches
-- 
2.47.2