From 99955b54be850fad280a556ca80dc21374d2c5b7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 9 Jun 2000 06:31:43 +0000 Subject: Proper building and installation of documentation in the Makefiles. --- tools/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/Makefile.in') diff --git a/tools/Makefile.in b/tools/Makefile.in index fb078d7..6f9cd2e 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -54,6 +54,10 @@ install: all echo "Not overwriting old bird.conf" ; \ fi +install-docs: + $(INSTALL) -d $(docdir) + $(INSTALL_DATA) $(srcdir)/doc/{bird,prog}{,-*}.html $(docdir)/ + clean: find . -name "*.[oa]" -o -name core -o -name depend -o -name "*.html" | xargs rm -f rm -f $(exedir)/bird $(exedir)/birdc $(exedir)/bird.ctl .dep-stamp -- cgit v1.2.3