Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
prime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haskell
prime
Commits
628356cf
Commit
628356cf
authored
10 years ago
by
Herbert Valerio Riedel
Browse files
Options
Downloads
Patches
Plain Diff
Fixup report/Makefile
Make sure that `make clean` is more thorough, and create ht/libs on the fly if needed.
parent
c7e7786d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
report/Makefile
+4
-3
4 additions, 3 deletions
report/Makefile
with
4 additions
and
3 deletions
report/Makefile
+
4
−
3
View file @
628356cf
...
@@ -162,10 +162,10 @@ veryclean: clean
...
@@ -162,10 +162,10 @@ veryclean: clean
$(
RM
)
*
~
$(
LIB_TEX
)
$(
RM
)
*
~
$(
LIB_TEX
)
clean
:
clean
:
$(
RM
)
${
HT_TEXS
}
ht/
*
.html ht/html/
*
ht/
*
.htm ht/hask
*
.png ht/
*
.log ht/
*
.tmp
\
$(
RM
)
${
HT_TEXS
}
ht/
*
.html ht/html/
*
ht/
*
.htm ht/hask
*
.png
ht/
*
.lg
ht/
*
.log ht/
*
.tmp
\
ht/
*
.xref ht/classes.eps ht/
*
.css ht/
*
.idx ht/
*
.aux ht/
*
.dvi
\
ht/
*
.xref ht/classes.eps ht/
*
.css ht/
*
.idx ht/
*
.aux
ht/
*
.idv
ht/
*
.dvi
\
ht/
*
.4ct ht/
*
.4tc ht/
*
.bbl ht/
*
.blg
ht/
*
.4ct ht/
*
.4tc ht/
*
.bbl ht/
*
.blg
$(
RM
)
*
.dvi
*
.log
*
.aux
*
.ilg
*
.blg
*
.toc
*
.bbl
*
.idx
*
.tmp
*
.out
\
$(
RM
)
*
.dvi
*
.log
*
.aux
*
.ilg
*
.blg
*
.toc
*
.bbl
*
.idx
*
.ind
*
.tmp
*
.out
\
haskell.tex preface.tex
$(
PARTS_NO_PREFACE
)
\
haskell.tex preface.tex
$(
PARTS_NO_PREFACE
)
\
haskell.tex haskell.ps haskell.pdf
*
.o lex.yy.c haskell-report-html/
*
\
haskell.tex haskell.ps haskell.pdf
*
.o lex.yy.c haskell-report-html/
*
\
libs/haddock.sty libs/Prelude.tex libs/haskell
*
.tex
libs/haddock.sty libs/Prelude.tex libs/haskell
*
.tex
...
@@ -204,6 +204,7 @@ ht/%.tex: %.verb
...
@@ -204,6 +204,7 @@ ht/%.tex: %.verb
$(
EXPAND
)
<
$<
|
$(
VERB_TEX4HT
)
| sh ../tools/subsection
>
$@
$(
EXPAND
)
<
$<
|
$(
VERB_TEX4HT
)
| sh ../tools/subsection
>
$@
ht/libs/%.tex
:
libs/%.tex
ht/libs/%.tex
:
libs/%.tex
-
mkdir
ht/libs
$(
CP
)
$<
$@
$(
CP
)
$<
$@
jfp
:
h98-book.tex preface-jfp.tex ${PARTS_NO_PREFACE}
jfp
:
h98-book.tex preface-jfp.tex ${PARTS_NO_PREFACE}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment