summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.0.Makefile')
-rw-r--r--app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.0.Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.0.Makefile b/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.0.Makefile
new file mode 100644
index 000000000000..a04686c72cc9
--- /dev/null
+++ b/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.0.Makefile
@@ -0,0 +1,10 @@
+DESTDIR = /usr/share/sgml/docbook/sgml/dtd/4.0
+
+all: install
+
+install:
+ mkdir -p $(DESTDIR)
+ install *.dcl $(DESTDIR)
+ install docbook.cat $(DESTDIR)/catalog
+ install *.dtd $(DESTDIR)
+ install *.mod $(DESTDIR)