From 6123f0f475fcefff990360572ad7f306a2b62633 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 6 Dec 2010 14:14:22 +0000 Subject: Fix LibDOM install. svn path=/trunk/libdom/; revision=11020 --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 310e20e..84d78fe 100644 --- a/Makefile +++ b/Makefile @@ -36,11 +36,6 @@ Is := include/dom I := /include/dom INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/dom.h;$(Is)/functypes.h -Is := include/dom/bootstrap -I := /include/dom/bootstrap -INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/implpriv.h;$(Is)/implregistry.h -INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/init_fini.h - Is := include/dom/core I := /include/dom/core INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/attr.h;$(Is)/characterdata.h @@ -50,7 +45,7 @@ INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/doc_fragment.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/document.h;$(Is)/document_type.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/entity_ref.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/element.h;$(Is)/exceptions.h -INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/implementation.h;$(Is)/impllist.h +INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/implementation.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/namednodemap.h;$(Is)/node.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/nodelist.h;$(Is)/string.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/pi.h -- cgit v1.2.3