diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2000-03-21 19:17:05 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2000-03-21 19:17:05 +0000 |
| commit | 343464d1eb087b56659e568e1f4cc0c8a00cfdcc (patch) | |
| tree | dbc9d779a1fe922d2325a9dd67eb4c48e72b6e4f /Makefile.in | |
| parent | fe77c97a5bc14263d4b49ee049fa2dc90ef2476b (diff) | |
| download | PROJ-343464d1eb087b56659e568e1f4cc0c8a00cfdcc.tar.gz PROJ-343464d1eb087b56659e568e1f4cc0c8a00cfdcc.zip | |
added man and nad support
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@796 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index e06aebeb..1dbc2543 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,7 +70,9 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ -SUBDIRS = src man +SUBDIRS = src man nad + +AUTOMAKE_OPTIONS = dist-zip ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ./src/proj_config.h @@ -220,9 +222,14 @@ dist: distdir -chmod -R a+r $(distdir) GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) -rm -rf $(distdir) +dist-zip: distdir + -chmod -R a+r $(distdir) + zip -rq $(distdir).zip $(distdir) + -rm -rf $(distdir) dist-all: distdir -chmod -R a+r $(distdir) GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) + zip -rq $(distdir).zip $(distdir) -rm -rf $(distdir) distdir: $(DISTFILES) -rm -rf $(distdir) |
