mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line.
So "bjam pdfinstall" will now build and install the PDF to the current directory. This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit). [SVN r79492]
This commit is contained in:
parent
cebdab5e2d
commit
416caad6cf
14 changed files with 15 additions and 18 deletions
|
@ -203,8 +203,5 @@ boostbook standalone
|
|||
;
|
||||
|
||||
|
||||
install pdf-install : standalone : <location>. <install-type>PDF ;
|
||||
|
||||
|
||||
|
||||
|
||||
install pdfinstall : standalone/<format>pdf : <location>. <install-type>PDF ;
|
||||
explicit pdfinstall ;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ede2552732cbf7b9f55a574156cb19ecab037925
|
||||
Subproject commit 25c1ffaf8a29d55f18fe3d88f507cff00b1332b3
|
|
@ -1 +1 @@
|
|||
Subproject commit ecdb77c48a9122f6dd439ad2f80b105e648d14e1
|
||||
Subproject commit 49aa704b3ece420c25f56ddcbf35ace5726a90ee
|
|
@ -1 +1 @@
|
|||
Subproject commit b0e36c06e965a919c3d640ceeddf5930120e8e97
|
||||
Subproject commit 07c51f556699e6ae2aeeb5ff5585feb788a136dc
|
|
@ -1 +1 @@
|
|||
Subproject commit e723967c7e426d6bb9c84c67173950c6cd0fb972
|
||||
Subproject commit 4533e3b83fe6fbee55a90fdb6a408460b955d2d2
|
|
@ -1 +1 @@
|
|||
Subproject commit c506c476dd29b95713cd25cb6b361f8c78f5b3d2
|
||||
Subproject commit 96da1eea5749004252f80a1cfeddd1871de85b7e
|
|
@ -1 +1 @@
|
|||
Subproject commit 90f779a9a3c5584cf5eb8600a7e0a3c2ab7bf354
|
||||
Subproject commit d131434ef15648dae87f03fc064725b7fb93d666
|
|
@ -1 +1 @@
|
|||
Subproject commit 01ce00dc8d4e0a23029d71a07e1158c369add111
|
||||
Subproject commit a5ab4074466bc19eb496193d7f1f8c74cea59a85
|
|
@ -1 +1 @@
|
|||
Subproject commit 6ddddd583f6d0acc949a859c201506ada855e3b2
|
||||
Subproject commit 08b4b162672fa02dfdaa68db26fabbfc5a2c4085
|
|
@ -1 +1 @@
|
|||
Subproject commit f2fc974591aa56ef658579396d9be9082cf5ca96
|
||||
Subproject commit 4c8033c73e1ca4d262342418d3c94a34e9da642b
|
|
@ -1 +1 @@
|
|||
Subproject commit ff4a3a8ae2c11686db8c9a6c198f015700f63d64
|
||||
Subproject commit eb5bc7ebfc1ad51bf98a0930e808eb8c75629337
|
|
@ -1 +1 @@
|
|||
Subproject commit d0d5677a40a600b269989c9d4a97a645d400c808
|
||||
Subproject commit 9b2884ee23f494568f8ae824c6633b8fa1227804
|
|
@ -1 +1 @@
|
|||
Subproject commit b6a00cbe2c363c2b5636517af18006872d3765b5
|
||||
Subproject commit 763349fdf3b745433a0b165a9789c19a054ecca7
|
|
@ -1 +1 @@
|
|||
Subproject commit 3656db0215357ce84b5eb615fdd97b2873056bdd
|
||||
Subproject commit e386b1acbe77048d2b93df176167aaf26512518e
|
Loading…
Add table
Reference in a new issue