If you are modifying any files that are generated from DocBook source: 1. Generate the HTML from the DocBook XML files in the fedora-docs module using the make html command 2. Copy the generated HTML files to the appropriate directory in project-web/html/docs/. For example: cp fedora-docs/documentation-guide/documentation-guide-en/*.html \ project-web/html/participate/documentation-guide/ You may need to rename the top level file to 'index.html' in order to generate a properly linked index.php. 3. Copy any images and stylesheet images over as well. 4. Run the docbookhtml2php.py script to convert the DocBook generated HTML files to PHP. It is located in the project-web CVS module under the scripts/ directory. 5. Commit the updated PHP files and any updated images. Don't forget to add any newly generated PHP files or images to CVS before commiting.