]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
move some docs to doc/. Make release excludes keys.
authorMiek Gieben <miekg@NLnetLabs.nl>
Mon, 13 Jun 2005 09:40:10 +0000 (09:40 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Mon, 13 Jun 2005 09:40:10 +0000 (09:40 +0000)
COMPILE
Makefile.in
doc/CodingStyle [moved from CodingStyle with 100% similarity]
doc/README-snapshots [moved from README-snapshots with 100% similarity]

diff --git a/COMPILE b/COMPILE
index ceb183b27c77c0d8dadbf9fe6d991deef6932a9c..e1b202891c1dafa9c2813ca855567b3b86fd3e08 100644 (file)
--- 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)
index 6c500fb808dda55da54fc453410d533737acfc88..d2ce64422b9b90a0bd2e20ea7c22e283ad6628f1 100644 (file)
@@ -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)
similarity index 100%
rename from CodingStyle
rename to doc/CodingStyle
similarity index 100%
rename from README-snapshots
rename to doc/README-snapshots