[haiku-commits] haiku: hrev51023 - build/jam/packages data/develop

  • From: humdingerb@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 18 Mar 2017 20:24:48 +0100 (CET)

hrev51023 adds 1 changeset to branch 'master'
old head: 3d18f37d46136249b80f4816807292b90ba84667
new head: b8eeeb21e3ec3d4593da455008afcb72137070a9
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=b8eeeb21e3ec+%5E3d18f37d4613

----------------------------------------------------------------------------

b8eeeb21e3ec: 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.

                                        [ Humdinger <humdingerb@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev51023
Commit:      b8eeeb21e3ec3d4593da455008afcb72137070a9
URL:         http://cgit.haiku-os.org/haiku/commit/?id=b8eeeb21e3ec
Author:      Humdinger <humdingerb@xxxxxxxxx>
Date:        Sat Mar 18 19:20:58 2017 UTC

----------------------------------------------------------------------------

2 files changed, 6 insertions(+)
build/jam/packages/MakefileEngine | 4 ++++
data/develop/Makefile             | 2 ++

----------------------------------------------------------------------------

diff --git a/build/jam/packages/MakefileEngine 
b/build/jam/packages/MakefileEngine
index 917989c..d8b9a81 100644
--- a/build/jam/packages/MakefileEngine
+++ b/build/jam/packages/MakefileEngine
@@ -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 ;
diff --git a/data/develop/Makefile b/data/develop/Makefile
index b91f011..4e6aa18 100644
--- a/data/develop/Makefile
+++ b/data/develop/Makefile
@@ -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 = 


Other related posts:

  • » [haiku-commits] haiku: hrev51023 - build/jam/packages data/develop - humdingerb