File: Makefile.am

package info (click to toggle)
libwpd 0.8.1-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,980 kB
  • ctags: 2,488
  • sloc: cpp: 12,982; sh: 8,504; makefile: 481
file content (28 lines) | stat: -rw-r--r-- 568 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
EXTRA_DIST =	doxygen.cfg \
		footer.html.in \
		header.html.in

if WITH_LIBWPD_DOCS

install-data-am:
	mkdir -p $(DESTDIR)$(datadir)/doc/libwpd-@WPD_VERSION@/html
	$(INSTALL) html/*.html $(DESTDIR)$(datadir)/doc/libwpd-@WPD_VERSION@/html/
	$(INSTALL) html/*.png $(DESTDIR)$(datadir)/doc/libwpd-@WPD_VERSION@/html/
	$(INSTALL) html/*.css $(DESTDIR)$(datadir)/doc/libwpd-@WPD_VERSION@/html/

uninstall-am:
	-rm -rf $(DESTDIR)$(datadir)/doc/libwpd-@WPD_VERSION@/html
	
all:
	doxygen doxygen.cfg

else

all:

endif

distclean-local: clean-local

clean-local:
	rm -rf html