clean docs-dir
IOhannes m zmölnig
12 years ago
| 13 | 13 | #DEB_UPSTREAM_PACKAGE = frei0r-plugins |
| 14 | 14 | #DEB_UPSTREAM_TARBALL_MD5 = a2eb63feeeb0c5cf439ccca276cbf70c |
| 15 | 15 | |
| 16 | ## # TODO: have autotools build docs as part of main build, when doxygen is found | |
| 17 | ## DEB_BUILDDIR_$(pkgdoc) = doc | |
| 18 | ## build/$(pkgdoc):: | |
| 19 | ## $(DEB_MAKE_INVOKE) | |
| 20 | ## # TODO: have autotools support DESTDIR for doc install target | |
| 21 | ## #install/$(pkgdoc):: | |
| 22 | ## # $(DEB_MAKE_INVOKE) $(DEB_MAKE_INSTALL_TARGET) | |
| 23 | ## DEB_DH_INSTALL_ARGS_$(pkgdoc) = doc/html usr/share/$(pkg) | |
| 24 | ## # TODO: have autotools support DESTDIR for doc clean target | |
| 25 | ## #DEB_PHONY_RULES += doc-clean/$(pkgdoc) | |
| 26 | ## #doc-clean/$(pkgdoc): | |
| 27 | ## # $(DEB_MAKE_INVOKE) distclean | |
| 28 | ## #clean:: doc-clean/$(pkgdoc) | |
| 29 | ||
| 30 | 16 | clean:: |
| 31 | rm -f $(patsubst %,doc/html/*.%,html js css png map md5) | |
| 32 | rm -f doc/Makefile | |
| 33 | # rm -f Makefile aclocal.m4 config.log config.status configure | |
| 17 | rm -rf doc/html/ |