Author: kfogel
Date: Sun Sep 23 22:12:59 2007
New Revision: 1208

Log:
* lang-makefile
  (clean): Fix a comment, and remove a debugging print statement.


Modified:
   trunk/lang-makefile

Modified: trunk/lang-makefile
==============================================================================
--- trunk/lang-makefile (original)
+++ trunk/lang-makefile Sun Sep 23 22:12:59 2007
@@ -22,10 +22,9 @@
 
 include ../tools/Makefile.base-rules
 
-# This overrides the 'clean' rule from tools/Makefile.base-vars,
+# This overrides the 'clean' rule from tools/Makefile.base-rules,
 # but instead of removing $(HTML_CHUNK_DIR), it removes *.html.
 clean:
-       @echo "KFF"
        rm -f $(VERSION_SOURCE)
        rm -f $(HTML_TARGET) $(FO_TARGET)
        rm -f $(PDF_TARGET) $(PS_TARGET) 

_______________________________________________
Producingoss-translators mailing list
[email protected]
http://www.red-bean.com/mailman/listinfo/producingoss-translators

Reply via email to