Subversion Repositories wimsdev

Rev

Rev 15375 | Rev 15380 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15375 Rev 15379
Line 878... Line 878...
878
  prep();
878
  prep();
879
  if(modcnt>0) modules();
879
  if(modcnt>0) modules();
880
  clean();
880
  clean();
881
  sprep();
881
  sprep();
882
  if(modcnt>0) sgs(sheetoutdir,sheet_index);
882
  if(modcnt>0) sgs(sheetoutdir,sheet_index);
883
  clean();
-
 
884
  gprep();
883
  gprep();
885
  if(modcnt>0) sgs(glossaryoutdir,glossary_index);
884
  if(modcnt>0) sgs(glossaryoutdir,glossary_index);
886
  return 0;
885
  return 0;
887
}
886
}