# Copyright (c) 2002 by Wayne C. Gramlich. # All rights reserved. # Permission to use, copy, modify, distribute, and sell this software # for any purpose is hereby granted without fee provided that the above # copyright notice and this permission are retained. The author makes # no representations about the suitability of this software for any purpose. # It is provided "as is" without express or implied warranty. ROOT := ../../.. include $(ROOT)/Makefile_common.mk include $(ROOT)/Makefile_private.mk OPTIONS := \ --bodyfont helvetica \ --fontsize 24.0 \ --no-title \ --no-toc \ -t pdf12 HTMLS := \ title.html \ problem.html \ solution.html \ history.html \ arch.html \ pic.html \ limitations.html \ ucl.html \ code_layout.html \ get_byte.html \ get_byte_asm.html \ delay.html \ main.html \ shared.html \ id.html \ interrupt.html \ debugging.html \ boards.html \ web.html \ harness.html \ lessons.html \ current.html \ future.html all: talk.pdf index.html index.html: ${HTMLS} Makefile echo "" >$@ echo "
" >> $@ echo "" >> $@ echo "These are the slides for a" >> $@ echo "RoboBricks talk" >> $@ echo "
" >> $@ echo "The talk.pdf file is" >> $@ echo "generated from the following files:" >> $@ echo "
" >> $@ echo "A Makefile is used to" >> $@ echo "do all the work." >> $@ echo "
" >> $@ echo "