Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
abf99b3b
Commit
abf99b3b
authored
Dec 16, 1997
by
simonm
Browse files
[project @ 1997-12-16 11:01:13 by simonm]
Add SGML suffix rules. Single-file documents only for the moment.
parent
cefe0d53
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/suffix.mk
View file @
abf99b3b
...
...
@@ -181,6 +181,31 @@ HASKELL_POST_COMPILE=$(patsubst %,$(HASKELL_SPLIT_POST),$(filter -split-objs,$(H
@
$(RM)
$@
fig2dev
-L
latex
$<
$@
#-----------------------------------------------------------------------------
# SGML suffix rules
#
# make sure these don't conflict with the literate rules!
%.sgml
:
%.vsgml
@
$(RM)
$@
expand
$*
.verb |
$(SGMLVERB)
>
$@
%.dvi
:
%.sgml
@
$(RM)
$@
$(SGML2LATEX)
-m
--output
=
dvi
$<
%.html
:
%.sgml
@
$(RM)
$@
$(SGML2HTML)
$<
%.info
:
%.sgml
@
$(RM)
$@
$(SGML2INFO)
$<
%.txt
:
%.sgml
@
$(RM)
$@
$(SGML2TXT)
$<
#-----------------------------------------------------------------------------
# Literate suffix rules
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment