[Synopsis-cvs] CVS: Synopsis/demo/Boost Makefile,1.2 boost.synopsis,1.3

Stephen Davies chalky at users.sourceforge.net
Thu Oct 10 23:04:02 UTC 2002


Update of /cvsroot/synopsis/Synopsis/demo/Boost
In directory usw-pr-cvs1:/tmp/cvs-serv3945

Modified Files:
	Makefile boost.synopsis 
Log Message:
Added options for displaying source



Index: boost.synopsis
===================================================================
RCS file: /cvsroot/synopsis/Synopsis/demo/Boost/boost.synopsis,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** boost.synopsis	28 Sep 2002 06:31:28 -0000	1.2
--- boost.synopsis	11 Oct 2002 06:03:56 -0000	1.3
***************
*** 6,10 ****
  
  class Project:
!   name = './'
    data_dir = './'
    actions = [
--- 6,10 ----
  
  class Project:
!   name = 'Boost Python'
    data_dir = './'
    actions = [
***************
*** 28,34 ****
        FilePages=struct(
          toc_files=[],
!         file_path='./%s',
          scope='',
!         links_path='./%s-links'
        ),
        FileTree=struct(
--- 28,34 ----
        FilePages=struct(
          toc_files=[],
!         file_path='%s',
          scope='',
!         links_path='BoostLinks/%s'
        ),
        FileTree=struct(
***************
*** 48,52 ****
        main_file=1,
        verbose=1,
!       emulate_compiler='g++-3.2'
      )],
      ['CacherAction', 237, 57, 'File Cacher', 'BoostFiles', None],
--- 48,53 ----
        main_file=1,
        verbose=1,
!       emulate_compiler='g++-3.2',
!       syntax_prefix='BoostLinks/'
      )],
      ['CacherAction', 237, 57, 'File Cacher', 'BoostFiles', None],
***************
*** 77,82 ****
        FilePages=struct(
          toc_files=[],
!         links_path='./%s-links',
!         file_path='./%s',
          scope=''
        ),
--- 78,83 ----
        FilePages=struct(
          toc_files=[],
!         links_path='BoostLinks/%s',
!         file_path='%s',
          scope=''
        ),





More information about the Synopsis-changes mailing list