summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-10-31 21:01:13 +0000
committerMorgan Deters <mdeters@gmail.com>2011-10-31 21:01:13 +0000
commit78016223982860e98bbc404534eff403452bd82e (patch)
tree24bc258c9b9be8861482e1f870bf8d5849b9512f /Makefile.am
parent5a58d660b78c7dee35b0cbd1063a89dc4e73d226 (diff)
fixes to "make distclean" and "make maintainerclean"
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index db74bd378..2edd33820 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -118,3 +118,6 @@ man_MANS = \
dist-hook:
cp -p "$(srcdir)/Makefile" "$(distdir)/Makefile"
+
+distclean-local:
+ test -z "$(DX_DOCDIR)" || rm -fr "$(DX_DOCDIR)"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback