knight fyre 1 Junior Poster in Training

Not sure where this post should go but I'm having trouble with writing a code in Textinfo. I want the menu and layout to be like that you see in the attached picture picture but anytime I test the code I get the following error.

C:\Program Files\GnuWin32\bin>makeinfo --html spssbase.tex
spssbase.tex:18: Node `Top' previously defined at line 12.
C:\Program Files\GnuWin32\bin//spssbase.tex:12: Node `Top' lacks menu item for `
ACF' despite being its Up target.
C:\Program Files\GnuWin32\bin//spssbase.tex:12: Node `Top' lacks menu item for `
2SLS' despite being its Up target.
makeinfo: Removing output file `C:\Program Files\GnuWin32\bin/spssbase-file' due
to errors; use --force to preserve.

Here is my code

\input texinfo
@setfilename spssbase-file
@settitle spssbase-manual

@copying
SPSS is a registered trademark and the other product names are the trademarks of SPSS Inc. for its proprietary computer
software. No material describing such software may be produced or distributed without the written permission of the owners of
the trademark and license rights in the software and the copyrights in the published materials.
@end copying

@ifnottex
@node Top
@top Topmost

This is the top node
@end ifnottex

@menu
	* 2SLS::
	* ACF::
@end menu

@node 	Top, 2SLS, (dir), (dir)

@node 2SLS, ACF, Top, Top 
@chapter 2SLS

@node ACF, (dir), 2SLS, Top 
@chapter ACF


@bye
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.