diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2002-02-20 18:20:11 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2002-02-20 18:20:11 +0000 |
commit | 279c1d3fe112ab7e37485e4cd81e6c2f32d2e98f (patch) | |
tree | 37b7928c6d2ca274cb414a62c9fc95bd8f73979b /Makefile | |
parent | 975b4f61b69a85d864364f8cacbb2e42d4b1d0f6 (diff) | |
download | common-data-279c1d3fe112ab7e37485e4cd81e6c2f32d2e98f.tar common-data-279c1d3fe112ab7e37485e4cd81e6c2f32d2e98f.tar.gz common-data-279c1d3fe112ab7e37485e4cd81e6c2f32d2e98f.tar.bz2 common-data-279c1d3fe112ab7e37485e4cd81e6c2f32d2e98f.tar.xz common-data-279c1d3fe112ab7e37485e4cd81e6c2f32d2e98f.zip |
Fix tagging
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ export: cvstag: cvs commit - cvs tag $(CVSTAGOPT) $(TAG) + cvs tag $(CVSTAGOPT) -F $(TAG) changelog: ../common/username cvs2cl -U ../common/username -I ChangeLog |