summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1999-07-19 21:02:11 +0000
committerTheodore Ts'o <tytso@mit.edu>1999-07-19 21:02:11 +0000
commit3ac9f0efa1b5f24b0a04721addb96d1a604b3c83 (patch)
treec2f32af5a8e1e166d6b74f42d34b3a8fb8a64f3e /Makefile.in
parentf3b3dbbe60ce36f19862f26489cd3dcce1c61d76 (diff)
downloade2fsprogs-3ac9f0efa1b5f24b0a04721addb96d1a604b3c83.tar.gz
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 52b5880c..17c12943 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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