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