-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index fb04e49..01b6df7 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -1,22 +1,19 @@ | |||
1 | SUBDIRS=include lib share src components | 1 | SUBDIRS=include lib share src components |
2 | EXTRA_DIST= NEWS NEWS.xml NEWS.xsl | 2 | EXTRA_DIST= NEWS NEWS.xml NEWS.xsl |
3 | 3 | ||
4 | DISTCHECK_CONFIGURE_FLAGS=--with-pkgconfigdir=$${dc_install_base}/lib/pkgconfig | 4 | pkgconfigdir=${libdir}/pkgconfig |
5 | if HAVE_PKGCONFIG | ||
6 | pkgconfigdir=@PKGCONFIG_DIR@ | ||
7 | pkgconfig_DATA=sitecing.pc | 5 | pkgconfig_DATA=sitecing.pc |
8 | endif | ||
9 | 6 | ||
10 | all-local: NEWS | 7 | all-local: NEWS |
11 | if HAVE_DOXYGEN | 8 | if HAVE_DOXYGEN |
12 | clean-local: | 9 | clean-local: |
13 | rm -rf doxydox | 10 | rm -rf doxydox |
14 | endif | 11 | endif |
15 | 12 | ||
16 | NEWS: NEWS.xsl NEWS.xml | 13 | NEWS: NEWS.xsl NEWS.xml |
17 | ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml | 14 | ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml |
18 | 15 | ||
19 | if HAVE_DOXYGEN | 16 | if HAVE_DOXYGEN |
20 | dox: | 17 | dox: |
21 | ${DOXYGEN} | 18 | ${DOXYGEN} |
22 | endif | 19 | endif |