cvs commit: fptools/alex/doc .cvsignore fptools/docs/building .cvsignore fptools/docs/docbook-cheat-sheet .cvsignore fptools/ghc/docs/users_guide .cvsignore fptools/greencard/doc .cvsignore fptools/haddock/doc .cvsignore fptools/happy/doc ...
Sven Panne <[email protected]> Wed, 18 Aug 2004 09:17:00 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.happy |
|---|---|
| Message-ID | <200408181617.i7IGH0cE005692__20747.1246518709$1092845842$gmane$org@glass.cse.ogi.edu> |
panne 2004/08/18 09:16:59 PDT
Modified files:
alex/doc .cvsignore
docs/building .cvsignore
docs/docbook-cheat-sheet .cvsignore
ghc/docs/users_guide .cvsignore
greencard/doc .cvsignore
haddock/doc .cvsignore
happy/doc .cvsignore
libraries/Win32/doc .cvsignore
libraries/X11/doc .cvsignore
libraries/doc .cvsignore
mk suffix.mk target.mk
Log:
* Preliminary support for HTML Help (target "htmlhelp". Note: No
support for *.chm yet, I have to download hhc first for testing.
* Made directory/file layout more consistent:
* All-in-one HTML for foo.xml goes into foo.html
* Chunked HTML for foo.xml goes into foo-html directory with root index.html
* HTML Help for foo.xml goes into foo-htmlhelp directory
For the rationale behind this, read "Cool URIs don't change" at
http://www.w3.org/Provider/Style/URI.
* Renamed "no-chunks-html" make target to "html-no-chunks"
Revision Changes Path
1.3 +2 -2 fptools/alex/doc/.cvsignore
1.4 +2 -1 fptools/docs/building/.cvsignore
1.3 +2 -2 fptools/docs/docbook-cheat-sheet/.cvsignore
1.4 +3 -2 fptools/ghc/docs/users_guide/.cvsignore
1.4 +3 -2 fptools/greencard/doc/.cvsignore
1.5 +3 -2 fptools/haddock/doc/.cvsignore
1.3 +3 -2 fptools/happy/doc/.cvsignore
1.4 +2 -1 fptools/libraries/Win32/doc/.cvsignore
1.4 +2 -1 fptools/libraries/X11/doc/.cvsignore
1.2 +3 -2 fptools/libraries/doc/.cvsignore
1.71 +11 -7 fptools/mk/suffix.mk
1.182 +18 -12 fptools/mk/target.mk