Apologies if this is in the wrong forum topic, I couldn't see where it should go.
Does anyone know if you can have Flare ignore the project's Content folder structure when building output??
I've got a large Flare project that when built is my whole product's help. From time-to-time, I need to build a subset of this project - not a problem so far as I've got different targets, condition tags, and TOCs. However, when built, the output "honours" the source project's content folder. I have "Do not use Content folder in output" selected in my target build, but the sub-folder structure is still there.
My project's folder structure looks like this:
Content
-> Folder_1
----> Topic_1.1
----> Topic_1.2
----> Topic_1.3
-> Folder_2
----> Topic_2.1
----> Topic_1.1
-> Folder_3
----> Topic_.1
-> Topic_A.htm
-> Topic_B.htm
-> Topic_C.htm
-> Topic_D.htm
-> Home.htm
Sometimes, I just need to build an output that has the contents of Folder_1 only. I build a TOC for the Folder_1 topics only, and create an HTML 5 target with the relevant conditions and "Do not use Content folder in output" selected. My output structure looks like:
Folder_1
--> Topic_1.1
--> Topic_1.2
--> Topic_1.3
Data
Resources
Skin
Default.HTM
Is there a way to have Flare output Topic_1.1 to Topic_1.3 in the main output folder itself, without splitting my project up??
If I have to split my project into smaller projects then link them when building the main one, how do you do this??
Thanks in advance!