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/storage-mgt | |
parent | 2de31b61d0a963803eb5632c9659c6093d74f345 (diff) | |
download | haskell-6d0dd9aa562a9f96bf875b7260675609e1171b66.tar.gz |
bindist fixes
Diffstat (limited to 'docs/storage-mgt')
-rw-r--r-- | docs/storage-mgt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/storage-mgt/Makefile b/docs/storage-mgt/Makefile index 9ef54adced..0ef3037179 100644 --- a/docs/storage-mgt/Makefile +++ b/docs/storage-mgt/Makefile @@ -1,3 +1,5 @@ +TOP = ../.. + # General makefile for Latex stuff dvi: sm.dvi rp.dvi ldv.dvi @@ -25,8 +27,7 @@ distclean: clean maintainer-clean: distclean -binary-dist: - @: +include $(TOP)/mk/bindist.mk # dummy targets all: |