# Use this Makefile fragment to generate the artwork specific to your # organization's brochure needs. LUG_ICONS is the list of generated artwork # and LUG_CLEAN is the list of all files generated by this fragment which # will be removed by "make clean". # Generate generic artwork. LUG_ICONS = \ debian.eps debian.pdf openlogo-nd.eps openlogo-nd.pdf # No extra files are generated beyond the icons so just clean what you create. LUG_CLEAN = $(LUG_ICONS) ######### Icons # Prepare tux icon for generic use on the title page. # (NOCLEAN) debian/debian.eps: debian/openlogo-f.eps: debian.eps: debian/debian.eps cp $< $@ debian.pdf: debian.eps $(EPS2PDF) $< > $@ openlogo-nd.eps: debian/openlogo-nd.eps cp $< $@ openlogo-nd.pdf: openlogo-nd.eps $(EPS2PDF) $< > $@