Fixing top-level Makefile target 'doc-clean' (now 'docclean')

This commit is contained in:
Jon Siwek 2011-05-10 09:37:15 -05:00
parent 5cd6394916
commit 80143e72ba

View file

@ -23,13 +23,13 @@ install: configured
clean: configured
( cd $(BUILD) && make clean )
( cd $(BUILD) && make doc-clean )
( cd $(BUILD) && make docclean && make restclean )
doc: configured
( cd $(BUILD) && make doc )
doc-clean: configured
( cd $(BUILD) && make doc-clean )
docclean: configured
( cd $(BUILD) && make docclean && make restclean )
dist: cmake_version
# Minimum Bro source package