aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/main/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hipe/main/Makefile')
-rw-r--r--lib/hipe/main/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/hipe/main/Makefile b/lib/hipe/main/Makefile
index a14c9c3ca4..d49dd6f424 100644
--- a/lib/hipe/main/Makefile
+++ b/lib/hipe/main/Makefile
@@ -93,6 +93,9 @@ clean:
rm -f $(TARGET_FILES) $(DOC_FILES) $(HRL_FILES)
rm -f core
+distclean: clean
+realclean: clean
+
$(DOCS)/%.html:%.erl
erl -noshell -run edoc_run file '"$<"' '[{dir, "$(DOCS)"}]' -s init stop