Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
737056a2
Commit
737056a2
authored
Mar 20, 1997
by
sof
Browse files
[project @ 1997-03-20 22:56:07 by sof]
Added .info: .texi suffix rule
parent
23712daf
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/suffix.mk
View file @
737056a2
...
...
@@ -219,6 +219,10 @@ HASKELL_POST_COMPILE=$(patsubst %,$(HASKELL_SPLIT_POST),$(filter -split-objs,$(H
$(TEXI2HTML)
$(TEXI2HTML_OPTS)
$(
patsubst
%.lhs,%.texi,
$<
)
@
touch
$@
%.info
::
%.texi
@
$(RM)
$@
$(MAKEINFO)
$(MAKEINFO_OPTS)
$<
&&
$(POSTMAKEINFO)
$@
%.hs
:
%.lhs
@
$(RM)
$@
$(LIT2PGM)
$(LIT2PGM_OPTS)
-o
$@
$<
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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