aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/doc
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2012-02-22 11:55:57 +0100
committerPatrik Nyblom <[email protected]>2012-02-28 15:01:02 +0100
commitd28b000e1d33222a4ef0de387a6e359a52cb8249 (patch)
treee7fa7ff3f7c69cc4038280eb1e6a415066abf229 /lib/hipe/doc
parentf06de6450bbbd324a0784780d892fa69908a2126 (diff)
downloadotp-d28b000e1d33222a4ef0de387a6e359a52cb8249.tar.gz
otp-d28b000e1d33222a4ef0de387a6e359a52cb8249.tar.bz2
otp-d28b000e1d33222a4ef0de387a6e359a52cb8249.zip
Make hipe hipe-compiled w/ --enable-native-libs
Diffstat (limited to 'lib/hipe/doc')
-rw-r--r--lib/hipe/doc/Makefile3
-rw-r--r--lib/hipe/doc/src/Makefile3
2 files changed, 6 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
# ----------------------------------------------------
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
# ----------------------------------------------------