| Revision 224,
392 bytes
checked in by will, 5 years ago
(diff) |
|
Build system updates. Changed the egg file names to be PureDocs-foo, so they'll be completely PureDocs-namespaced, and bumped the version number.
|
| Line | |
|---|
| 1 | # Common variables |
|---|
| 2 | include ./Mk/common.mk |
|---|
| 3 | |
|---|
| 4 | # Build projects |
|---|
| 5 | all: src_all |
|---|
| 6 | |
|---|
| 7 | clean: src_clean |
|---|
| 8 | |
|---|
| 9 | install: src_install |
|---|
| 10 | |
|---|
| 11 | develop: src_develop |
|---|
| 12 | |
|---|
| 13 | dist-clean: |
|---|
| 14 | # Remove the files autoconf has graciously shat upon our directory |
|---|
| 15 | rm configure aclocal.m4 config.log |
|---|
| 16 | rm -r autom4te.cache |
|---|
| 17 | |
|---|
| 18 | # Remove generated files |
|---|
| 19 | rm Mk/common.mk Mk/shared.mk libpuredocs/Makefile Makefile setup.py |
|---|
| 20 | |
|---|
| 21 | include src/Makefile |
|---|
Note: See
TracBrowser
for help on using the repository browser.