# tex/Makefile # subdir level: # depth = .. # build = ./$(depth)/lily/.build # generic stuff/Makefile # include ./$(depth)/make/Stuff.make # # list of distribution files: # TEXFILES = $(shell ls *.tex) DISTFILES = Makefile $(TEXFILES) #