summaryrefslogtreecommitdiff
path: root/doc/Makefile
AgeCommit message (Collapse)Author
2021-04-25Doc: Include full LinuxDocTools codeOndrej Zajicek (work)
BIRD uses hacked LinuxDocTools for building documentation, keeping some parts locally and using remaining parts from system-installed one. This setup breaks when LinuxDocTools makes some internal changes and is hard to keep consistent. Just include full LinuxDocTools code (both hacked and unmodified parts) to avoid consistency issues. Note that we still need some binaries from LinuxDocTools, so it still needs to be installed to build documentation.
2017-03-13Filters: VPN Route Distinguishers, Prefix Type, Docs UpdateJan Moskyto Matejka
2016-11-08Merge branch 'master' into int-newOndrej Zajicek (work)
2016-10-11Doc: Generate clickable PDFPavel Tvrdik
2016-05-10Build system reworked to one global Makefile with includes and no nestingJan Moskyto Matejka
Also removed the lib-dir merging with sysdep. Updated #include's accordingly. Fixed make doc on recent Debian together with moving generated doc into objdir. Moved Makefile.in into root dir Retired all.o and birdlib.a Linking the final binaries directly from all the .o files.
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