summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
AgeCommit message (Collapse)Author
2000-06-09Proper building and installation of documentation in the Makefiles.Martin Mares
2000-06-07Added `progspell' target which runs ispell on the progdoc SGML file withMartin Mares
all function, variable and structure names removed.
2000-06-05Docs updates:Pavel Machek
make prog.dvi do not overflow in .dvi include filter documentation in the system
2000-05-31Clean LaTeX .aux and .toc files as well.Martin Mares
2000-05-31Modified the Makefile to work in the source tree.Martin Mares
From now, you can just `make userdocs' in doc, no need to use ugly scripts. Also, `make progdocs' builds the programmer's documentation in HTML, LaTeX version to come later.
2000-05-11Use <m> instead of <i> in bird.sgml, fix url references.Pavel Machek
2000-05-11Don't include Rules: they are not needed and break stand-alone make of ↵Pavel Machek
documentation.
2000-05-05Connected 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.
2000-04-28Include proto/rip/rip.c in documentation system.Pavel Machek
2000-04-28Documentation-generating tool taken from linux-2.3.99-pre6, andPavel Machek
makefile to actually use it.
2000-04-17Few bugs removed from sgml, makefile added.Pavel Machek