Changeset 6141 for trunk/HELP_SOURCE/Makefile
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/HELP_SOURCE/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HELP_SOURCE/Makefile
r5892 r6141 114 114 $(XML_LOCATION)/%.xml : $(HLP_SOURCE)/%.hlp $(DTD) 115 115 @test \! -f $(HLP_GENERATED)/$(<F) || \ 116 ( echo $<:1: exists twice -- only one exist ance allowed; \116 ( echo $<:1: exists twice -- only one existence allowed; \ 117 117 echo $(HLP_GENERATED)/$(<F):1: other occurrence \ 118 118 && false ) … … 122 122 $(XML_LOCATION)/%.xml : $(HLP_GENERATED)/%.hlp $(DTD) 123 123 @test \! -f $(HLP_SOURCE)/$(<F) || \ 124 ( echo $<:1: exists twice -- only one exist ance allowed; \124 ( echo $<:1: exists twice -- only one existence allowed; \ 125 125 echo $(HLP_SOURCE)/$(<F):1: other occurrence \ 126 126 && false )
