Changeset 18733

Show
Ignore:
Timestamp:
04/22/06 12:43:41 (2 years ago)
Author:
patrick
Message:

For a long time now, a major weak point of rendering the Juggler DocBook
documents has been that the file base_style.css must come from an external
source (a checked out copy of the Juggler website). While not having this
file does not strictly result in an error, it does no't really end up with
the HTML documents being displayed correctly when loaded. Now, the file
comes from the Juggler source tree so that the person rendering the
DocBook docuemnts does not have to do anything special to get the file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/doc/build.system/Makefile

    r16737 r18733  
    66install-docs: install-html install-chunk-html install-pdf 
    77 
     8docdir=         .. 
    89NAME=           build.system 
    910 
     
    1718 
    1819prefix=         $(webroot)/$(instdir) 
    19 INSTALL_FILES=  $(webroot)/base_style.css 
     20INSTALL_FILES=  $(docdir)/base_style.css 
    2021 
    2122NEED_DB_IMAGES= 1 
    2223 
    23 include ../docbook.mk 
     24include $(docdir)/docbook.mk 
  • juggler/trunk/modules/gadgeteer/doc/device.driver.guide/Makefile

    r16737 r18733  
    66install-docs: install-html install-chunk-html install-pdf 
    77 
     8docdir=         ../../../../doc 
    89NAME=           device.driver.guide 
    910XML_FILES=      $(NAME).xml 
     
    1617 
    1718prefix=         $(webroot)/$(instdir) 
    18 INSTALL_FILES=  $(webroot)/base_style.css 
     19INSTALL_FILES=  $(docdir)/base_style.css 
    1920 
    2021NEED_DB_IMAGES= 1 
    2122 
    2223include ../version.mk 
    23 include ../../../../doc/docbook.mk 
     24include $(docdir)/docbook.mk 
  • juggler/trunk/modules/tweek/doc/programmer.guide/Makefile

    r16737 r18733  
    66install-docs: install-html install-chunk-html install-pdf 
    77 
     8docdir=         ../../../../doc 
    89NAME=           programmer.guide 
    910XML_FILES=      $(NAME).xml 
     
    1718prefix=         $(webroot)/$(instdir) 
    1819#INSTALL_DIRS=  figures 
    19 INSTALL_FILES=  $(webroot)/base_style.css 
     20INSTALL_FILES=  $(docdir)/base_style.css 
    2021 
    2122NEED_DB_IMAGES= 1 
     
    2425 
    2526include ../version.mk 
    26 include ../../../../doc/docbook.mk 
     27include $(docdir)/docbook.mk 
  • juggler/trunk/modules/vapor/doc/programmer.guide/Makefile

    r16737 r18733  
    66install-docs: install-html install-chunk-html install-pdf 
    77 
     8docdir=         ../../../../doc 
    89NAME=           programmer.guide 
    910 
     
    2122prefix=         $(webroot)/$(instdir) 
    2223#INSTALL_DIRS=  figures 
    23 INSTALL_FILES=  $(webroot)/base_style.css 
     24INSTALL_FILES=  $(docdir)/base_style.css 
    2425 
    2526#NEED_DB_IMAGES=        1 
     
    3233 
    3334include ../version.mk 
    34 include ../../../../doc/docbook.mk 
     35include $(docdir)/docbook.mk 
  • juggler/trunk/modules/vrjuggler/doc/getting.started.guide/Makefile

    r16737 r18733  
    66install-docs: install-html install-chunk-html install-pdf 
    77 
     8docdir=         ../../../../doc 
    89NAME=           getting.started.guide 
    910XML_FILES=      $(NAME).xml 
     
    1718prefix=         $(webroot)/$(instdir) 
    1819INSTALL_DIRS=   figures 
    19 INSTALL_FILES=  $(webroot)/base_style.css 
     20INSTALL_FILES=  $(docdir)/base_style.css 
    2021 
    2122include ../version.mk 
    22 include ../../../../doc/docbook.mk 
     23include $(docdir)/docbook.mk 
  • juggler/trunk/modules/vrjuggler/doc/programmer.guide/Makefile

    r16840 r18733  
    66install-docs: install-html install-chunk-html install-pdf 
    77 
     8docdir=         ../../../../doc 
    89NAME=           programmer.guide 
    910XML_FILES=      $(NAME).xml 
     
    3536prefix=         $(webroot)/$(instdir) 
    3637INSTALL_DIRS=   figures 
    37 INSTALL_FILES=  $(webroot)/base_style.css 
     38INSTALL_FILES=  $(docdir)/base_style.css 
    3839 
    3940NEED_DB_IMAGES= 1 
     
    4647 
    4748include ../version.mk 
    48 include ../../../../doc/docbook.mk 
     49include $(docdir)/docbook.mk 
  • juggler/trunk/modules/vrjuggler/doc/technical.guide/Makefile

    r16737 r18733  
    66install-docs: install-html install-chunk-html install-pdf 
    77 
     8docdir=         ../../../../doc 
    89NAME=           technical-overview 
    9 XML_FILES=    $(NAME).xml 
     10XML_FILES=     $(NAME).xml 
    1011 
    1112# Define to use OpenJade to render PDF document. 
     
    4445prefix=         $(webroot)/$(instdir) 
    4546INSTALL_DIRS=   figures 
    46 INSTALL_FILES=  $(webroot)/base_style.css 
     47INSTALL_FILES=  $(docdir)/base_style.css 
    4748 
    4849$(NAME).txt: $(IMAGES) 
     
    5253 
    5354include ../version.mk 
    54 include ../../../../doc/docbook.mk 
     55include $(docdir)/docbook.mk 
  • juggler/trunk/modules/vrjuggler/doc/vrjconfig.guide/Makefile

    r16737 r18733  
    66install-docs: install-html install-chunk-html install-pdf 
    77 
     8docdir=         ../../../../doc 
    89NAME=           vrjconfig.guide 
    910XML_FILES=      $(NAME).xml 
     
    1516prefix=         $(webroot)/$(instdir) 
    1617#INSTALL_DIRS=  figures 
    17 INSTALL_FILES=  $(webroot)/base_style.css 
     18INSTALL_FILES=  $(docdir)/base_style.css 
    1819 
    1920include ../version.mk 
    20 include ../../../../doc/docbook.mk 
     21include $(docdir)/docbook.mk