From 1eb9c1fe79b8ca7f34598837b4b1fd617096c483 Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Wed, 16 Nov 2011 15:18:28 +0100 Subject: Remove docbuilder application --- lib/docbuilder/dtd/Makefile | 91 -- lib/docbuilder/dtd/application.dtd | 29 - lib/docbuilder/dtd/appref.dtd | 33 - lib/docbuilder/dtd/book.dtd | 73 -- lib/docbuilder/dtd/bookinsidecover.dtd | 36 - lib/docbuilder/dtd/chapter.dtd | 36 - lib/docbuilder/dtd/cites.dtd | 35 - lib/docbuilder/dtd/common.dtd | 87 -- lib/docbuilder/dtd/common.entities.dtd | 24 - lib/docbuilder/dtd/common.header.dtd | 42 - lib/docbuilder/dtd/common.image.dtd | 21 - lib/docbuilder/dtd/common.refs.dtd | 40 - lib/docbuilder/dtd/common.table.dtd | 25 - lib/docbuilder/dtd/comref.dtd | 31 - lib/docbuilder/dtd/cref.dtd | 34 - lib/docbuilder/dtd/erlref.dtd | 31 - lib/docbuilder/dtd/fascicules.dtd | 35 - lib/docbuilder/dtd/fileref.dtd | 31 - lib/docbuilder/dtd/part.dtd | 29 - lib/docbuilder/dtd/report.dtd | 138 ---- lib/docbuilder/dtd/terms.dtd | 36 - lib/docbuilder/dtd/xhtml-lat1.ent | 196 ----- lib/docbuilder/dtd/xhtml-special.ent | 80 -- lib/docbuilder/dtd/xhtml-symbol.ent | 237 ------ lib/docbuilder/dtd/xhtml1-frameset.dtd | 1235 ---------------------------- lib/docbuilder/dtd/xhtml1-strict.dtd | 978 ---------------------- lib/docbuilder/dtd/xhtml1-transitional.dtd | 1201 --------------------------- 27 files changed, 4864 deletions(-) delete mode 100644 lib/docbuilder/dtd/Makefile delete mode 100644 lib/docbuilder/dtd/application.dtd delete mode 100644 lib/docbuilder/dtd/appref.dtd delete mode 100644 lib/docbuilder/dtd/book.dtd delete mode 100644 lib/docbuilder/dtd/bookinsidecover.dtd delete mode 100644 lib/docbuilder/dtd/chapter.dtd delete mode 100644 lib/docbuilder/dtd/cites.dtd delete mode 100644 lib/docbuilder/dtd/common.dtd delete mode 100644 lib/docbuilder/dtd/common.entities.dtd delete mode 100644 lib/docbuilder/dtd/common.header.dtd delete mode 100644 lib/docbuilder/dtd/common.image.dtd delete mode 100644 lib/docbuilder/dtd/common.refs.dtd delete mode 100644 lib/docbuilder/dtd/common.table.dtd delete mode 100644 lib/docbuilder/dtd/comref.dtd delete mode 100644 lib/docbuilder/dtd/cref.dtd delete mode 100644 lib/docbuilder/dtd/erlref.dtd delete mode 100644 lib/docbuilder/dtd/fascicules.dtd delete mode 100644 lib/docbuilder/dtd/fileref.dtd delete mode 100644 lib/docbuilder/dtd/part.dtd delete mode 100644 lib/docbuilder/dtd/report.dtd delete mode 100644 lib/docbuilder/dtd/terms.dtd delete mode 100644 lib/docbuilder/dtd/xhtml-lat1.ent delete mode 100644 lib/docbuilder/dtd/xhtml-special.ent delete mode 100644 lib/docbuilder/dtd/xhtml-symbol.ent delete mode 100644 lib/docbuilder/dtd/xhtml1-frameset.dtd delete mode 100644 lib/docbuilder/dtd/xhtml1-strict.dtd delete mode 100644 lib/docbuilder/dtd/xhtml1-transitional.dtd (limited to 'lib/docbuilder/dtd') diff --git a/lib/docbuilder/dtd/Makefile b/lib/docbuilder/dtd/Makefile deleted file mode 100644 index 05c656f3fc..0000000000 --- a/lib/docbuilder/dtd/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -# ``The contents of this file are subject to the Erlang Public License, -# Version 1.1, (the "License"); you may not use this file except in -# compliance with the License. You should have received a copy of the -# Erlang Public License along with this software. If not, it can be -# retrieved via the world wide web at http://www.erlang.org/. -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either expressed or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# The Initial Developer of the Original Code is Ericsson Utvecklings AB. -# Portions created by Ericsson are Copyright 1999-2000, Ericsson -# Utvecklings AB. All Rights Reserved.'' -# -# $Id$ -# - -include $(ERL_TOP)/make/target.mk -include $(ERL_TOP)/make/$(TARGET)/otp.mk - -# ---------------------------------------------------- -# Application version -# ---------------------------------------------------- -include ../vsn.mk -VSN=$(DOCB_VSN) - -# ---------------------------------------------------- -# Release directory specification -# ---------------------------------------------------- -RELSYSDIR = $(RELEASE_PATH)/lib/docbuilder-$(VSN) - -# ---------------------------------------------------- -# Common Macros -# ---------------------------------------------------- - -DTD_FILES = \ - application.dtd \ - appref.dtd \ - book.dtd \ - bookinsidecover.dtd \ - chapter.dtd \ - cites.dtd \ - common.dtd \ - common.entities.dtd \ - common.header.dtd \ - common.image.dtd \ - common.refs.dtd \ - common.table.dtd \ - comref.dtd \ - cref.dtd \ - erlref.dtd \ - fascicules.dtd \ - fileref.dtd \ - part.dtd \ - report.dtd \ - terms.dtd \ - xhtml-lat1.ent \ - xhtml-special.ent \ - xhtml-symbol.ent \ - xhtml1-frameset.dtd \ - xhtml1-strict.dtd \ - xhtml1-transitional.dtd - -# ---------------------------------------------------- -# Targets -# ---------------------------------------------------- - -debug opt: - -clean: - -docs: - -# ---------------------------------------------------- -# Release Target -# ---------------------------------------------------- -include $(ERL_TOP)/make/otp_release_targets.mk - -release_spec: - $(INSTALL_DIR) $(RELSYSDIR)/dtd - $(INSTALL_DATA) $(DTD_FILES) $(RELSYSDIR)/dtd - -release_docs_spec: - - - - - - - diff --git a/lib/docbuilder/dtd/application.dtd b/lib/docbuilder/dtd/application.dtd deleted file mode 100644 index 8a1e8832ec..0000000000 --- a/lib/docbuilder/dtd/application.dtd +++ /dev/null @@ -1,29 +0,0 @@ - - - - -%common; - -%common.header; - - - - - diff --git a/lib/docbuilder/dtd/appref.dtd b/lib/docbuilder/dtd/appref.dtd deleted file mode 100644 index 70a5ff37af..0000000000 --- a/lib/docbuilder/dtd/appref.dtd +++ /dev/null @@ -1,33 +0,0 @@ - - - - -%common.refs; - - - - - - - - - diff --git a/lib/docbuilder/dtd/book.dtd b/lib/docbuilder/dtd/book.dtd deleted file mode 100644 index bb89a6d255..0000000000 --- a/lib/docbuilder/dtd/book.dtd +++ /dev/null @@ -1,73 +0,0 @@ - - - - -%common; - -%common.header; - -%common.table; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/bookinsidecover.dtd b/lib/docbuilder/dtd/bookinsidecover.dtd deleted file mode 100644 index d6efbef6a4..0000000000 --- a/lib/docbuilder/dtd/bookinsidecover.dtd +++ /dev/null @@ -1,36 +0,0 @@ - - -%ISOlat1; - - - - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/chapter.dtd b/lib/docbuilder/dtd/chapter.dtd deleted file mode 100644 index eb2c96b04f..0000000000 --- a/lib/docbuilder/dtd/chapter.dtd +++ /dev/null @@ -1,36 +0,0 @@ - - - - -%common; - -%common.header; - -%common.table; - -%common.image; - - - - - diff --git a/lib/docbuilder/dtd/cites.dtd b/lib/docbuilder/dtd/cites.dtd deleted file mode 100644 index 334574bff9..0000000000 --- a/lib/docbuilder/dtd/cites.dtd +++ /dev/null @@ -1,35 +0,0 @@ - - -%ISOlat1; - - - - - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/common.dtd b/lib/docbuilder/dtd/common.dtd deleted file mode 100644 index 2c4ad51ab1..0000000000 --- a/lib/docbuilder/dtd/common.dtd +++ /dev/null @@ -1,87 +0,0 @@ - - - - -%common.entities; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/common.entities.dtd b/lib/docbuilder/dtd/common.entities.dtd deleted file mode 100644 index f893ecd070..0000000000 --- a/lib/docbuilder/dtd/common.entities.dtd +++ /dev/null @@ -1,24 +0,0 @@ - - -%ISOlat1; - - - - diff --git a/lib/docbuilder/dtd/common.header.dtd b/lib/docbuilder/dtd/common.header.dtd deleted file mode 100644 index d422a89693..0000000000 --- a/lib/docbuilder/dtd/common.header.dtd +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/common.image.dtd b/lib/docbuilder/dtd/common.image.dtd deleted file mode 100644 index fc95a669dd..0000000000 --- a/lib/docbuilder/dtd/common.image.dtd +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/lib/docbuilder/dtd/common.refs.dtd b/lib/docbuilder/dtd/common.refs.dtd deleted file mode 100644 index 7b9974fbda..0000000000 --- a/lib/docbuilder/dtd/common.refs.dtd +++ /dev/null @@ -1,40 +0,0 @@ - - - - -%common; - -%common.header; - - - - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/common.table.dtd b/lib/docbuilder/dtd/common.table.dtd deleted file mode 100644 index 7741da1018..0000000000 --- a/lib/docbuilder/dtd/common.table.dtd +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - diff --git a/lib/docbuilder/dtd/comref.dtd b/lib/docbuilder/dtd/comref.dtd deleted file mode 100644 index fcdea625d5..0000000000 --- a/lib/docbuilder/dtd/comref.dtd +++ /dev/null @@ -1,31 +0,0 @@ - - - - -%common.refs; - - - - - - - diff --git a/lib/docbuilder/dtd/cref.dtd b/lib/docbuilder/dtd/cref.dtd deleted file mode 100644 index e43bb2bf51..0000000000 --- a/lib/docbuilder/dtd/cref.dtd +++ /dev/null @@ -1,34 +0,0 @@ - - - - -%common.refs; - - - - - - - - - - diff --git a/lib/docbuilder/dtd/erlref.dtd b/lib/docbuilder/dtd/erlref.dtd deleted file mode 100644 index 21656a1446..0000000000 --- a/lib/docbuilder/dtd/erlref.dtd +++ /dev/null @@ -1,31 +0,0 @@ - - - - -%common.refs; - - - - - - - diff --git a/lib/docbuilder/dtd/fascicules.dtd b/lib/docbuilder/dtd/fascicules.dtd deleted file mode 100644 index b14276a2c0..0000000000 --- a/lib/docbuilder/dtd/fascicules.dtd +++ /dev/null @@ -1,35 +0,0 @@ - - - - -%ISOlat1; - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/fileref.dtd b/lib/docbuilder/dtd/fileref.dtd deleted file mode 100644 index 5a1cc54afe..0000000000 --- a/lib/docbuilder/dtd/fileref.dtd +++ /dev/null @@ -1,31 +0,0 @@ - - - - -%common.refs; - - - - - - - diff --git a/lib/docbuilder/dtd/part.dtd b/lib/docbuilder/dtd/part.dtd deleted file mode 100644 index 3f97199042..0000000000 --- a/lib/docbuilder/dtd/part.dtd +++ /dev/null @@ -1,29 +0,0 @@ - - - - -%common; - -%common.header; - - - - - diff --git a/lib/docbuilder/dtd/report.dtd b/lib/docbuilder/dtd/report.dtd deleted file mode 100644 index 3d07e6e5a7..0000000000 --- a/lib/docbuilder/dtd/report.dtd +++ /dev/null @@ -1,138 +0,0 @@ - - - - -%ISOlat1; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/terms.dtd b/lib/docbuilder/dtd/terms.dtd deleted file mode 100644 index 6105ec593e..0000000000 --- a/lib/docbuilder/dtd/terms.dtd +++ /dev/null @@ -1,36 +0,0 @@ - - -%ISOlat1; - - - - - - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/xhtml-lat1.ent b/lib/docbuilder/dtd/xhtml-lat1.ent deleted file mode 100644 index aaae738cfc..0000000000 --- a/lib/docbuilder/dtd/xhtml-lat1.ent +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/xhtml-special.ent b/lib/docbuilder/dtd/xhtml-special.ent deleted file mode 100644 index ca358b2fec..0000000000 --- a/lib/docbuilder/dtd/xhtml-special.ent +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/xhtml-symbol.ent b/lib/docbuilder/dtd/xhtml-symbol.ent deleted file mode 100644 index 63c2abfa6f..0000000000 --- a/lib/docbuilder/dtd/xhtml-symbol.ent +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/xhtml1-frameset.dtd b/lib/docbuilder/dtd/xhtml1-frameset.dtd deleted file mode 100644 index d128f2eb7c..0000000000 --- a/lib/docbuilder/dtd/xhtml1-frameset.dtd +++ /dev/null @@ -1,1235 +0,0 @@ - - - - - -%HTMLlat1; - - -%HTMLsymbol; - - -%HTMLspecial; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/xhtml1-strict.dtd b/lib/docbuilder/dtd/xhtml1-strict.dtd deleted file mode 100644 index 2927b9ece7..0000000000 --- a/lib/docbuilder/dtd/xhtml1-strict.dtd +++ /dev/null @@ -1,978 +0,0 @@ - - - - - -%HTMLlat1; - - -%HTMLsymbol; - - -%HTMLspecial; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/docbuilder/dtd/xhtml1-transitional.dtd b/lib/docbuilder/dtd/xhtml1-transitional.dtd deleted file mode 100644 index 628f27ac50..0000000000 --- a/lib/docbuilder/dtd/xhtml1-transitional.dtd +++ /dev/null @@ -1,1201 +0,0 @@ - - - - - -%HTMLlat1; - - -%HTMLsymbol; - - -%HTMLspecial; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3