SUBDIRS = Documents Grimores SHELL=/bin/sh # This Makefile used to have to assemble a large document from many # pieces. Now it just makes readable spell lists and grimores. #all: # cd Hardcopy; make .linksmade; make MagicSystem.ms # for subdir in $(SUBDIRS ); do\ # ( cd $$subdir; make $(MFLAGS) $@ );\ # done all: ./textmaker ./grimoremaker ./flatmaker > GurpsSL-1.1.lists.txt dist: all mv -f GurpsSL-1.1.lists.txt .. rm -f Texts/*.txt Grimores/*.txt GurpsSL-1.1.lists.txt rcp prodhp:lists/GurpsSL-1.1.rules.Frame3.0.doc . rcp prodhp:lists/GurpsSL-1.1.rules.Frame3.0.ps . cd ..; tar cf - ./GurpsSL-1.1 | compress -c > ./GurpsSL-1.1.tar.Z cp GurpsSL-1.1.rules.Frame3.0.ps ..