File: Makefile.am

package info (click to toggle)
paps 0.6.6-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,596 kB
  • ctags: 129
  • sloc: sh: 8,828; ansic: 1,494; makefile: 89
file content (16 lines) | stat: -rw-r--r-- 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DOXYGEN = doxygen

all: doxygen-html

doxygen-html: Doxyfile
	$(DOXYGEN) $<

clean-generic:
	rm -rf doxygen-html

EXTRA_DIST = Doxyfile example-output.png mainpage.h

htmldir = share/doc/libpaps-dev/html
install-data-hook:
	mkdir -p $(DESTDIR)/$(prefix)/$(htmldir)
	cp -dpR doxygen-html/* $(DESTDIR)/$(prefix)/$(htmldir)