first conditionalized docs (TRUNK ONLY)
plus various related missing bits and tids
This commit is contained in:
@@ -174,7 +174,7 @@ YACCDIST =
|
||||
|
||||
# dependencies for makedefs
|
||||
#
|
||||
makedefs: $(MAKEOBJS) mdgrep.h
|
||||
makedefs: $(MAKEOBJS) #mdgrep.h
|
||||
$(CC) $(LFLAGS) -o makedefs $(MAKEOBJS)
|
||||
|
||||
makedefs.o: makedefs.c $(CONFIG_H) ../include/permonst.h \
|
||||
@@ -183,9 +183,9 @@ makedefs.o: makedefs.c $(CONFIG_H) ../include/permonst.h \
|
||||
../include/monst.h ../include/you.h ../include/flag.h \
|
||||
../include/dlb.h ../include/patchlevel.h ../include/qtext.h
|
||||
|
||||
# Don't require perl to build, but document how to get a new mdgrep.h.
|
||||
#mdgrep.h: mdgrep.pl
|
||||
# perl mdgrep.pl
|
||||
# Don't require perl to build; that is why mdgrep.h is commented out above.
|
||||
mdgrep.h: mdgrep.pl
|
||||
perl mdgrep.pl
|
||||
|
||||
../include/onames.h: makedefs
|
||||
./makedefs -o
|
||||
|
||||
Reference in New Issue
Block a user