[svnbook commit] r2494 - trunk/www/tools

kfogel noreply at red-bean.com
Tue Oct 24 01:34:42 CDT 2006


Author: kfogel
Date: Tue Oct 24 01:34:41 2006
New Revision: 2494

Modified:
   trunk/www/tools/make-ad-sense.py

Log:
* www/tools/make-ad-sense.py: Add a top-level __doc__ string.

Patch by: me
          cmpilato


Modified: trunk/www/tools/make-ad-sense.py
==============================================================================
--- trunk/www/tools/make-ad-sense.py	(original)
+++ trunk/www/tools/make-ad-sense.py	Tue Oct 24 01:34:41 2006
@@ -1,5 +1,10 @@
 #!/usr/bin/python
 
+"""Usage: 'make-ad-sense.py BOOK-HTML-DIR'
+
+Add AdSense bits to BOOK-HTML-DIR/*.html.  Note that if you run this
+twice, it will dumbly add the bits again, resulting in weirdness."""
+
 import sys
 import os
 import os.path




More information about the svnbook-dev mailing list