Parent Directory
|
Revision Log
Added the initial tree, already including some tags of already uploaded Debian packages.
| 1 | default: |
| 2 | echo 'no default target in this makefile' >&2 ; exit 1 |
| 3 | |
| 4 | # at the moment there is no difference between snapshot and release build |
| 5 | snapready: buildready |
| 6 | relready: buildready |
| 7 | |
| 8 | # set up for build |
| 9 | buildready: |
| 10 | rm -f dtrmakefile cvs.datemark |
| 11 | cd doc ; $(MAKE) -s |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |