Update scons recipe todo list.

This commit is contained in:
Eric S. Raymond 2008-03-29 12:16:27 +00:00
parent 985b97d124
commit 82ea6c5af9

View file

@ -6,6 +6,15 @@
# 2. Unix file(1), on installation only.
# 3. Unix convert(1), on installation only, if using tinygui.
#
# To do (list is now exhaustive):
#
# 1. Documentation formatting and installation
# 2. Manual page formatting and installation
# 3. Dummy locales
# 4. Desktop entry and icon installation.
# 5. Translations handling other than installation (pot-update).
# 6. Construction of Apple application bundles.
import os, sys, commands, shutil, sets
from SCons.Script import *
@ -1005,14 +1014,6 @@ sanity_check = env.Command('sanity-check', '', [
env.AlwaysBuild(sanity_check)
env.Precious(sanity_check)
# To do:
#
# 1. Documentation formatting and installation
# 2. Manual page formatting and installation
# 3. Dummy locales
# 4. Desktop entry and icon installation.
# 5. Translations handling other than installation (pot-update).
# Local variables:
# mode: python
# end: