Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-31 | Make documentation targets available from the top-level makefile as well, | Martin Mares | |
but not with separate object tree yet. | |||
2000-05-08 | Autoconf is *evil*. The sysconfdir and similar variables are unusable in | Martin Mares | |
C includes as they contain substitutions specific to make. Worked around by creating sysconf/paths.h which is created from the Makefile instead of by the configure script. | |||
2000-05-08 | `make install' now works. | Martin Mares | |
2000-05-05 | Connected the `doc' subtree to global makefiles. | Martin Mares | |
All documentation is built in obj/doc (resp. doc/ if you do a stand-alone build). Use `make docs' to make the whole documentation or `make userdocs' resp. `make progdocs' for user manual resp. developer's guide. | |||
1999-05-31 | Added missing quotes. | Martin Mares | |
1999-04-11 | Added new target "tags" to generate a tag table for Emacs. | Martin Mares | |
Also made "depend" work before the tree is compiled first time. | |||
1999-04-01 | First few FreeBSD portability fixes. | Martin Mares | |
1999-01-15 | Propagate "depend" target to real top-level Makefile. | Martin Mares | |
1999-01-10 | New makefiles. Includes support for out-of-source-tree builds. | Martin Mares | |