diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2011-10-17 15:42:12 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2011-10-17 15:42:12 +0000 |
| commit | 249d72b7fb7c6a5ed39d8c023d46436708fd29b1 (patch) | |
| tree | 6d4f8eaebc01e3fb78bf2bcd26bc45e56ddd1361 | |
| parent | 6242f77617adb2ff6a2f62287dbcc7d3963b940c (diff) | |
| download | nginx-249d72b7fb7c6a5ed39d8c023d46436708fd29b1.tar.gz nginx-249d72b7fb7c6a5ed39d8c023d46436708fd29b1.tar.bz2 | |
Removal of incomplete draft documentation processing.
| -rw-r--r-- | misc/GNUmakefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 3281c9a68..47c2bd744 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -35,9 +35,6 @@ release: $(MAKE) -f docs/GNUmakefile changes - # delete incomplete draft documentation - rm -r $(TEMP)/$(NGINX)/html/http - rm -r $(TEMP)/$(NGINX)/docs rm -r $(TEMP)/$(NGINX)/misc @@ -104,9 +101,6 @@ zip: svn export -rHEAD contrib $(TEMP)/$(NGINX)/contrib/ svn export -rHEAD docs/html $(TEMP)/$(NGINX)/html/ - # delete incomplete draft documentation - rm -r $(TEMP)/$(NGINX)/html/http - $(MAKE) -f docs/GNUmakefile changes cp -p $(OBJS)/nginx.exe $(TEMP)/$(NGINX) |
