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:
parent
3d18f37d46
commit
b8eeeb21e3
@ -9,4 +9,8 @@ local makefileEngineFiles =
|
||||
SEARCH on $(makefileEngineFiles) = [ FDirName $(HAIKU_TOP) data develop ] ;
|
||||
AddFilesToPackage develop etc : $(makefileEngineFiles) ;
|
||||
|
||||
# docs
|
||||
AddFilesToPackage develop documentation :
|
||||
[ FDirName $(HAIKU_TOP) docs develop makefile-engine.html ] : makefile-engine.html ;
|
||||
|
||||
BuildHaikuPackage $(makefileEnginePackage) : makefile_engine ;
|
||||
|
@ -3,6 +3,8 @@
|
||||
## 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
|
||||
## architecture of Haiku.
|
||||
## For more information, see:
|
||||
## file:///system/develop/documentation/makefile-engine.html
|
||||
|
||||
# The name of the binary.
|
||||
NAME =
|
||||
|
Loading…
x
Reference in New Issue
Block a user