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 --- migrate/buildfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'migrate/buildfile') diff --git a/migrate/buildfile b/migrate/buildfile index c42de5a..cd0b9c8 100644 --- a/migrate/buildfile +++ b/migrate/buildfile @@ -7,12 +7,12 @@ import libs += libodb%lib{odb} include ../brep/ -exe{brep-migrate}: \ -{ cxx}{ migrate } \ -{hxx ixx cxx}{ options } \ +exe{brep-migrate}: \ +{ cxx}{ migrate } \ +{hxx ixx cxx}{ migrate-options } \ ../brep/lib{brep} $libs cli.options += -I $src_root --include-with-brackets --include-prefix migrate \ --guard-prefix MIGRATE -{hxx ixx cxx}{options}: cli{options} +{hxx ixx cxx}{migrate-options}: cli{migrate} -- cgit v1.1