summaryrefslogtreecommitdiffstats
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-06-29 15:16:08 +0200
committerColin Guthrie <colin@mageia.org>2011-06-30 11:54:03 +0100
commite42bc02dc6a521e663f1f0511958ee841618bcc7 (patch)
treec4b43f4511c5e88680f9f5b1668ce30ed039aae7 /man/Makefile.am
parent226ddb1d39f58df638e0a58b8eacd0921071173d (diff)
build-sys: Move some more defines to configure.ac
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 8457e03a..dd228f7d 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -15,8 +15,6 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
-pulseconfdir=$(sysconfdir)/pulse
-
CLEANFILES = \
$(noinst_DATA)
@@ -35,7 +33,7 @@ noinst_DATA = \
default.pa.5.xml
%.xml: %.xml.in Makefile
- $(AM_V_GEN) sed -e 's,@pulseconfdir\@,$(pulseconfdir),g' \
+ $(AM_V_GEN) sed -e 's,@PA_DEFAULT_CONFIG_DIR\@,$(PA_DEFAULT_CONFIG_DIR),g' \
-e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \
-e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@