A few minor fixes
This commit is contained in:
parent
b5364a5875
commit
4cdfbb28d7
|
@ -2055,7 +2055,7 @@ BUILD_WEB() {
|
|||
separator "Creating a site-map"
|
||||
_cd "$maindir/$w"
|
||||
_run "$PLTHOME/$sitemapdir/sitemap_gen.py" \
|
||||
--config="$PLTHOME/$sitemapdir/rkt-pre.xml" \
|
||||
--config="$PLTHOME/$sitemapdir/plt-pre.xml" \
|
||||
> /dev/null
|
||||
fi
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@ Section ""
|
|||
DetailPrint "Installing Racket..."
|
||||
SetDetailsPrint listonly
|
||||
SetOutPath "$INSTDIR"
|
||||
File /a /r "plt\*.*"
|
||||
File /a /r "racket\*.*"
|
||||
!ifndef SimpleInstaller
|
||||
WriteUninstaller "${UNINSTEXE}" ; Create uninstaller
|
||||
!endif
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
distributions := (tag "mz" bin+src+dist)
|
||||
(tag "mr" bin+src-dist)
|
||||
(tag "dr" bin+src-dist)
|
||||
(tag "racket" bin+src+dist)
|
||||
(tag "plt" bin+src+dist)
|
||||
(tag ("full" "bin") (distribute!))
|
||||
bin+src+dist := (tag "bin" (verify!) (distribute!))
|
||||
(tag "src" (verify!) (distribute!))
|
||||
|
|
Loading…
Reference in New Issue
Block a user