From b34089b7a289842d8f7504fab251b8455e3a6721 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 6 Sep 2008 13:51:52 +0000 Subject: [PATCH] Install the ext-core docs --- docs/ext-core/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/ext-core/Makefile b/docs/ext-core/Makefile index bbc0530..dfb65b1 100644 --- a/docs/ext-core/Makefile +++ b/docs/ext-core/Makefile @@ -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: -- 1.7.10.4