From 4f40dc60c125ad1e14071c234b67315fab6c6fc3 Mon Sep 17 00:00:00 2001 From: Rob Funk Date: Fri, 18 Jun 2004 04:17:07 +0000 Subject: Move shipper to dist-tools directory svn path=/trunk/; revision=3889 --- shipper/Makefile | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 shipper/Makefile (limited to 'shipper/Makefile') diff --git a/shipper/Makefile b/shipper/Makefile deleted file mode 100644 index 1e6f6896..00000000 --- a/shipper/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Makefile for the shipper project - -VERS=$(shell sed $(MANDIR)/shipper.1.gz - gzip $(MANDIR)/rpm2lsm.1.gz - -shipper.1: shipper.xml - xmlto man shipper.xml -shipper.html: shipper.xml - xmlto html-nochunks shipper.xml - -rpm2lsm.1: rpm2lsm.xml - xmlto man rpm2lsm.xml -rpm2lsm.html: rpm2lsm.xml - xmlto html-nochunks rpm2lsm.xml - -shipper-$(VERS).tar.gz: $(SOURCES) - @mkdir shipper-$(VERS) - @cp $(SOURCES) shipper-$(VERS) - @tar -czf shipper-$(VERS).tar.gz shipper-$(VERS) - @rm -fr shipper-$(VERS) - -dist: shipper-$(VERS).tar.gz - -release: shipper-$(VERS).tar.gz shipper.html rpm2lsm.html - shipper -f; rm CHANGES ANNOUNCE* *.html *.lsm *.1 - -- cgit v1.2.3