aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-11 02:41:39 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-11 02:41:39 +0000
commit3b7fe763e12f9b325d5681c1458924b31c9dd8bb (patch)
tree71dad0452a5903dacc6506349b002c95dfc5ad83 /docbook/Makefile.nmake
parenteab2556720ccce4760d3533389c96efc42abe3f4 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38468 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'docbook/Makefile.nmake')
-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