#
# Amiga Linux/m68k Loader Linuxdoc-SGML Documentation (EXPERIMENTAL!)
#
# Makefile
#

# Targets

All:		lilo.html lilo.dvi lilo.ps lilo.rtf lilo.info lilo.lyx lilo.txt


# Clean up

clean:
		rm -f *.html *.dvi *.ps *.rtf *.info *.lyx *.txt


# General rules

%.html:		%.sgml
		sgml2html $<

%.dvi:		%.sgml
		sgml2latex -a -d $<

%.ps:		%.sgml
		sgml2latex -a -p $<

%.rtf:		%.sgml
		sgml2rtf $<

%.info:		%.sgml
		sgml2info $<

%.lyx:		%.sgml
		sgml2lyx $<

%.txt:		%.sgml
		sgml2txt $<
