diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-06-05 18:36:16 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-06-05 18:36:16 +0200 |
commit | 8798c811762f463b662108643d7c4c869deb7f98 (patch) | |
tree | e59ca2c58334e8b0860fb2bec00a74612dba276b /doc/Makefile | |
parent | eb2c99a132c87c5560edc77909edfab2df44f0a2 (diff) | |
download | bird-8798c811762f463b662108643d7c4c869deb7f98.tar bird-8798c811762f463b662108643d7c4c869deb7f98.zip |
Docs updates:
make prog.dvi
do not overflow in .dvi
include filter documentation in the system
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 1333693..0a72fee 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -13,7 +13,7 @@ endif docs: progdocs userdocs -progdocs: prog.html +progdocs: prog.html prog.dvi prog.sgml: $(srcdir)/tools/progdoc $(srcdir_abs) |