Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Haskell
prime
Commits
388f25dd
Commit
388f25dd
authored
Jul 21, 2009
by
Ian Lynagh
Browse files
Refactor away old-fashioned make syntax
parent
53916e29
Changes
1
Hide whitespace changes
Inline
Side-by-side
report/Makefile
View file @
388f25dd
...
...
@@ -148,22 +148,20 @@ clean:
# Suffix rules
#########################################
.SUFFIXES
:
.hi .hs .verb .tex .dvi
.verb.tex
:
%.tex
:
%.verb
$(EXPAND)
<
$<
|
$(VERBATIM)
| sh ../tools/subsection
>
$@
# The 'subsection' part changes section -> chapter for the book style
.hs
.verb
:
%
.verb
:
%.hs
$(EXPAND)
<
$<
|
$(SPLITPGM)
>
$@
%.
tex
:
%.
hs
%.
hs
:
%.
tex
$(EXPAND)
<
$<
|
$(SPLITPGM)
|
$(VERBATIM)
>
$@
.hi
.tex
:
%
.tex
:
%.hi
$(EXPAND)
<
$<
|
$(SPLITPGM)
|
$(VERBATIM)
>
$@
.tex
.dvi
:
%
.dvi
:
%.tex
$(LATEX)
$<
...
...
Write
Preview
Supports
Markdown
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