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
Glasgow Haskell Compiler
GHC
Commits
100b390e
Commit
100b390e
authored
Jun 06, 2004
by
panne
Browse files
[project @ 2004-06-06 11:44:37 by panne]
Added empty "install" and "install-docs" targets
parent
bbe7d715
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/docs/ext-core/Makefile
View file @
100b390e
...
...
@@ -2,7 +2,6 @@
dvi
:
core.dvi
ps
:
core.ps
html
:
core.dvi
:
core.tex prims.tex
latex core.tex
...
...
@@ -31,8 +30,11 @@ distclean: clean
maintainer-clean
:
distclean
# dummy targets
all
:
boot
:
install
:
install-docs
:
html
:
# End of file
ghc/docs/storage-mgt/Makefile
View file @
100b390e
...
...
@@ -2,7 +2,6 @@
dvi
:
sm.dvi rp.dvi ldv.dvi
ps
:
sm.ps rp.ps ldv.ps
html
:
######## General rules
.SUFFIXES
:
...
...
@@ -26,8 +25,11 @@ distclean: clean
maintainer-clean
:
distclean
# dummy targets
all
:
boot
:
install
:
install-docs
:
html
:
# End of file
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