diff options
author | Ian Lynagh <igloo@earth.li> | 2008-09-06 12:14:15 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-09-06 12:14:15 +0000 |
commit | 1f5463245064cfefa66ed10d9902ac1ed436f67f (patch) | |
tree | b3bcc3a82e06c38ccac35ccd491ffc548d81b864 /docs/ext-core | |
parent | 5c1039224e8595ed2acd6518316a1075f5a6b78a (diff) | |
download | haskell-1f5463245064cfefa66ed10d9902ac1ed436f67f.tar.gz |
Make ext-core when making all in docs
Diffstat (limited to 'docs/ext-core')
-rw-r--r-- | docs/ext-core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ext-core/Makefile b/docs/ext-core/Makefile index 704cfc3fa4..bbc0530276 100644 --- a/docs/ext-core/Makefile +++ b/docs/ext-core/Makefile @@ -1,5 +1,7 @@ TOP = ../.. +all: ps + # General makefile for Latex stuff LATEX=latex \\nonstopmode \\input @@ -33,7 +35,6 @@ maintainer-clean: distclean include $(TOP)/mk/bindist.mk # dummy targets -all: boot: install: install-docs: |