aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-12-28 16:19:31 +0000
committerGerald Combs <gerald@wireshark.org>2005-12-28 16:19:31 +0000
commit1b3ca88853450d174af2026fcbb02cf027909d27 (patch)
tree12c12f770cd1c4c9000288431486c08bd08bbb72 /docbook/Makefile
parent93643c799285dada588e2e6e76ca29a6e6618094 (diff)
Fix download URLs in the release notes. Disable building release-notes.txt,
since the Windows build server doesn't have elinks. Copy over ChangeLog and NEWS from 0.10.14. svn path=/trunk/; revision=16912
Diffstat (limited to 'docbook/Makefile')
-rw-r--r--docbook/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/Makefile b/docbook/Makefile
index 1fbcae3c69..b26878a37d 100644
--- a/docbook/Makefile
+++ b/docbook/Makefile
@@ -25,8 +25,8 @@ HHC="/cygdrive/c/Program Files/HTML Help Workshop/hhc.exe"
# elinks (text version of release notes)
# This could also be "lynx", or "true" if neither elinks nor lynx is installed
-ELINKS=elinks
-#ELINKS="true"
+#ELINKS=elinks
+ELINKS="true"
############### YOU SHOULDN'T HAVE TO EDIT ANYTHING BELOW THIS LINE! ################