comparison misc/GNUmakefile @ 704:58bd27d72519

fix bug introduced with snapshot support
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 Sep 2006 12:42:53 +0000
parents b2c104777eeb
children a452a0e13539
comparison
equal deleted inserted replaced
703:694d285ec752 704:58bd27d72519
31 31
32 $(MAKE) -f docs/GNUmakefile changes 32 $(MAKE) -f docs/GNUmakefile changes
33 33
34 rm -r $(TEMP)/$(NGINX)/docs 34 rm -r $(TEMP)/$(NGINX)/docs
35 rm -r $(TEMP)/$(NGINX)/misc 35 rm -r $(TEMP)/$(NGINX)/misc
36
37 tar -c -z -f $(NGINX).tar.gz --directory $(TEMP) $(NGINX)
36 38
37 39
38 snapshot: 40 snapshot:
39 rm -rf $(TEMP) 41 rm -rf $(TEMP)
40 42