4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 03a437a was
03a437a,
checked in by Daniel Lawson <dlawson@…>, 16 years ago
|
added line to get docs/ to build properly
|
-
Property mode set to
100644
|
File size:
607 bytes
|
Line | |
---|
1 | SUBDIRS=lib |
---|
2 | man_MANS = docs/man/man3/[a-zA-Z]*.3 |
---|
3 | EXTRA_DIST=examples docs/html docs/latex docs/man $(man_MANS) |
---|
4 | |
---|
5 | .PHONY: docs |
---|
6 | |
---|
7 | bootstrap-clean: |
---|
8 | $(RM) -f Makefile.in aclocal.m4 compile config.* \ |
---|
9 | configure depcomp install-sh ltmain.sh missing \ |
---|
10 | mkinstalldirs stamp-h.in \ |
---|
11 | lib/Makefile.in replace/libreplace.la replace/Makefile.in |
---|
12 | $(RM) -rf autom4te.cache/ |
---|
13 | |
---|
14 | dist-hook: |
---|
15 | for i in `\ls examples | grep -v CVS`; do make -C examples/$$i clean; done |
---|
16 | rm -rf `find $(distdir)/examples -name CVS` |
---|
17 | |
---|
18 | docs/man/man3/[a-zA-Z]*.3: |
---|
19 | doxygen libtrace.doxygen |
---|
20 | |
---|
21 | docs: |
---|
22 | doxygen libtrace.doxygen |
---|
23 | |
---|
24 | install-man-hook: docs |
---|
Note: See
TracBrowser
for help on using the repository browser.