From 9b023cd530abe6ee2a9a7ba2a09f45d456aa2069 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 4 Dec 2005 10:57:35 +0000 Subject: Support 'make lsm' to generate a .lsm file for ftp.ibiblio.com:/pub/Linux uploads. This is meant to replace the insufficient rpm2lsm script. svn path=/branches/BRANCH_6-3/; revision=4502 --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 764ca606..2d234b77 100644 --- a/Makefile.am +++ b/Makefile.am @@ -147,6 +147,10 @@ dist-hook: cd $(distdir) && find $(distdirs) po -name .svn -type d -prune -exec rm -rf '{}' ';' cd $(distdir) && find $(distdirs) po -name '*~' -exec rm -f '{}' ';' +.PHONY: lsm +lsm: genlsm.sh dist + $(SHELL) genlsm.sh >$(PACKAGE)-$(VERSION).lsm + # The following sets edit modes for GNU EMACS. # Local Variables: # compile-command:"configure" -- cgit v1.2.3