diff --git a/ChangeLog b/ChangeLog index 0f68094f2..b5006bc07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-06-07 Pavel Roskin + + * doc-gnome/C/gmc.sgml: Remove index - it's not used in the + GNOME documentation template. + * doc-gnome/C/mkhtml: Don't generate index. + * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml. + 2001-06-06 Pavel Roskin * lib/Makefile.am: Make compatible with Automake 1.4 - remove diff --git a/doc-gnome/C/Makefile.am b/doc-gnome/C/Makefile.am index 75c958fa4..5ab1d410a 100644 --- a/doc-gnome/C/Makefile.am +++ b/doc-gnome/C/Makefile.am @@ -8,7 +8,7 @@ noinst_SCRIPTS = mkhtml SGML_FILES = gmc.sgml -EXTRA_DIST = topic.dat genindex.sgml $(SGML_FILES) $(noinst_SCRIPTS) +EXTRA_DIST = topic.dat $(SGML_FILES) $(noinst_SCRIPTS) MOSTLYCLEANFILES = *.tex *.log *.aux CLEANFILES = gmc.dvi gmc.ps gmc.pdf gmc.rtf diff --git a/doc-gnome/C/gmc.sgml b/doc-gnome/C/gmc.sgml index 534ce1450..7472589d3 100644 --- a/doc-gnome/C/gmc.sgml +++ b/doc-gnome/C/gmc.sgml @@ -1,9 +1,7 @@ ]>
- Dave @@ -89,11 +87,6 @@ becomes hidden in the tree view and the plus sign reappears. - - - Viewing Files - - The directry window has a few viewing options you may wish to take advantage of: the icon view and three list views: brief, detailed and custom. @@ -117,11 +110,6 @@ Moving Around the GNOME File Manager - - - Moving around - - Above the tree and main file windows in the GNOME File Manager there is a Location text box. @@ -130,11 +118,6 @@ you would like to view in the main window. - - - FTP - - The GNOME File Manager is also equipped to view FTP sites. To view an FTP site you will need to be connected to the Internet either through a dial up account or a network. Type the FTP address in @@ -167,21 +150,11 @@ Selecting Files - - - Selecting Files - - Selecting files is done with your mouse by clicking on the file or files in the GNOME File Manager. The file that is selected will then highlight to show you that it has been selected. - - - Selecting multiple files - - There are a couple of ways to select more than one file. One way is to use the "rubber band" select by clicking and dragging the mouse cursor around several files. This action will produce a small dotted line, the @@ -216,11 +189,6 @@ Edit menu. - - - Filtering - - You may also filter your selection by using the Select Files menu item in the Edit menu. Using Select Files will display a simple dialog @@ -235,16 +203,6 @@ Copying and Moving Files - - - Copying files - - - - - Moving files - - The default action for dragging and dropping files between the GNOME File Manager and the desktop is to move them. But you can also use drag and drop to copy a file by pressing the SHIFT key while @@ -258,11 +216,6 @@ plus sign signifying that the directory will be copied, not moved. - - - Linking files - - You may also bring up a menu which lets you decide what action to perform with a drag by using the middle mouse button to drag a file or pressing the ALT key while dragging a file. Once you @@ -284,11 +237,6 @@ - - - Move dialog - - To use the move dialog you simply type in the path where you wish to move the file. If you want to rename the file you may type the new name of the file in the path string. The Copy dialog looks and works exactly @@ -309,11 +257,6 @@ Renaming Files - - - Renaming files - - Renaming files in the GNOME File Manager window or on the desktop can be achieved in two ways. @@ -343,11 +286,6 @@ Launching Applications From the GNOME File Manager - - - Launching applications from - - The GNOME File Manager allows you to launch applications from the main window by simply double clicking your mouse on a file which has an application associated with it. You can change the way file types are @@ -358,11 +296,6 @@ File Manager. - - - Open with - - If the file does not have an associated application you can right mouse click on the file and select Open with from the pop-up menu. This will bring up a dialog @@ -384,11 +317,6 @@ File Properties and Actions - - - File properties - - For any file in the main file display you may right mouse click on it and choose a variety of properties and actions for it from the pop-up menu: @@ -525,11 +453,6 @@ Changing Your Preferences in The File Manager - - - Preferences - - There are many settings you can configure for the GNOME File Manager. @@ -557,11 +480,6 @@ - - - Display - - The File Display tab allows you to change the way files are displayed in GMC. @@ -574,16 +492,6 @@ - - - Hidden Files - - - - - Show hidden files - - Show hidden files - This will show all "dot files" or files that begin with a dot. These files typically include configuration files and directories. @@ -621,11 +529,6 @@ - - - Confirmations - - This tab allows you to change which functions ask for your confirmation before continuing. @@ -672,16 +575,6 @@ - - - VFS - - - - - Virtual File System - "VFS" - This tab allows you to configure the options for your Virtual File System. @@ -791,11 +684,6 @@ Desktop - - - Desktop - - As you learned before, the GNOME desktop is controlled by the GNOME File Manager. The Desktop Dialog allows you to change the settings of the desktop. @@ -840,11 +728,6 @@ Custom View - - - Custom View - - The Custom View dialog allows you to set the way you would like the Custom View to look in the GNOME File Manager. @@ -881,11 +764,6 @@ Menu Guide to the GNOME File Manager - - - Menus - - In this section each menu item in the GNOME File Manager will be described. @@ -1196,11 +1074,6 @@ A Drag and Drop Tour of GNOME - - - Drag and Drop - - There are many tips and tricks to the Desktop in GNOME. The Drag and Drop functionality extends to many areas of GNOME making it easy to interconnect GNOME in many interesting ways. Below is a series of tips and tricks to @@ -1265,5 +1138,4 @@ -&INDEX; -
\ No newline at end of file + diff --git a/doc-gnome/C/mkhtml b/doc-gnome/C/mkhtml index 9a31832d0..0bfa806e1 100755 --- a/doc-gnome/C/mkhtml +++ b/doc-gnome/C/mkhtml @@ -27,7 +27,7 @@ systems where the GMC documentation fails to be generated. ' # What to remove in case of failure -CLEANFILES="*.html genindex.sgml HTML.index" +CLEANFILES="*.html" rm -f $CLEANFILES # Trap if something goes wrong @@ -42,20 +42,5 @@ done # Make sure $DSL exists. TODO: search in all known locations here. test -f "$DSL" || { echo "$DSL not found"; exit 1; } -# Complicated bootstrap process - create empty genindex.sgml first, -# then generate it and then generate html files again. -echo >genindex.sgml - -# First pass -echo "First pass" -$JADE $JADEFLAGS -t sgml -i html -d "$DSL#html" -V html-index=1 gmc.sgml - -# collateindex.pl may not have /usr/bin/perl on the first line. -echo "Generating index" -perl /usr/bin/collateindex.pl HTML.index >genindex.sgml -rm -f HTML.index - -# Second pass with the right genindex.sgml -echo "Second pass" $JADE $JADEFLAGS -t sgml -i html -d "$DSL#html" gmc.sgml