]> Dogcows Code - chaz/yoink/blobdiff - build/arch/win32/rules.mk
remove some unused stlplus modules
[chaz/yoink] / build / arch / win32 / rules.mk
index 0f5eae5e40ed961cb49f35f4dc641b7b0f5195be..3e3c49d0f9db9f9ec692d934d0351896fdcad990 100644 (file)
@@ -1,17 +1,13 @@
+
 #
-# Yoink
-# Run this script to create a win32 package.
-#
-# You should typically only run this through the "portable" and "installer"
-# makes targets in the package root directory.  The build system will take
-# care to pass the correct arguments.
+# Rules to create win32 packages.
 #
 
 docs           = AUTHORS COPYING README TODO
 libraries      = libogg-0 libpng15 libvorbis-0 libvorbisfile-3 lua51 OpenAL32 SDL zlib1
 
-MAN2HTML       = lua doc/man2html.lua
-UNIX2DOS       = arch/win32/unix2dos.sh
+MAN2HTML       = $${LUA:-lua} scripts/man2html.lua
+UNIX2DOS       = scripts/unix2dos.sh
 MAKENSIS       = makensis
 
 stagedir       = $(builddir)/$(tarname)
This page took 0.017967 seconds and 4 git commands to generate.