* Makefile.in (diststuff): Also make info.

(mostlyclean):  Don't remove gprof.info*.
	(maintainer-clean realclean):  Also remove *.info*.
This commit is contained in:
Per Bothner 1995-10-25 20:24:00 +00:00
parent e78d175068
commit fc9e78507c
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
Wed Oct 25 13:24:31 1995 Per Bothner <bothner@kalessin.cygnus.com>
* Makefile.in (diststuff): Also make info.
(mostlyclean): Don't remove gprof.info*.
(maintainer-clean realclean): Also remove *.info*.
Fri Oct 6 16:25:32 1995 Ken Raeburn <raeburn@cygnus.com>
Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>

View File

@ -65,7 +65,7 @@ all: diststuff $(PROG)
FUNCTION=`(echo $*|sed -e 's/_bl//')`_blurb \
FILE=$*.m $(srcdir)/$*.m
diststuff: $(DISTSTUFF)
diststuff: $(DISTSTUFF) info
gprof.info: gprof.texi
$(MAKEINFO) -o gprof.info $(srcdir)/gprof.texi
@ -100,7 +100,7 @@ gprof: $(OBJS) $(LIBS)
$(CC) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIBS)
mostlyclean:
-rm -f *.o core gprof nohup.out gprof.info* \
-rm -f *.o core gprof nohup.out \
gprof.cps gprof.fns gprof.log gprof.ps gprof.tps\
gprof.aux gprof.dvi gprof.ky gprof.pg gprof.toc gprof.vr\
gprof.cp gprof.fn gprof.kys gprof.pgs gprof.tp gprof.vrs
@ -109,7 +109,7 @@ clean: mostlyclean
distclean: clean
-rm -f config.cache config.log config.status Makefile
maintainer-clean realclean: distclean
-rm -f $(DISTSTUFF)
-rm -f $(DISTSTUFF) *.info*
Makefile: Makefile.in config.status
$(SHELL) config.status