Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/HELP_SOURCE/Makefile

    r5892 r6141  
    114114$(XML_LOCATION)/%.xml : $(HLP_SOURCE)/%.hlp $(DTD) 
    115115                @test \! -f $(HLP_GENERATED)/$(<F) || \ 
    116                                 ( echo $<:1: exists twice -- only one existance allowed; \ 
     116                                ( echo $<:1: exists twice -- only one existence allowed; \ 
    117117                                  echo $(HLP_GENERATED)/$(<F):1: other occurrence \ 
    118118                                  && false ) 
     
    122122$(XML_LOCATION)/%.xml : $(HLP_GENERATED)/%.hlp $(DTD) 
    123123                @test \! -f $(HLP_SOURCE)/$(<F) || \ 
    124                                 ( echo $<:1: exists twice -- only one existance allowed; \ 
     124                                ( echo $<:1: exists twice -- only one existence allowed; \ 
    125125                                  echo $(HLP_SOURCE)/$(<F):1: other occurrence \ 
    126126                                  && false )