Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv26930

Modified Files:
        autogen.sh setup.py 
Log Message:
better howto support

Index: autogen.sh
===================================================================
RCS file: /cvsroot/freevo/freevo/autogen.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** autogen.sh  31 Oct 2003 18:57:04 -0000      1.5
--- autogen.sh  1 Nov 2003 15:20:38 -0000       1.6
***************
*** 14,31 ****
  }
  
! howto() {
      echo
!     echo generating freevo_howto html files
! 
!     cd Docs
!     docbook2html -o howto freevo_howto.sgml
  
!     echo
!     echo
!     echo generating plugin writing howto html files
!     cd plugin_writing
      docbook2html -o html howto.sgml
- 
      cd ../..
  }
  
--- 14,31 ----
  }
  
! docbook () {
      echo
!     echo generating $1 howto html files
  
!     cd Docs/$1
      docbook2html -o html howto.sgml
      cd ../..
+     echo
+     echo
+ }
+     
+ howto() {
+     docbook installation
+     docbook plugin_writing
  }
  

Index: setup.py
===================================================================
RCS file: /cvsroot/freevo/freevo/setup.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** setup.py    27 Oct 2003 18:46:23 -0000      1.9
--- setup.py    1 Nov 2003 15:20:38 -0000       1.10
***************
*** 27,31 ****
  
  # check if everything is in place
! if not os.path.isdir('./Docs/howto'):
      print 'Docs/howto not found. Looks like you are using the CVS version'
      print 'of Freevo. Please run ./autogen.sh first'
--- 27,31 ----
  
  # check if everything is in place
! if not os.path.isdir('./Docs/installation/html'):
      print 'Docs/howto not found. Looks like you are using the CVS version'
      print 'of Freevo. Please run ./autogen.sh first'
***************
*** 41,44 ****
--- 41,49 ----
  # for now, but the location should be changed
  data_files.append(('share/freevo', [ 'freevo_config.py' ]))
+ 
+ # add docbook style howtos
+ os.path.walk('./Docs/installation', util.distutils.docbook_finder, data_files)
+ os.path.walk('./Docs/plugin_writing', util.distutils.docbook_finder, data_files)
+ 
  
  scripts = ['freevo']




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to