aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-04-16 06:28:26 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-04-16 06:28:26 +0000
commit00f1fcf13c3a24ea42c6e27c69f7e1b2b1699a8b (patch)
tree97605b3fcea058da87f8a715d23a2159f2dc09c3 /packaging
parent561c514688d0ba9818d588cce94607ea241b634f (diff)
From Chris:
The attached simple patch adds 2 missing help files to HELP and alphabetizes all of them. svn path=/trunk/; revision=25067
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake10
1 files changed, 6 insertions, 4 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index bfd20cb2bd..b211b2e67d 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -35,11 +35,13 @@ DOC=../../doc/ws.css \
../../README.win32
DOC_dos=NEWS.txt
GPL=../../COPYING
-HELP=../../help/toc \
- ../../help/overview.txt \
- ../../help/capture_filters.txt \
+HELP=../../help/capture_filters.txt \
+ ../../help/capturing.txt \
../../help/display_filters.txt \
- ../../help/faq.txt
+ ../../help/faq.txt \
+ ../../help/getting_started.txt \
+ ../../help/overview.txt \
+ ../../help/toc
PLUGINS= \
../../plugins/agentx/agentx.dll \