diff options
Diffstat (limited to 'pkg/win32/GNUmakefile')
-rw-r--r-- | pkg/win32/GNUmakefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/win32/GNUmakefile b/pkg/win32/GNUmakefile index 31968795..7df4cc16 100644 --- a/pkg/win32/GNUmakefile +++ b/pkg/win32/GNUmakefile @@ -27,6 +27,10 @@ staging: $(EXE_FILES) $(DLL_FILES) $(patsubst %,../../%,$(DOC_FILES)) cp $(TOPLEVEL)/$$f staging/$$f.txt; \ unix2dos staging/$$f.txt; \ done + $(TOPLEVEL)/man/simplecpp -D_WIN32 -DPRECOMPILED \ + < $(TOPLEVEL)/man/INSTALL.template \ + > staging/INSTALL.txt + unix2dos staging/INSTALL.txt clean: rm -f $(ZIP) |