1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-26 17:36:57 +00:00

Use new syntax for call to linuxdoc.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3934 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-02-15 16:57:06 +00:00
parent dce3753d31
commit 8ef3dbc9f7

View File

@ -59,19 +59,19 @@ TEX = $(SGML:.sgml=.tex)
# Pattern-rules, to make targets
%.txt: %.sgml
sgml2txt $(TXT_OPTIONS) $<
linuxdoc -B txt -f $(TXT_OPTIONS) $<
%.html: %.sgml
sgml2html --split=1 $(BUTTONS) $<
linuxdoc -B info --split=1 $(BUTTONS) $<
%.info: %.sgml
sgml2info $<
linuxdoc -B info $<
%.dvi: %.sgml
sgml2latex $<
linuxdoc -B latex --output=dvi $<
%.tex: %.sgml
sgml2latex --output=tex $<
linuxdoc -B latex --output=tex $<
# ------------------------------------------------------------------------------
# Targets