From: Miek Gieben Date: Mon, 13 Jun 2005 09:40:10 +0000 (+0000) Subject: move some docs to doc/. Make release excludes keys. X-Git-Tag: release-0.65~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=253ea21d441abdceae3087ec93589b7ede668a96;p=thirdparty%2Fldns.git move some docs to doc/. Make release excludes keys. --- diff --git a/COMPILE b/COMPILE index ceb183b2..e1b20289 100644 --- a/COMPILE +++ b/COMPILE @@ -12,6 +12,5 @@ For compilation you need gmake and the gnu autotools. Extract the source and in the source directory: libtoolize && autoreconf && ./configure && gmake -(or use ./setup) (or just make on Linux) diff --git a/Makefile.in b/Makefile.in index 6c500fb8..d2ce6442 100644 --- a/Makefile.in +++ b/Makefile.in @@ -123,7 +123,7 @@ snapshot: realclean release: realclean (rm -rf ../ldns-$(VERSION)/) (cd .. ; cp -r $(basesrcdir)/ ldns-$(VERSION)/) - (cd .. ; tar --verbose --exclude ".svn" --create --file ldns-$(VERSION).tar.gz --gzip ldns-$(VERSION)/) + (cd .. ; tar --verbose --exclude ".svn" --exclude ".key" --exclude ".private" --create --file ldns-$(VERSION).tar.gz --gzip ldns-$(VERSION)/) (rm -rf ../ldns-$(VERSION)/) mx: mx.o $(LIBDNS_OBJECTS) $(LIBOBJS) diff --git a/CodingStyle b/doc/CodingStyle similarity index 100% rename from CodingStyle rename to doc/CodingStyle diff --git a/README-snapshots b/doc/README-snapshots similarity index 100% rename from README-snapshots rename to doc/README-snapshots