aboutsummaryrefslogtreecommitdiff
path: root/fr_FR.ISO8859-1/htdocs/projects/acpi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fr_FR.ISO8859-1/htdocs/projects/acpi/Makefile')
-rw-r--r--fr_FR.ISO8859-1/htdocs/projects/acpi/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/fr_FR.ISO8859-1/htdocs/projects/acpi/Makefile b/fr_FR.ISO8859-1/htdocs/projects/acpi/Makefile
new file mode 100644
index 0000000000..efa813edc2
--- /dev/null
+++ b/fr_FR.ISO8859-1/htdocs/projects/acpi/Makefile
@@ -0,0 +1,20 @@
+# ACPI project page
+#
+# $FreeBSD$
+
+# The FreeBSD French Documentation Project
+# Original revision: 1.1
+
+MAINTAINER= marks
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DOCS= index.sgml
+DATA= style.css
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"