# # $Id: Makefile,v 1.3 2009/09/14 18:53:25 sauer Exp $ # # unix & NT definitions #PERLPATH=/usr/bin/perl GREP=grep .SUFFIXES: .html .m4 OBJECTS = about.html all: $(OBJECTS) $(GREP) m4_ *.html || true #.m4.html: # m4 $< | $(PERLPATH) cullblanklines.pl > $@ .m4.html: m4 $< \ | perl cullblanklines.pl \ | fgrep -v BM4_ \ | fgrep -v EM4_ \ | perl -p -e 's/m4_index/index/g' \ > $@ *.html: cullblanklines.pl Makefile appearance.m4 primitives.m4 ../notesitems.m4