Install the ext-core docs
authorIan Lynagh <igloo@earth.li>
Sat, 6 Sep 2008 13:51:52 +0000 (13:51 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 6 Sep 2008 13:51:52 +0000 (13:51 +0000)
docs/ext-core/Makefile

index bbc0530..dfb65b1 100644 (file)
@@ -1,7 +1,12 @@
 TOP = ../..
+include $(TOP)/mk/boilerplate.mk
 
 all: ps
 
+install-docs:
+       -mkdir     $(docdir)/ext-core
+       cp core.ps $(docdir)/ext-core/
+
 #      General makefile for Latex stuff
 
 LATEX=latex \\nonstopmode \\input
@@ -37,7 +42,6 @@ include $(TOP)/mk/bindist.mk
 # dummy targets
 boot:
 install:
-install-docs:
 html:
 chm:
 HxS: