root/gaphor/tags/gaphor-0.0.1/Makefile.am
| Revision 47, 270 bytes (checked in by arjanmol, 7 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | |
| 2 | SUBDIRS=gaphor utils doc |
| 3 | |
| 4 | .PHONY: release snapshot |
| 5 | |
| 6 | release: |
| 7 | $(MAKE) dist |
| 8 | tar zxf $(PACKAGE)-$(VERSION).tar.gz && cd $(PACKAGE)-$(VERSION) && \ |
| 9 | ./configure && make && cd .. && rm -rf $(PACKAGE)-$(VERSION) |
| 10 | |
| 11 | snapshot: |
| 12 | $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"` |
| 13 |
Note: See TracBrowser for help on using the browser.
