| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
It doesn't do anything useful yet, but it works with the new build system
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The paths can also now be overridden with the standard configure flags
--docdir=, --htmldir= etc. We were always advertising these, but now we
actually obey them.
|
| |
|
|
|
|
| |
Set GhcManpages=YES in mk/build.mk if you want to build the manpage.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most of the other users of the fptools build system have migrated to
Cabal, and with the move to darcs we can now flatten the source tree
without losing history, so here goes.
The main change is that the ghc/ subdir is gone, and most of what it
contained is now at the top level. The build system now makes no
pretense at being multi-project, it is just the GHC build system.
No doubt this will break many things, and there will be a period of
instability while we fix the dependencies. A straightforward build
should work, but I haven't yet fixed binary/source distributions.
Changes to the Building Guide will follow, too.
|
|
|
|
|
|
| |
Move the building guide to GHC where it belongs. This is more consistent and
currently even necessary, otherwise *every* fptools project would need the ghc
subtree.
|
|
|
|
| |
ffi-art is dead, Jim...
|
|
|
|
| |
Moved into subdirectories to allow docs to be built by build system.
|
|
|
|
|
|
|
| |
* SGML_DOC can now hold a _list_ of sgml documentations to build
* both building.sgml and ffi-art.sgml are now build in docs/
*MERGE*
|
|
|
|
|
| |
$(SGML_DOC) can only support one document, so build the Build System
Guide by default.
|
|
|
|
| |
Added docbook-cheat-sheet
|
|
|
|
| |
"installing" is now called "building"
|
|
|
|
| |
clean up document makefiles.
|
|
|
|
|
| |
SGML version of the installation guide. SGML-Tools 1.0.3 or later is required,
and the indexing still doesn't work automatically.
|
|
|
|
| |
More small changes towards 2.02
|
|
Major update to more-or-less 2.02
|