diff options
author | albert-github <albert.tests@gmail.com> | 2014-02-05 08:40:15 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-02-05 08:40:15 (GMT) |
commit | 08ea10029e705a388ab14ee29544d496a203f23f (patch) | |
tree | 7ad46abb65ed26eb81292346cb184446f634b5b6 /Makefile.in | |
parent | 76701e2bfb688ac22a751c4f03b28fa9d5f594f7 (diff) | |
download | Doxygen-08ea10029e705a388ab14ee29544d496a203f23f.zip Doxygen-08ea10029e705a388ab14ee29544d496a203f23f.tar.gz Doxygen-08ea10029e705a388ab14ee29544d496a203f23f.tar.bz2 |
Add docbook directory to be removed as well
Add docbook directory to be removed as well
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c141693..b5918ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -45,6 +45,7 @@ distclean: clean -rm -rf html -rm -rf latex -rm -rf man + -rm -rf docbook -rm -rf perlmod -rm -rf rtf -rm -rf xml |