Lines Matching +full:clean +full:- +full:css
10 $(top_srcdir)/doc/customdoxygen.css
12 EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html \
18 all-local: doxygen-build.stamp
20 doxygen-build.stamp: Doxyfile $(DOCINPUTS)
24 install-data-local:
25 $(INSTALL) -d $(DESTDIR)$(docdir)/html/search
26 for f in `find html -type f \! -name "installdox"`; do \
30 $(INSTALL) -d $(DESTDIR)$(mandir)/man3
31 cd man && find man3 -type f -name opus_*.3 \
32 -exec $(INSTALL_DATA) \{} $(DESTDIR)$(mandir)/man3 \;
34 clean-local:
35 $(RM) -r html
36 $(RM) -r latex
37 $(RM) -r man
38 $(RM) doxygen-build.stamp
41 uninstall-local:
42 $(RM) -r $(DESTDIR)$(docdir)/html