diff --git a/overloaded_function/doc/Jamfile.v2 b/overloaded_function/doc/Jamfile.v2 index a728e83..04c13dd 100644 --- a/overloaded_function/doc/Jamfile.v2 +++ b/overloaded_function/doc/Jamfile.v2 @@ -28,5 +28,5 @@ boostbook doc : qbk pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/functional/overloaded_function/doc/html ; -install pdf-install : doc : . PDF overloaded_function.pdf ; -explicit pdf-install ; +install pdfinstall : doc/pdf : . PDF overloaded_function.pdf ; +explicit pdfinstall ;