diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-03-08 11:58:45 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-03-08 11:58:45 +0000 |
commit | 485d93610e7b73ea5f96bef9dbd804e9cbc08f77 (patch) | |
tree | 553cd3592071e56c01f3aee23ff4eebd53325846 /lang/ghc5-doc/Makefile | |
parent | dbc52dd1702ced4d1727e05efd3e1767ebe829e8 (diff) |
Notes
Diffstat (limited to 'lang/ghc5-doc/Makefile')
-rw-r--r-- | lang/ghc5-doc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/ghc5-doc/Makefile b/lang/ghc5-doc/Makefile index d5a31320f919..f6711e5b46ce 100644 --- a/lang/ghc5-doc/Makefile +++ b/lang/ghc5-doc/Makefile @@ -10,9 +10,9 @@ PORTVERSION= 5.04.2 CATEGORIES= lang haskell MASTER_SITES= http://www.haskell.org/ghc/docs/${PORTVERSION}/ \ http://www.haskell.org/ghc/docs/${PORTVERSION}/html/ -DISTFILES= building.html.tar.gz building.ps hslibs.html.tar.gz \ - hslibs.ps libraries.html.tar.gz users_guide.html.tar.gz \ - users_guide.ps index.html +DISTFILES= building.html.tar.gz building.ps.gz hslibs.html.tar.gz \ + hslibs.ps.gz libraries.html.tar.gz users_guide.html.tar.gz \ + users_guide.ps.gz index.html DIST_SUBDIR= ghc EXTRACT_ONLY= @@ -23,7 +23,7 @@ NO_BUILD= yes do-install: @${MKDIR} ${LOCALBASE}/share/doc/ghc -.for FILE in building.ps hslibs.ps users_guide.ps index.html +.for FILE in building.ps.gz hslibs.ps.gz users_guide.ps.gz index.html @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${FILE} \ ${LOCALBASE}/share/doc/ghc .endfor |