sawfish r4410 - in trunk: . man



Author: chrisb
Date: Wed Feb 11 22:26:21 2009
New Revision: 4410
URL: http://svn.gnome.org/viewvc/sawfish?rev=4410&view=rev

Log:
add an initial try of a user-doc


Added:
   trunk/man/user-doc.texi
Modified:
   trunk/ChangeLog
   trunk/man/Makefile.in

Modified: trunk/man/Makefile.in
==============================================================================
--- trunk/man/Makefile.in	(original)
+++ trunk/man/Makefile.in	Wed Feb 11 22:26:21 2009
@@ -35,7 +35,10 @@
 TEXI2DVI = texi2dvi
 DVIPS = dvips
 
-all : sawfish.info ../NEWS
+all : sawfish.info ../NEWS ../USERDOC
+
+../USERDOC : user-doc.texi
+	$(MAKEINFO) $(MAKEINFOFLAGS) --no-headers $< -o ../USERDOC
 
 ../NEWS : news.texi
 	$(MAKEINFO) $(MAKEINFOFLAGS) --no-headers $< -o ../NEWS

Added: trunk/man/user-doc.texi
==============================================================================
--- (empty file)
+++ trunk/man/user-doc.texi	Wed Feb 11 22:26:21 2009
@@ -0,0 +1,23 @@
+ c -*- texinfo -*- 
+
+ heading User Documentation for Sawfish 1.5.0
+
+ heading 1 Basic Window Managing Functions
+
+ heading 1.0 Window-Menu
+
+The window-menu is a menu, which offers you an easy way to modify the current window.
+
+You can access it by left-click on the menu button, or middle-click on the close or iconify button
+
+ heading 1.1 Iconify
+  
+To iconify a window, means to display a small icon, or task-list entry representing the window, instead of displaying the whole one, You may know that feature as "Minimize", which is a different term, having the same meaning.
+
+You can iconify a window by left-click on the iconify button.
+
+ heading 2 Advanced Window Managing Functions
+
+ heading 3 Tabbed Windowing
+
+ heading 4 Additional Sawfish Window Managing Functions



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