aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hipe/doc/Makefile')
-rw-r--r--lib/hipe/doc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/hipe/doc/Makefile b/lib/hipe/doc/Makefile
index cdf9c9c798..e28b16c12e 100644
--- a/lib/hipe/doc/Makefile
+++ b/lib/hipe/doc/Makefile
@@ -24,6 +24,9 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk
clean:
-rm -f *.html edoc-info stylesheet.css erlang.png
+distclean: clean
+realclean: clean
+
# ----------------------------------------------------
# Special Build Targets
# ----------------------------------------------------