# 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 \ goals.html \ strategy.html \ architecture.html \ cable.html \ interrupts.html \ overview.html \ masters.html \ bs2hub8.html \ pic876hub10.html \ oopichub15.html \ actuators.html \ motor2.html \ servo4.html \ stepper1.html \ motor3.html \ sensor.html \ output.html \ miscellaneous.html \ future.html \ availability.html \ talks.html \ summary.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 "