summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-05-11 13:54:03 +0200
committerPavel Machek <pavel@ucw.cz>2000-05-11 13:54:03 +0200
commit0e7a720a1c8119912c00edf893702857c0d39d04 (patch)
tree6b34b3570a8b33044c3f251c9a775ea268487313 /doc/Makefile
parent7692aad10c22a58a6f83d82fc0b11db94cc777f9 (diff)
downloadbird-0e7a720a1c8119912c00edf893702857c0d39d04.tar
bird-0e7a720a1c8119912c00edf893702857c0d39d04.zip
Use <m> instead of <i> in bird.sgml, fix url references.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 6652113..065323d 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,12 +1,12 @@
root-rel=../
dir-name=doc
+include ../Rules
+
progdocs:
mkdir -p prog
$(srcdir)/tools/progdoc $(srcdir_abs)
-userdocs:
-
%.html: %.sgml
./sgml2html $<
@@ -22,5 +22,7 @@ userdocs:
%.tex: %.sgml
./sgml2latex --output=tex $<
+userdocs: bird.html bird.dvi
+
clean:
rm *.html *.tex *.dvi *.log