aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-08-12 20:54:30 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-08-12 20:54:30 +0000
commit0a4e09493a2d35a70075820884c60aa53b663ea0 (patch)
tree05b2a27b78089888b797cdcc2021d43cf124d1b9 /Makefile.nmake
parent0b43610ea84887c25e077af0589016c56b6ca026 (diff)
add IANA port-numbers file as a file named "services", with some minor explanations from me at the top of that file
add it to the distributed files, to the Win32 NSIS and U3 packages. UNIX packages will still miss this (optional) file. svn path=/trunk/; revision=22487
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index af54a25f17..1b0ffe390d 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -864,6 +864,7 @@ install-common-files:
if exist editcap.pdb xcopy editcap.pdb $(INSTALL_DIR) /d
xcopy ".\AUTHORS-SHORT" $(INSTALL_DIR) /d
xcopy ".\manuf" $(INSTALL_DIR) /d
+ xcopy ".\services" $(INSTALL_DIR) /d
xcopy ".\FAQ" $(INSTALL_DIR) /d
xcopy ".\README" $(INSTALL_DIR) /d
xcopy ".\README.win32" $(INSTALL_DIR) /d