- Timestamp:
- Nov 19, 2009, 8:45:31 PM (13 years ago)
- Location:
- trunk/bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Makefile.am
r847 r858 30 30 LDADD = $(top_builddir)/lib/libsvndigest.a \ 31 31 $(top_builddir)/lib/yat/libyat.a $(SVNDIGEST_LIBS) 32 AM_LDFLAGS = $(SVNDIGEST_LDFLAGS) 32 AM_LDFLAGS = $(SVNDIGEST_LDFLAGS) $(PLPLOT_LDFLAGS) 33 33 34 34 AM_CPPFLAGS = -I$(top_srcdir)/lib $(SVNDIGEST_CPPFLAGS) -
trunk/bin/svndigest.cc
r847 r858 27 27 #include "Directory.h" 28 28 #include "first_page.h" 29 #include "GnuplotFE.h"30 29 #include "html_utility.h" 31 30 #include "rmdirhier.h" … … 179 178 dates.push_back(iter->date()); 180 179 } 181 GnuplotFE::instance()->set_dates(dates);180 // GnuplotFE::instance()->set_dates(dates); 182 181 } 183 182 if (chdir(option->targetdir().c_str()) ) { … … 190 189 exit(-1); 191 190 } 192 GnuplotFE::instance()->command(std::string("cd '")+option->targetdir()+"/"193 +tree->name()+"'");191 // GnuplotFE::instance()->command(std::string("cd '")+option->targetdir()+"/" 192 // +tree->name()+"'"); 194 193 print_css("svndigest.css"); 195 194 print_main_page(tree->name(), tree->log(), stats, tree->url());
Note: See TracChangeset
for help on using the changeset viewer.