| Commit from zerodeux | 2003-07-15 18:46 CEST |
many typo fixes
| Module | File name | Revision | |||
|---|---|---|---|---|---|
| cvsreport | NEWS | 1.1 | >>> | 1.2 | |
| cvsreport | README | 1.2 | >>> | 1.3 | |
| cvsreport | cvsreport | 1.4 | >>> | 1.5 | |
| cvsreport | cvsreport.1 | 1.1 | >>> | 1.2 | |
| Commit from zerodeux | 2003-07-15 19:27 CEST |
cleanups
| Module | File name | Revision | |||
|---|---|---|---|---|---|
| cvsreport | Makefile | 1.5 | >>> | 1.6 | |
| cvsreport/Makefile 1.5 >>> 1.6 |
|---|
| Line 1 |
|
default: |
|
- @echo "make example Output text and html demos" - @echo "make test Sort of a regression suite" - @echo "make html Generate HTML version of the man page" - @echo "make [PREFIX=prefix] install (default prefix is /usr/local)" - @echo "make clean Delete generated files" |
|
+ @echo "make example Output text and html demos" + @echo "make test Sort of a regression suite" + @echo "make html Generate HTML version of the man page" + @echo "make [PREFIX=prefix] Install (default prefix is /usr/local)" + @echo "make clean Delete generated files" |
|
.PHONY: example test html install |
| Line 35 |
|
test/Makefile test/cvsjam test/test.conf release: |
|
- base=cvsreport-$(VERSION) ; \ |
|
+ @base=cvsreport-$(VERSION); \ |
|
mkdir $$base && \ |
|
- cp --parents $(FILES) $$base; done && \ |
|
+ cp --parents $(FILES) $$base && \ |
|
tar czf $$base.tar.gz $$base; \ rm -rf $$base clean: |
|
- rm -f example.txt example.html cvsreport.html |
|
+ @make -C test clean + rm -f example.txt example.html cvsreport.html cvsreport-*.tar.gz |
| Commit from zerodeux | 2003-07-16 14:35 CEST |
Perl 5.x compat fix
| Module | File name | Revision | |||
|---|---|---|---|---|---|
| cvsreport | ChangeLog | 1.7 | >>> | 1.8 | |
| cvsreport | TODO | 1.2 | >>> | 1.3 | |
| cvsreport | cvsreport | 1.5 | >>> | 1.6 | |
| Commit from zerodeux | 2003-07-16 15:27 CEST |
bug fixes
| Module | File name | Revision | |||
|---|---|---|---|---|---|
| cvsreport | ChangeLog | 1.8 | >>> | 1.9 | |
| cvsreport | TODO | 1.3 | >>> | 1.4 | |
| cvsreport | cvsreport | 1.6 | >>> | 1.7 | |
| Commit from zerodeux | 2003-07-16 15:57 CEST |
installing cvsreport (test)
| Module | File name | Revision | |||
|---|---|---|---|---|---|
| CVSROOT | commitinfo | 1.1 | >>> | 1.2 | |