grist is required for the non-zipped files in order to distinguish between the README.html for neomagic vs. nvidia, for example

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5953 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2004-01-07 03:43:28 +00:00
parent e300f612df
commit 82bec102a8

View File

@ -2077,7 +2077,7 @@ rule Package
} else {
local packagefile = $(file:G=_packages!$(packagename)) ;
MakeLocate $(packagefile) : $(packagedir) ;
Copy $(packagefile) : $(file) ;
Copy $(packagefile) : [ FGristFiles $(file) ] ;
Clean cleanPackages : $(packagefile) ;
Depends $(packagezip) : $(packagefile) ;
}