diff options
-rw-r--r-- | editors/ce-doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ce-doc/Makefile b/editors/ce-doc/Makefile index 5815f3ec808..334ff12a605 100644 --- a/editors/ce-doc/Makefile +++ b/editors/ce-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/21 23:52:45 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2006/07/31 21:13:33 rillig Exp $ # .include "../../editors/ce/Makefile.common" @@ -10,6 +10,7 @@ COMMENT+= , documentation PKG_INSTALLATION_TYPES= overwrite pkgviews NO_BUILD= yes +USE_LANGUAGES= c INSTALL_TARGET= doc-install |