comparison GNUmakefile @ 743:7951fb38b4b3

The "clean" target will also remove dir.map.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 23 Oct 2012 13:05:11 +0000
parents 46bb8caea2ab
children 015981070efd
comparison
equal deleted inserted replaced
742:3a2e35f4c279 743:7951fb38b4b3
284 copy_dirmap: 284 copy_dirmap:
285 /usr/local/bin/copy_dirmap.sh dir.map 285 /usr/local/bin/copy_dirmap.sh dir.map
286 endif 286 endif
287 287
288 clean: 288 clean:
289 rm -rf $(ZIP) $(OUT) xml/*/docs/dirindex.xml 289 rm -rf $(ZIP) $(OUT) xml/*/docs/dirindex.xml dir.map
290 290
291 .DELETE_ON_ERROR: 291 .DELETE_ON_ERROR: