Build and install the German FAQ.
Obtained from: FreeBSD German Documentation Project
This commit is contained in:
parent
772d1ab855
commit
a24819ab82
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8844
1 changed files with 13 additions and 0 deletions
13
de/FAQ/Makefile
Normal file
13
de/FAQ/Makefile
Normal file
|
@ -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
|
Loading…
Reference in a new issue