Changeset 1023


Ignore:
Timestamp:
Jul 15, 2012 9:10:49 PM (11 years ago)
Author:
jemian
Message:

work-in-progress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • specdomain/trunk/src/specdomain/doc/howto-markup.rst

    r1022 r1023  
    361361Be sure to test your changes as you progress, until you are confident with reST markup.
    362362The *make* process is efficient, only rebuilding the documentation from affected
    363 .rst souce file changes.  However, you might need to make sure changes in the .mac files
     363.rst souce file changes.  Usually, this also considers changes in the .mac files.
     364This command is usually all it takes to rebuild the HTML documentation::
     365
     366        make html
     367
     368However, you might wish to make sure changes in the .mac files
    364369cause documentation to be rebuilt.  It might be easier, although less efficient,
    365 to rebuild your documentation each time. 
    366 
    367 ::
     370to rebuild your HTML documentation each time using this command::
    368371       
    369372        make clean html
    370373
    371 
    372 This is usually very fast (seconds).
     374The builds are usually very fast (seconds).
    373375
    374376
     
    408410
    409411
     412
     413
    410414-----------------
    411415
Note: See TracChangeset for help on using the changeset viewer.