diff options
Diffstat (limited to 'misc/README')
-rw-r--r-- | misc/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/README b/misc/README new file mode 100644 index 000000000..6522aba4f --- /dev/null +++ b/misc/README @@ -0,0 +1,16 @@ + +GNUmakefile, in svn it is available since 0.4.0 only. + + +make -f misc/GNUmakefile release + +the required tools: +*) xsltproc to build CHANGES, +*) java and XSLScript ( http://pault.com/pault/XSLScript/ ) to build XSLTs + from XSLScript sources. + + +make -f misc/GNUmakefile icons + +the required tool: +*) netpbm to create Win32 icons from xpm sources. |