Fix to stop articles from being installed in to a books/ subdirectory.

This commit is contained in:
Nik Clayton 2001-03-13 18:19:22 +00:00
parent ff2f53e45a
commit 7fa4f1e1e0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8993
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@
# The FreeBSD Documentation Project
# The FreeBSD French Documentation Project
#
# $FreeBSD$
# $FreeBSD: doc/fr_FR.ISO_8859-1/articles/Makefile.inc,v 1.1 1999/11/10 21:28:21 nik Exp $
# Original revision: 1.2
#
DESTDIR?= ${DOCDIR}/fr_FR.ISO_8859-1/books/${.CURDIR:T}
DESTDIR?= ${DOCDIR}/fr_FR.ISO_8859-1/articles/${.CURDIR:T}

View file

@ -2,8 +2,8 @@
# The FreeBSD Documentation Project
# The FreeBSD French Documentation Project
#
# $FreeBSD$
# $FreeBSD: doc/fr_FR.ISO_8859-1/articles/Makefile.inc,v 1.1 1999/11/10 21:28:21 nik Exp $
# Original revision: 1.2
#
DESTDIR?= ${DOCDIR}/fr_FR.ISO_8859-1/books/${.CURDIR:T}
DESTDIR?= ${DOCDIR}/fr_FR.ISO_8859-1/articles/${.CURDIR:T}