aboutsummaryrefslogtreecommitdiff
path: root/it/docs/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-10-06 14:27:51 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-10-06 14:27:51 +0000
commit44b431d77b9decce682e67623b730195397a6a39 (patch)
tree6b2cb8ebb7eb3077535f2bb604939294accf2ef5 /it/docs/Makefile
parent2ba459de920a95be27d113ed06db1c7c08b50cd1 (diff)
downloaddoc-44b431d77b9decce682e67623b730195397a6a39.tar.gz
doc-44b431d77b9decce682e67623b730195397a6a39.zip
- MFP4: new layout [1]
- Update translated web pages Submitted by: Emily Boyd <emilyboyd@emilyboyd.com> [1] Sponsored by: Google Summer of Code 2005 [1]
Notes
Notes: svn path=/www/; revision=25892
Diffstat (limited to 'it/docs/Makefile')
-rw-r--r--it/docs/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/it/docs/Makefile b/it/docs/Makefile
new file mode 100644
index 0000000000..3ad3a560dd
--- /dev/null
+++ b/it/docs/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DOCS= books.sgml
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"