aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-08-11 02:41:39 +0000
committerGuy Harris <guy@alum.mit.edu>2011-08-11 02:41:39 +0000
commitc7caf2f213584c60daf66af3428eeb4cba6ae762 (patch)
tree71dad0452a5903dacc6506349b002c95dfc5ad83 /docbook
parent4bf797bcc0607c81a5109ab381a04419f86ff8e7 (diff)
Add "distclean" and "maintainer-clean" rules to the docbook directory
Makefile.nmake. Have "clean", "distclean", and "maintainer-clean" in the top-level Makefile.nmake file clean out the docbook directory. Add a "docbook" target to the top-level Makefile.nmake file. svn path=/trunk/; revision=38468
Diffstat (limited to 'docbook')
-rw-r--r--docbook/Makefile.nmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/docbook/Makefile.nmake b/docbook/Makefile.nmake
index 2a00dc2a47..72ed930fb3 100644
--- a/docbook/Makefile.nmake
+++ b/docbook/Makefile.nmake
@@ -50,6 +50,10 @@ release_notes: release_notes.validated release_notes_x
clean:
rm -rf $(CLEANFILES) $(CLEANDIRS)
+distclean: clean
+
+maintainer-clean: distclean
+
# -- All -------------------------------------------------------------------------------
all_x: wsug.validated wsdg.validated release_notes.validated wsug_x wsdg_x release_notes_x