Browse Source

fix cleandocs

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44674 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
5d13f5743f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/Make/Docs.make

+ 1 - 0
include/Make/Docs.make

@@ -51,6 +51,7 @@ pdfdocs:
 	@echo "Written PDF docs in: $(latexdocs_dirs)"
 
 cleandocs:
+	$(MAKE) -C . cleandox
 	for dir in $(docs_dirs) ; do \
 	  $(MAKE) -C $$dir cleandox ; \
 	  done