]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/doc_toc.py
UserGuide.lyx updates: - revise descriptions of Branches and Nomenclature
[lyx.git] / lib / doc / doc_toc.py
index 9ee656803f4a27fc8df7c5ee21759d0e185703c1..aa83b494075d554ec8a6874ee467f7abe8a0068b 100755 (executable)
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-# This script creates a "master table of contents" for a set of LyX docs.
+# This script is called by the script depend.py to create a "master table of contents"
+# for a set of LyX docs.
 # It does so by going through the files and printing out all of the
 # chapter, section, and sub(sub)section headings out. (It numbers the
 # sections sequentially; hopefully noone's using Section* in the docs.)
+# It is called using this syntax:
+# depend.py doc_toc.py SetOfDocuments
+# where SetOfDocuments is a set of documents
 
 import sys
 import os