moinsetup

Change of moinsetup.py

29:058b81935416
moinsetup.py
     1.1 --- a/moinsetup.py	Thu Feb 17 01:10:20 2011 +0100
     1.2 +++ b/moinsetup.py	Sat Feb 19 02:03:42 2011 +0100
     1.3 @@ -656,8 +656,9 @@
     1.4              s = apache_htaccess_combined_mod_rewrite % self.__dict__
     1.5  
     1.6          status("Writing Apache site definitions to %s..." % site_def)
     1.7 -
     1.8          writefile(site_def, s)
     1.9 +        note("Copy the site definitions to the appropriate sites directory if appropriate.")
    1.10 +        note("Then, make sure that the site is enabled by running the appropriate tools (such as a2ensite).")
    1.11  
    1.12      def make_post_install_script(self):
    1.13  
    1.14 @@ -788,7 +789,7 @@
    1.15                  shutil.copy(css_file_path, target_dir)
    1.16  
    1.17          note("Don't forget to add theme resources for extensions for this theme.")
    1.18 -        note("Don't forget to edit theme stylesheets for any extensions.")
    1.19 +        note("Don't forget to edit this theme's stylesheets for extensions.")
    1.20  
    1.21      def install_extension_package(self, extension_dir):
    1.22