From 1ab83e42e24dcc8f6e7f0abb6d76bb5c06a8f189 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 31 Jan 2016 12:48:40 +0200 Subject: Add support for man page generation/install/dist --- load/buildfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'load/buildfile') diff --git a/load/buildfile b/load/buildfile index c3a324f..6b72dae 100644 --- a/load/buildfile +++ b/load/buildfile @@ -9,12 +9,12 @@ import libs += libodb%lib{odb} include ../brep/ -exe{brep-load}: \ -{ cxx}{ load } \ -{hxx ixx cxx}{ options } \ +exe{brep-load}: \ +{ cxx}{ load } \ +{hxx ixx cxx}{ load-options } \ ../brep/lib{brep} $libs cli.options += -I $src_root --include-with-brackets --include-prefix load \ --guard-prefix LOAD -{hxx ixx cxx}{options}: cli{options} +{hxx ixx cxx}{load-options}: cli{load} -- cgit v1.1