diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-10 13:39:25 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-10 13:39:25 +0000 |
commit | 6d0dd9aa562a9f96bf875b7260675609e1171b66 (patch) | |
tree | 02fe46e0d6384d23b222bf77e63e38a69133a393 /docs/docbook-cheat-sheet | |
parent | 2de31b61d0a963803eb5632c9659c6093d74f345 (diff) | |
download | haskell-6d0dd9aa562a9f96bf875b7260675609e1171b66.tar.gz |
bindist fixes
Diffstat (limited to 'docs/docbook-cheat-sheet')
-rw-r--r-- | docs/docbook-cheat-sheet/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/docbook-cheat-sheet/Makefile b/docs/docbook-cheat-sheet/Makefile index 14e0c3c2d2..8cd9f51869 100644 --- a/docs/docbook-cheat-sheet/Makefile +++ b/docs/docbook-cheat-sheet/Makefile @@ -4,7 +4,6 @@ include $(TOP)/mk/boilerplate.mk XML_DOC = docbook-cheat-sheet INSTALL_XML_DOC = docbook-cheat-sheet -binary-dist: - @: +include $(TOP)/mk/bindist.mk include $(TOP)/mk/target.mk |