PureDocs

source: trunk/Makefile.in @ 224

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
2include ./Mk/common.mk
3
4# Build projects
5all: src_all
6
7clean: src_clean
8
9install: src_install
10
11develop: src_develop
12
13dist-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
21include src/Makefile
Note: See TracBrowser for help on using the repository browser.