fixed docs toolchain error

This commit is contained in:
Nick Bolton 2011-09-11 17:17:12 +00:00
parent 54588b3d6f
commit 422fd7adf3
1 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,6 @@ class InternalCommands:
macZipFiles = [ macZipFiles = [
'../../bin/synergyc', '../../bin/synergyc',
'../../bin/synergys', '../../bin/synergys',
'../../bin/QSynergy.app',
'../../doc/synergy.conf.example', '../../doc/synergy.conf.example',
'../../doc/MacReadme.txt'] '../../doc/MacReadme.txt']
@ -429,7 +428,7 @@ class InternalCommands:
def doxygen(self): def doxygen(self):
# The conf generates doc/doxygen.cfg from cmake/doxygen.cfg.in # The conf generates doc/doxygen.cfg from cmake/doxygen.cfg.in
if not self.hasConfRun(): if not self.hasConfRun('release'):
self.configure() self.configure()
err = os.system('doxygen %s/%s' % (self.doc_dir, self.doxygen_filename)) err = os.system('doxygen %s/%s' % (self.doc_dir, self.doxygen_filename))