- don't forget to copy images

This commit is contained in:
Bryce Denney 2002-12-15 15:30:01 +00:00
parent c4759d739e
commit a2285bd46a

View File

@ -1,6 +1,6 @@
###################################################################
# doc/docbook/Makefile
# $Id: Makefile.in,v 1.10 2002-12-15 13:14:27 cbothamy Exp $
# $Id: Makefile.in,v 1.11 2002-12-15 15:30:01 bdenney Exp $
#
# Builds documentation in various formats from SGML source, and
# allows easy update to the Bochs web site.
@ -20,7 +20,7 @@ SECTIONS=user documentation development
SECTION_HTML=$(SECTIONS:%=%/book1.html)
# these files get installed in addition to the sections
EXTRAS=index.html
EXTRAS=index.html images
# complete list of what to install
INSTALL_LIST=$(SECTIONS) $(EXTRAS)
@ -54,7 +54,7 @@ fixperm::
chmod 775 `find $(INSTALL_LIST) -type d -print`
copy_from_srcdir::
for i in $(INSTALL_LIST); do if test -a $(srcdir)/$$i -a ! -a $$i; then cp -r $(srcdir)/$$i $$i; fi; done
for i in $(EXTRAS); do if test -a $(srcdir)/$$i -a ! -a $$i; then cp -r $(srcdir)/$$i $$i; fi; done
$(TARGZ): all copy_from_srcdir fixperm
rm -f $(TARGZ)