diff options
author | Patrik Nyblom <[email protected]> | 2012-02-28 17:49:14 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2012-02-28 17:49:14 +0100 |
commit | d3a96b096f457c881296c4e7f69de47399ab9ed8 (patch) | |
tree | a4f220a3246428f2c3386978eae4965a3c5c1d55 /lib/hipe/doc | |
parent | def41007cb990ed6454ce5c78c3dcfb848975513 (diff) | |
parent | cc3122ab804299810c817f3819323234ff3e23c3 (diff) | |
download | otp-d3a96b096f457c881296c4e7f69de47399ab9ed8.tar.gz otp-d3a96b096f457c881296c4e7f69de47399ab9ed8.tar.bz2 otp-d3a96b096f457c881296c4e7f69de47399ab9ed8.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/hipe/doc')
-rw-r--r-- | lib/hipe/doc/Makefile | 3 | ||||
-rw-r--r-- | lib/hipe/doc/src/Makefile | 3 |
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 # ---------------------------------------------------- |