diff options
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | bin/cvs2cl | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -389,7 +389,7 @@ clean: .PHONY: release release: # Update the changelog - ./CVS2CL + ./bin/cvs2cl cvs commit -m "Updated for ${VERSION}" ChangeLog # Update the RPM specfile diff --git a/bin/cvs2cl b/bin/cvs2cl new file mode 100755 index 000000000..442bf56dd --- /dev/null +++ b/bin/cvs2cl @@ -0,0 +1 @@ +cvs2cl -F trunk |