diff options
Diffstat (limited to 'plugins/users/Makefile.in')
-rw-r--r-- | plugins/users/Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/users/Makefile.in b/plugins/users/Makefile.in index e6f3c24..b97720b 100644 --- a/plugins/users/Makefile.in +++ b/plugins/users/Makefile.in @@ -74,6 +74,18 @@ distclean : clean $(RM) Makefile $(RM) -r out +# dist ############################################################# + +d = $(name)-$(ver) +dist : $(d).tar.gz + +$(d).tar.gz : $(d) + tar -czf $@ $< + +$(d) : distclean + $(INSTALL) -m 777 -d $@ + $(CP) -r $(mysrcdir)/* $@ + # implicit rules ################################################### b := @ |