From 3dc014224487c8ab32a86874396b3e78b647315e Mon Sep 17 00:00:00 2001 From: David Steele Date: Thu, 8 Oct 2015 14:36:39 -0400 Subject: [PATCH] Renamed userguide.xml to reference.xml so it doesn't conflict with the new user guide. --- doc/doc.pl | 4 ++-- doc/xml/{userguide.xml => reference.xml} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename doc/xml/{userguide.xml => reference.xml} (100%) diff --git a/doc/doc.pl b/doc/doc.pl index 5533da156..8c93d0d1d 100755 --- a/doc/doc.pl +++ b/doc/doc.pl @@ -241,9 +241,9 @@ sub docProcess } my $oRender = new BackRestDoc::DocRender('text', $strProjectName, $strExeName); -my $oDocConfig = new BackRestDoc::DocConfig(new BackRestDoc::Doc("${strBasePath}/xml/userguide.xml"), $oRender); +my $oDocConfig = new BackRestDoc::DocConfig(new BackRestDoc::Doc("${strBasePath}/xml/reference.xml"), $oRender); $oDocConfig->helpDataWrite(); docProcess("${strBasePath}/xml/readme.xml", "${strBasePath}/../README.md"); -docProcess("${strBasePath}/xml/userguide.xml", "${strBasePath}/../USERGUIDE.md", true); +docProcess("${strBasePath}/xml/reference.xml", "${strBasePath}/../USERGUIDE.md", true); docProcess("${strBasePath}/xml/changelog.xml", "${strBasePath}/../CHANGELOG.md"); diff --git a/doc/xml/userguide.xml b/doc/xml/reference.xml similarity index 100% rename from doc/xml/userguide.xml rename to doc/xml/reference.xml