Enabled Xcode docset makefile generation as it is transparent for non xcode users.
More precisely this option only adds a new hmtl/Makefile target and will permit to make and install fltk doc to be incorporated to XCode 3, but it is not automatically generated, even on the mac platform; as you still have to run manually make install from the html directory to activate that one. Works Great, FLTK documentation side by side with Apple Documentation in your XCode environment !!! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6457 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
b047ee943f
commit
fd13aabd19
@ -827,7 +827,7 @@ HTML_DYNAMIC_SECTIONS = NO
|
||||
# it at startup.
|
||||
# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for more information.
|
||||
|
||||
GENERATE_DOCSET = NO
|
||||
GENERATE_DOCSET = YES
|
||||
|
||||
# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
|
||||
# feed. A documentation feed provides an umbrella under which multiple
|
||||
|
Loading…
Reference in New Issue
Block a user