diff options
author | Ian Lynagh <igloo@earth.li> | 2008-09-09 11:39:29 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-09-09 11:39:29 +0000 |
commit | bf1d468cb000a5ed18c2c664c172979bcc372e3b (patch) | |
tree | c43bc7e04f231cc62a5c145bf15610809d41f2d0 /docs/ext-core | |
parent | 6867d7a5ba5bdde3f6216d932d9486405c9115b3 (diff) | |
download | haskell-bf1d468cb000a5ed18c2c664c172979bcc372e3b.tar.gz |
Add a do-nothing install-docs rule in ext-core/ when LATEX_DOCS=NO
Diffstat (limited to 'docs/ext-core')
-rw-r--r-- | docs/ext-core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ext-core/Makefile b/docs/ext-core/Makefile index 42c9a8f2dd..cf1c28faef 100644 --- a/docs/ext-core/Makefile +++ b/docs/ext-core/Makefile @@ -9,6 +9,7 @@ install-docs: cp core.pdf $(docdir)/ext-core/ else all: +install-docs: endif # General makefile for Latex stuff |