Changeset 34:eda742a0b1b4 in lemon-tutorial
- Timestamp:
 - 02/15/10 10:21:17 (16 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - Files:
 - 
          
- 2 edited
 
- 
          Makefile.in (modified) (1 diff)
 - 
          configure (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
Makefile.in
r17 r34 40 40 mv libstdc++.tag.tmp libstdc++.tag || \ 41 41 rm libstdc++.tag.tmp 42 wget -O lemon.tag.tmp http://lemon.cs.elte.hu/pub/doc/1.0/lemon.tag && \42 wget -O lemon.tag.tmp @make_lemon_doc_prefix@/lemon.tag && \ 43 43 mv lemon.tag.tmp lemon.tag || \ 44 44 rm lemon.tag.tmp  - 
        
configure
r17 r34 33 33 -h, --help display this help and exit 34 34 --lemon-doc-prefix=loc The location of the lemon doc. By default it is 35 http://lemon.cs.elte.hu/pub/doc/1. 035 http://lemon.cs.elte.hu/pub/doc/1.1.1 36 36 37 37 Expamle: … … 55 55 if test -z "$lemon_doc_prefix" 56 56 then 57 lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1. 0'57 lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1.1.1' 58 58 fi 59 59 lemon_doc_prefix=$(echo $lemon_doc_prefix|sed 's/\//\\\\\\\//g')  
Note: See TracChangeset
          for help on using the changeset viewer.
      
