Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 1319] New: make: *** No rule to make target `user-guide.zi

Date: Sun, 21 Jan 2007 10:53:12 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1319

           Summary: make: *** No rule to make target `user-guide.zip',
                    needed by `wsug'.  Stop.
           Product: Wireshark
           Version: SVN
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: toralf.foerster@xxxxxx


Build Information:
svn 20513
Gentoo-Linux
--
I get the message in the dovbook dir.

Here are my changes to the Makefile:

tfoerste@n22 ~/devel/wireshark/trunk/docbook $ sdc Makefile
Index: Makefile
===================================================================
--- Makefile    (revision 20513)
+++ Makefile    (working copy)
@@ -24,12 +24,12 @@
 #
 # One SUSE 9.1 and newer uncomment the following line (make sure you have
 # at least fop-0.20.5-71.2)
-#FOP=fop
+FOP=fop

 # html help compiler (Win32 only)
 # Leave these commented out if you don't have HHC installed or you
 # don't want CHM documentation.
-HHC?="/cygdrive/c/Program Files/HTML Help Workshop/hhc.exe"
+#HHC?="/cygdrive/c/Program Files/HTML Help Workshop/hhc.exe"
 #HHC="true"

 # html to text converter for text version of release notes, e.g. elinks.
@@ -38,6 +38,7 @@
 #HTML2TXT=elinks -dump -dump-width 72
 #HTML2TXT=links -dump -width 72
 HTML2TXT?=lynx -dump -width=72 -nolist -stdin
+HTML2TXT?=lynx -dump -width=72 -nolist
 #HTML2TXT="true"

 ############### YOU SHOULDN'T HAVE TO EDIT ANYTHING BELOW THIS LINE!
################
@@ -274,7 +275,7 @@

 svn_version_check: FORCE
        dos2unix ./check_svn_version.sh
-       @ ./check_svn_version.sh
+       @ sh ./check_svn_version.sh

 svn_version.xml: svn_version_check


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.