Added makefile_engine documentation to package
Added a note where to find more info on the makefile-engine to the Makefile template. Added makefile-engine.html to the package.
This commit is contained in:
@@ -9,4 +9,8 @@ local makefileEngineFiles =
|
|||||||
SEARCH on $(makefileEngineFiles) = [ FDirName $(HAIKU_TOP) data develop ] ;
|
SEARCH on $(makefileEngineFiles) = [ FDirName $(HAIKU_TOP) data develop ] ;
|
||||||
AddFilesToPackage develop etc : $(makefileEngineFiles) ;
|
AddFilesToPackage develop etc : $(makefileEngineFiles) ;
|
||||||
|
|
||||||
|
# docs
|
||||||
|
AddFilesToPackage develop documentation :
|
||||||
|
[ FDirName $(HAIKU_TOP) docs develop makefile-engine.html ] : makefile-engine.html ;
|
||||||
|
|
||||||
BuildHaikuPackage $(makefileEnginePackage) : makefile_engine ;
|
BuildHaikuPackage $(makefileEnginePackage) : makefile_engine ;
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
## Fill in this file to specify the project being created, and the referenced
|
## Fill in this file to specify the project being created, and the referenced
|
||||||
## Makefile-Engine will do all of the hard work for you. This handles any
|
## Makefile-Engine will do all of the hard work for you. This handles any
|
||||||
## architecture of Haiku.
|
## architecture of Haiku.
|
||||||
|
## For more information, see:
|
||||||
|
## file:///system/develop/documentation/makefile-engine.html
|
||||||
|
|
||||||
# The name of the binary.
|
# The name of the binary.
|
||||||
NAME =
|
NAME =
|
||||||
|
|||||||
Reference in New Issue
Block a user