aboutsummaryrefslogtreecommitdiff
path: root/de_DE.ISO8859-1/htdocs/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'de_DE.ISO8859-1/htdocs/docs/Makefile')
-rw-r--r--de_DE.ISO8859-1/htdocs/docs/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/de_DE.ISO8859-1/htdocs/docs/Makefile b/de_DE.ISO8859-1/htdocs/docs/Makefile
new file mode 100644
index 0000000000..ec2973dcda
--- /dev/null
+++ b/de_DE.ISO8859-1/htdocs/docs/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+# $FreeBSDde: de-www/docs/Makefile,v 1.2 2007/07/22 07:02:49 jkois Exp $
+# basiert auf: 1.6
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DOCS= books.sgml
+DOCS+= webresources.sgml
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"