X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fhp2ps%2FMakefile;h=7952bbb961b88ef6ed6cb322518231a109455649;hb=c004ec62b41aa2137b5b5e298ca562609b0de92e;hp=18cb05b1bdb6b4e00b0b233978eb1ea716877578;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/utils/hp2ps/Makefile b/utils/hp2ps/Makefile index 18cb05b..7952bbb 100644 --- a/utils/hp2ps/Makefile +++ b/utils/hp2ps/Makefile @@ -11,4 +11,9 @@ LIBS = $(LIBM) CLEAN_FILES += $(C_OBJS) $(C_PROG) +binary-dist: + $(INSTALL_DIR) $(BIN_DIST_DIR)/utils/hp2ps + $(INSTALL_DATA) Makefile $(BIN_DIST_DIR)/utils/hp2ps/ + $(INSTALL_PROGRAM) $(C_PROG) $(BIN_DIST_DIR)/utils/hp2ps/ + include $(TOP)/mk/target.mk