PennMUSH Community

Changeset 831

Show
Ignore:
Timestamp:
05/08/07 20:23:03 (2 years ago)
Author:
shawnw
Message:

Added more missing src/Makefile.in rules

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/CHANGES.183

    r817 r831  
    2626Minor changes: 
    2727  * You can no longer run a mush as root. [SW] 
    28   * @cemit/noisy. Suggested by Kimiko. [SW] 
     28  * cemit_noisy.config option. Suggested by Kimiko. [SW] 
    2929  * @function sorts the list of user-defined functions 
    3030    by object and then name. Suggested by Trinsec. [SW] 
  • 1.8.3/branches/devel/src/Makefile.in

    r821 r831  
    139139      echo "********************************************************"; \ 
    140140    fi 
     141 
     142../hdrs/patches.h: 
     143    if [ ! -f ../hdrs/patches.h ]; then \ 
     144    (cd ../utils; sh mkcmds.sh patches); \ 
     145    fi 
     146 
     147../po/pennmush.pot: $(C_FILES) $(H_FILES) 
     148    xgettext -d pennmush -kT -o ../po/pennmush.pot $(C_FILES) $(H_FILES) 
    141149 
    142150