mirror of
https://github.com/cc65/cc65.git
synced 2025-01-27 09:33:42 +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:
parent
dce3753d31
commit
8ef3dbc9f7
10
doc/Makefile
10
doc/Makefile
@ -59,19 +59,19 @@ TEX = $(SGML:.sgml=.tex)
|
|||||||
# Pattern-rules, to make targets
|
# Pattern-rules, to make targets
|
||||||
|
|
||||||
%.txt: %.sgml
|
%.txt: %.sgml
|
||||||
sgml2txt $(TXT_OPTIONS) $<
|
linuxdoc -B txt -f $(TXT_OPTIONS) $<
|
||||||
|
|
||||||
%.html: %.sgml
|
%.html: %.sgml
|
||||||
sgml2html --split=1 $(BUTTONS) $<
|
linuxdoc -B info --split=1 $(BUTTONS) $<
|
||||||
|
|
||||||
%.info: %.sgml
|
%.info: %.sgml
|
||||||
sgml2info $<
|
linuxdoc -B info $<
|
||||||
|
|
||||||
%.dvi: %.sgml
|
%.dvi: %.sgml
|
||||||
sgml2latex $<
|
linuxdoc -B latex --output=dvi $<
|
||||||
|
|
||||||
%.tex: %.sgml
|
%.tex: %.sgml
|
||||||
sgml2latex --output=tex $<
|
linuxdoc -B latex --output=tex $<
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Targets
|
# Targets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user