NSIS/Docs/src/makefile
rainwater 3ead7e15ef new doc format (incomplete)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@873 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 18:05:40 +00:00

13 lines
291 B
Makefile

OBJS = config.but intro.but usage.but script.but attributes.but compilerflags.but history.but license.but
CC = bin\halibut.exe
all:
$(CC) $(OBJS)
@del *.hlp
@del *.cnt
@copy Contents.html index.html
@copy index.html IndexPage.html
@del output.txt
@copy *.html ..\\
@del -f *.html