There are
It is easy to confuse output types with targets, but they are two different concepts. A target is one "instance" of an output type. When you build your final output, you are essentially building one or more of the targets in your project.
By default, when you create a new project using one of MadCap Flare's factory templates, one new target is added to your project—depending on the format that you selected for your primary target.
A target file has an .fltar extension and is stored in the Project Organizer under the Targets folder.
Let's say that you have
How to add targets
Select Project>Add Target.
The Add Target dialog opens.
In the Template Folders area, select one of the folders.
The Templates section to the right displays the target templates contained in the folder you selected. Click here to find out what templates are all about
In the Templates area, select a target template.
If you select the factory "MyTarget" template, the output format for the target is WebHelp by default. However, you can change the output type to another format after you are finished.
Click OK.
The target is added to the Targets folder in the Project Organizer. The Target Editor opens to the right.
If you want to change the format for the target, select it in the Output Type field (on the Basic tab) and save your changes.
How to make copies of targets
Double-click the Targets folder.
The available targets are shown.
.In the Standard toolbar, click
.
A copy of the target is added to the Targets folder. The new target is given the same name as the target you copied, with the words "Copy of" before it.
If you added a new target and are satisfied with the name you gave it, do one of the following:
If you are going to produce just one output, move on to one of the other basic steps for developing a project.
OR
If you are going to produce more than one output, move on to creating condition tags.
If you made copies of an existing target, you probably want to move on to renaming the targets.