[bijiben] help: rename formatting pages to be consistent



commit 1d7a04f855f9bc7ad21b79bfb941a2456199036f
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Fri Nov 28 21:12:57 2014 +0000

    help: rename formatting pages to be consistent

 help/C/{listing.page => format-list.page}    |    2 +-
 help/C/{formatting.page => format-text.page} |    2 +-
 help/Makefile.am                             |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/help/C/listing.page b/help/C/format-list.page
similarity index 98%
rename from help/C/listing.page
rename to help/C/format-list.page
index 3b2b890..5e87f8d 100644
--- a/help/C/listing.page
+++ b/help/C/format-list.page
@@ -1,7 +1,7 @@
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
-      id="listing">
+      id="format-list">
 
   <info>
     <link type="guide" xref="index#use"/>
diff --git a/help/C/formatting.page b/help/C/format-text.page
similarity index 98%
rename from help/C/formatting.page
rename to help/C/format-text.page
index 1e3c665..560ddf5 100644
--- a/help/C/formatting.page
+++ b/help/C/format-text.page
@@ -1,7 +1,7 @@
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
-      id="formatting">
+      id="format-text">
 
   <info>
     <link type="guide" xref="index#use"/>
diff --git a/help/Makefile.am b/help/Makefile.am
index 869af60..abec753 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -8,10 +8,10 @@ HELP_FILES = \
        create.page \
        cut-copy-paste.page \
        delete.page \
-       formatting.page \
+       format-list.page \
+       format-text.page \
        index.page \
        introduction.page \
-       listing.page \
        new-window.page \
        notebooks.page \
        rename.page \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]