Makefile.in:

Add flushb to list of files which are removed when doing a make clean.
  Add a distclean production which removes Makefile
  Add the doc substree to the clean and distclean rules.
bitmap-optimize
Theodore Ts'o 1999-07-19 21:02:11 +00:00
parent f3b3dbbe60
commit 3ac9f0efa1
3 changed files with 13 additions and 3 deletions

View File

@ -29,6 +29,12 @@ install-doc-libs:
uninstall-doc-libs:
(cd doc && make uninstall-doc-libs)
clean-doc:
(cd doc && make clean)
distclean-doc:
(cd doc && make distclean)
install: all-libs-recursive install-progs-recursive \
install-shlibs-libs-recursive install-doc-libs
# (export MANPATH=$(DESTDIR)$(mandir); $(srcdir)/install-utils/compile_manpages)
@ -69,10 +75,10 @@ all-libs-recursive install-libs-recursive uninstall-libs-recursive install-shlib
mostlyclean: mostlyclean-recursive mostlyclean-local
clean: clean-recursive clean-local
clean: clean-recursive clean-local clean-doc
$(RM) -f $(SUBS)
distclean: distclean-recursive distclean-local
distclean: distclean-doc distclean-recursive distclean-local
realclean: realclean-recursive realclean-local

View File

@ -36,6 +36,10 @@ libext2fs.info: $(srcdir)/libext2fs.texinfo
libext2fs.dvi: $(srcdir)/libext2fs.texinfo
$(DVI) $(srcdir)/libext2fs.texinfo
.PHONY: distclean
distclean:: clean
$(RM) Makefile
.PHONY: clean
clean:: clean-all

View File

@ -139,7 +139,7 @@ uninstall:
clean:
$(RM) -f $(PROGS) \#* *\# *.s *.o *.a *~ core e2fsck.static \
e2fsck.shared e2fsck.profiled e2fsck.8
e2fsck.shared e2fsck.profiled flushb e2fsck.8
$(RM) -rf profiled
mostlyclean: clean