Changeset 297 for trunk/bin


Ignore:
Timestamp:
May 8, 2007, 10:07:38 PM (16 years ago)
Author:
Peter Johansson
Message:

added some empty index.html fixes #171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/svndigest.cc

    r289 r297  
    165165  mkdir("all");
    166166  mkdir("images");
     167  touch("all/index.html");
     168  touch("images/index.html");
    167169  for (std::set<std::string>::const_iterator i = stats.authors().begin();
    168170       i!=stats.authors().end(); ++i) {
    169171    mkdir(*i);
     172    touch(std::string(*i+"/index.html"));
    170173    }
    171174  try {
Note: See TracChangeset for help on using the changeset viewer.