Changeset 831
- Timestamp:
- 05/08/07 20:23:03 (2 years ago)
- Files:
-
- 1.8.3/branches/devel/CHANGES.183 (modified) (1 diff)
- 1.8.3/branches/devel/src/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/CHANGES.183
r817 r831 26 26 Minor changes: 27 27 * 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] 29 29 * @function sorts the list of user-defined functions 30 30 by object and then name. Suggested by Trinsec. [SW] 1.8.3/branches/devel/src/Makefile.in
r821 r831 139 139 echo "********************************************************"; \ 140 140 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) 141 149 142 150
