diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ clean: # rules to build a test rpm -localdist: cleandist dir localcopy tar +localdist: menus cleandist dir localcopy tar cleandist: checktag rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2 @@ -47,7 +47,7 @@ tar: checktag # rules to build a distributable rpm -dist: checktag cleandist svntag export tar +dist: menus checktag cleandist svntag export tar export: checktag |