.SUFFIXES : .tex .dviTEX = latexFNAME = mydocOBJ1 = $(FNAME).dviOBJ2 = $(FNAME).psSRC = $(FNAME).texTARGET = $(FNAME)all : $(TARGET)$(TARGET) : $(OBJ1) dvips $(OBJ1) -o ps2pdf $(OBJ2)new : touch $(SRC) ; $(MAKE)# dissertation.tex : coverletter.tex conclusion.tex <---- dependence # to combine a few tex files