diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2007-08-23 17:53:35 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2007-08-23 17:53:35 +0000 |
commit | 95f39d6c994c0c1d4577099c84079a7f66328411 (patch) | |
tree | ed291815a15848f404120d5f79342032f342bc73 /Makefile | |
parent | 3d72f421e0db9006a32db5ff13e29521615e782f (diff) | |
download | common-data-95f39d6c994c0c1d4577099c84079a7f66328411.tar common-data-95f39d6c994c0c1d4577099c84079a7f66328411.tar.gz common-data-95f39d6c994c0c1d4577099c84079a7f66328411.tar.bz2 common-data-95f39d6c994c0c1d4577099c84079a7f66328411.tar.xz common-data-95f39d6c994c0c1d4577099c84079a7f66328411.zip |
Fix missing title / icons
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: menus cleandist dir localcopy tar +localdist: 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: menus checktag cleandist svntag export tar +dist: checktag cleandist svntag export tar export: checktag |