aboutsummaryrefslogtreecommitdiff
path: root/de/FAQ/Makefile
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-02-25 11:54:09 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-02-25 11:54:09 +0000
commita24819ab828830d5cca23a2357b799962136442e (patch)
treef9aa2244cbb60d865209f949270e139d9ccd821d /de/FAQ/Makefile
parent772d1ab855b29f2e707020cb9626c2afd9e6116e (diff)
downloaddoc-a24819ab828830d5cca23a2357b799962136442e.tar.gz
doc-a24819ab828830d5cca23a2357b799962136442e.zip
Build and install the German FAQ.
Obtained from: FreeBSD German Documentation Project
Notes
Notes: svn path=/www/; revision=8844
Diffstat (limited to 'de/FAQ/Makefile')
-rw-r--r--de/FAQ/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/de/FAQ/Makefile b/de/FAQ/Makefile
new file mode 100644
index 0000000000..c86494aab0
--- /dev/null
+++ b/de/FAQ/Makefile
@@ -0,0 +1,13 @@
+#
+# $FreeBSDde: de-www/FAQ/Makefile,v 1.1 2001/02/24 17:00:25 alex Exp $
+# $FreeBSD$
+# Original revision: 1.4
+#
+# Build the FreeBSD FAQ *outside* of the www tree, and install it
+# in to the right place as necessary.
+
+all install clean:
+ (cd ../../../doc/de_DE.ISO_8859-1/books/faq && ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/de/FAQ ${.TARGET})
+.if make(install)
+ (cd ${DESTDIR}/data/de/FAQ; ln -sf index.html FAQ.html)
+.endif