r2182: Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 Jun 2002 14:42:49 +0000 (14:42 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 Jun 2002 14:42:49 +0000 (14:42 +0000)
doc/Makefile

index c87c5993718402a6e5837d2ae65b108e83171c5f..15dfd282dbe5fd43353c5ac1e08ede4584185471 100644 (file)
@@ -5,7 +5,7 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.25 2002/05/05 01:47:27 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.26 2002/06/27 14:42:49 kevin Exp $
 #
 # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -63,7 +63,7 @@ check:
 
 html: $(DOCFILES)
        @$(CHECK)
-       @( rm -rf html ; mkdir html; cd html ; jade -t sgml -c ../${CATALOG} -d ${DSSSL_HTML} ../${DOCFILE} > /dev/null; ln -s book1.html index.html; cd ..)
+       @( rm -rf html ; mkdir html; cd html ; jade -t sgml -c ../${CATALOG} -d ${DSSSL_HTML} ../${DOCFILE} > /dev/null; cp book1.html index.html; cd ..)
 
 .PHONY: tex
 tex: ${TEXFILE}