aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/doc/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hipe/doc/src/Makefile')
-rw-r--r--lib/hipe/doc/src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/hipe/doc/src/Makefile b/lib/hipe/doc/src/Makefile
index d440178e4c..065854e8a7 100644
--- a/lib/hipe/doc/src/Makefile
+++ b/lib/hipe/doc/src/Makefile
@@ -97,6 +97,9 @@ clean clean_docs:
rm -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo)
rm -f errs core *~
+distclean: clean
+realclean: clean
+
# ----------------------------------------------------
# Release Target
# ----------------------------------------------------