*** conf/makefiles/config Wed Dec 1 06:00:22 1993 --- conf/makefiles/config Fri Feb 24 23:53:50 1995 *************** *** 36,42 **** version version.c: true @/bin/sh version.sh @(MHHOSTVER) @(MHRELEASE) ! true:; ############################################################################## # Miscellaneous tasks --- 36,42 ---- version version.c: true @/bin/sh version.sh @(MHHOSTVER) @(MHRELEASE) ! true: ############################################################################## # Miscellaneous tasks *** conf/makefiles/dist Wed Dec 1 06:00:22 1993 --- conf/makefiles/dist Fri Feb 24 23:53:51 1995 *************** *** 60,66 **** lpr -d -J Tutorial tutorial.dvi ! true:; ############################################################# --- 60,66 ---- lpr -d -J Tutorial tutorial.dvi ! true: ############################################################# *** conf/makefiles/doc Wed Dec 1 06:00:22 1993 --- conf/makefiles/doc Fri Feb 24 23:56:33 1995 *************** *** 168,174 **** guide: ADMIN.doc ! true:; ############################################################################## --- 168,174 ---- guide: ADMIN.doc ! true: ############################################################################## *************** *** 820,826 **** # Miscellaneous tasks ############################################################################## ! lint:; version.rf: cd ../config; make version --- 820,826 ---- # Miscellaneous tasks ############################################################################## ! lint: version.rf: cd ../config; make version *************** *** 836,842 **** unclean:; -rm -f z* _* :* core MAKEDOC ! depend:; ############################################################################## --- 836,842 ---- unclean:; -rm -f z* _* :* core MAKEDOC ! depend: ############################################################################## *** conf/makefiles/mts/mh Wed Dec 1 06:00:23 1993 --- conf/makefiles/mts/mh Fri Feb 24 23:53:51 1995 *************** *** 47,53 **** ############################################################################## all: $(LIB) ! depend:; lint: l-mhmts $(LIB): $(OFILES) --- 47,53 ---- ############################################################################## all: $(LIB) ! depend: lint: l-mhmts $(LIB): $(OFILES) *** conf/makefiles/mts/mmdf Wed Dec 1 06:00:23 1993 --- conf/makefiles/mts/mmdf Fri Feb 24 23:53:51 1995 *************** *** 48,54 **** ############################################################################## all: $(LIB) ! depend:; lint: l-mmdf @BEGIN: MMDFIMTS --- 48,54 ---- ############################################################################## all: $(LIB) ! depend: lint: l-mmdf @BEGIN: MMDFIMTS *** conf/makefiles/mts/sendmail Wed Dec 1 06:00:23 1993 --- conf/makefiles/mts/sendmail Fri Feb 24 23:53:52 1995 *************** *** 46,52 **** ############################################################################## all: $(LIB) ! depend:; lint: l-sendmts $(LIB): $(OFILES) --- 46,52 ---- ############################################################################## all: $(LIB) ! depend: lint: l-sendmts $(LIB): $(OFILES) *** conf/makefiles/support/bboards Wed Dec 1 06:00:23 1993 --- conf/makefiles/support/bboards Fri Feb 24 23:53:52 1995 *************** *** 85,91 **** @rm -f MAKEBB @END: BBSERVER ! uninstall:; @BEGIN: BBSERVER -cd (BBDIR); \ rm -f BBoards .cshrc .mh_profile --- 85,91 ---- @rm -f MAKEBB @END: BBSERVER ! uninstall: @BEGIN: BBSERVER -cd (BBDIR); \ rm -f BBoards .cshrc .mh_profile *** conf/makefiles/support/general Wed Dec 1 06:00:23 1993 --- conf/makefiles/support/general Fri Feb 24 23:53:52 1995 *************** *** 34,44 **** # Generate miscellaneous stuff ############################################################################## ! all:; ! depend:; ! lint:; install: inst-all clean --- 34,44 ---- # Generate miscellaneous stuff ############################################################################## ! all: ! depend: ! lint: install: inst-all clean *************** *** 303,306 **** unclean:; -rm -f z* _* :* core MAKEGEN ! true:; --- 303,306 ---- unclean:; -rm -f z* _* :* core MAKEGEN ! true: *** conf/makefiles/uip Fri Feb 24 23:14:43 1995 --- conf/makefiles/uip Fri Feb 24 23:53:52 1995 *************** *** 1284,1290 **** xvmhtest: vmhtest.o vmhsbr.o $(LIBES) $(LD) $(LDFLAGS) -o $@ vmhtest.o vmhsbr.o $(LDLIBS) ! inst-whatnow: $(BINDIR)/whatnow --- 1284,1290 ---- xvmhtest: vmhtest.o vmhsbr.o $(LIBES) $(LD) $(LDFLAGS) -o $@ vmhtest.o vmhsbr.o $(LDLIBS) ! inst-whatnow: $(BINDIR)/whatnow *** conf/makefiles/zotnet/bboards Wed Dec 1 06:00:24 1993 --- conf/makefiles/zotnet/bboards Fri Feb 24 23:53:53 1995 *************** *** 31,41 **** install: inst-all clean ! inst-all:; ! tar:; ! uninstall:; ###################################################################### --- 31,41 ---- install: inst-all clean ! inst-all: ! tar: ! uninstall: ###################################################################### *** conf/makefiles/zotnet/mf Wed Dec 1 06:00:24 1993 --- conf/makefiles/zotnet/mf Fri Feb 24 23:53:53 1995 *************** *** 57,63 **** @rm -f MAKEMF @END: MF ! uninstall:; @BEGIN: MF -cd $(ETCDIR); rm -f $(ALL) @END: MF --- 57,63 ---- @rm -f MAKEMF @END: MF ! uninstall: @BEGIN: MF -cd $(ETCDIR); rm -f $(ALL) @END: MF *** conf/makefiles/zotnet/mts Wed Dec 1 06:00:24 1993 --- conf/makefiles/zotnet/mts Fri Feb 24 23:53:53 1995 *************** *** 54,60 **** tar $(TFLAGS) MAKEMTS mtstailor @rm -f MAKEMTS ! uninstall:; -cd $(ETCDIR); rm -f mtstailor --- 54,60 ---- tar $(TFLAGS) MAKEMTS mtstailor @rm -f MAKEMTS ! uninstall: -cd $(ETCDIR); rm -f mtstailor *** conf/makefiles/zotnet/tws Wed Dec 1 06:00:24 1993 --- conf/makefiles/zotnet/tws Fri Feb 24 23:53:53 1995 *************** *** 43,53 **** install: inst-all clean ! inst-all:; ! tar:; ! uninstall:; ###################################################################### --- 43,53 ---- install: inst-all clean ! inst-all: ! tar: ! uninstall: ###################################################################### *** papers/bboards/Makefile Wed Dec 1 06:00:57 1993 --- papers/bboards/Makefile Fri Feb 24 23:53:54 1995 *************** *** 42,48 **** version.tex: bboards.tex text.tex refs.tex version.sh @: version.sh ! true:; ############################################################################## --- 42,48 ---- version.tex: bboards.tex text.tex refs.tex version.sh @: version.sh ! true: ############################################################################## *** papers/beginners/Makefile Wed Dec 1 06:00:59 1993 --- papers/beginners/Makefile Fri Feb 24 23:53:54 1995 *************** *** 31,37 **** i-print: beginners.dvi true dvisp $(DFLAGS) -J Beginners beginners ! true:; ############################################################################## --- 31,37 ---- i-print: beginners.dvi true dvisp $(DFLAGS) -J Beginners beginners ! true: ############################################################################## *** papers/changes/Makefile Wed Dec 1 06:01:00 1993 --- papers/changes/Makefile Fri Feb 24 23:53:54 1995 *************** *** 32,38 **** i-all: all true lpr -t -J MH-changes mh-changes.cat ! true:; ############################################################################## # Miscellaneous tasks --- 32,38 ---- i-all: all true lpr -t -J MH-changes mh-changes.cat ! true: ############################################################################## # Miscellaneous tasks *** papers/mh4/Makefile Wed Dec 1 06:01:02 1993 --- papers/mh4/Makefile Fri Feb 24 23:53:55 1995 *************** *** 42,48 **** version.tex: mh4.tex text.tex version.sh @: version.sh ! true:; ############################################################################## --- 42,48 ---- version.tex: mh4.tex text.tex version.sh @: version.sh ! true: ############################################################################## *** papers/mh4mm/Makefile Wed Dec 1 06:01:04 1993 --- papers/mh4mm/Makefile Fri Feb 24 23:53:55 1995 *************** *** 31,37 **** i-print: mh4mm.dvi true dvisp $(DFLAGS) -J Mh4mm mh4mm ! true:; ############################################################################## --- 31,37 ---- i-print: mh4mm.dvi true dvisp $(DFLAGS) -J Mh4mm mh4mm ! true: ############################################################################## *** papers/mh5/Makefile Wed Dec 1 06:01:05 1993 --- papers/mh5/Makefile Fri Feb 24 23:53:56 1995 *************** *** 40,46 **** version.tex: mh5.tex text.tex diagram1.tex diagram2.tex refs.tex version.sh @: version.sh ! true:; --- 40,46 ---- version.tex: mh5.tex text.tex diagram1.tex diagram2.tex refs.tex version.sh @: version.sh ! true: *** papers/mh6/Makefile Wed Dec 1 06:01:09 1993 --- papers/mh6/Makefile Fri Feb 24 23:53:56 1995 *************** *** 38,44 **** version.tex: mh6.tex version.sh @: version.sh ! true:; --- 38,44 ---- version.tex: mh6.tex version.sh @: version.sh ! true: *** papers/mh6.5/Makefile Wed Dec 1 06:01:06 1993 --- papers/mh6.5/Makefile Fri Feb 24 23:53:57 1995 *************** *** 44,50 **** sed -e 's|%\\newindex|\\newindex|' < mh6.ind > mh6.tmp mv mh6.tmp mh6.ind ! true:; ############################################################################## --- 44,50 ---- sed -e 's|%\\newindex|\\newindex|' < mh6.ind > mh6.tmp mv mh6.tmp mh6.ind ! true: ############################################################################## *** papers/multifarious/Makefile Wed Dec 1 06:01:11 1993 --- papers/multifarious/Makefile Fri Feb 24 23:53:57 1995 *************** *** 43,49 **** version.sh @: version.sh ! true:; ############################################################################## --- 43,49 ---- version.sh @: version.sh ! true: ############################################################################## *** papers/mznet/Makefile Wed Dec 1 06:01:14 1993 --- papers/mznet/Makefile Fri Feb 24 23:53:57 1995 *************** *** 45,48 **** clean:; rm -f mznet.log _* ! true:; --- 45,48 ---- clean:; rm -f mznet.log _* ! true: *** papers/realwork/Makefile Wed Dec 1 06:01:16 1993 --- papers/realwork/Makefile Fri Feb 24 23:53:58 1995 *************** *** 43,49 **** version.sh @: version.sh ! true:; ############################################################################## --- 43,49 ---- version.sh @: version.sh ! true: ############################################################################## *** papers/trusted/Makefile Wed Dec 1 06:01:18 1993 --- papers/trusted/Makefile Fri Feb 24 23:53:58 1995 *************** *** 48,54 **** version.sh @: version.sh ! true:; ############################################################################## --- 48,54 ---- version.sh @: version.sh ! true: ############################################################################## *** papers/tutorial/Makefile Wed Dec 1 06:01:20 1993 --- papers/tutorial/Makefile Fri Feb 24 23:53:58 1995 *************** *** 39,45 **** version.tex: tutorial.tex text.tex refs.tex version.sh @: version.sh ! true:; --- 39,45 ---- version.tex: tutorial.tex text.tex refs.tex version.sh @: version.sh ! true: