]> code.delx.au - pulseaudio/blobdiff - man/Makefile.am
build-sys: Move some more defines to configure.ac
[pulseaudio] / man / Makefile.am
index eca1fb9e201117e80e292690c15bf5b91b9df36d..dd228f7d30c16a82c9ce9ea404ee50d7a3a72bc5 100644 (file)
@@ -15,8 +15,6 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 
-pulseconfdir=$(sysconfdir)/pulse
-
 CLEANFILES = \
        $(noinst_DATA)
 
@@ -30,13 +28,12 @@ noinst_DATA = \
        pactl.1.xml \
        pasuspender.1.xml \
        padsp.1.xml \
-       pabrowse.1.xml \
        pulse-daemon.conf.5.xml \
        pulse-client.conf.5.xml \
        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' $< > $@
 
@@ -57,7 +54,6 @@ dist_man_MANS = \
        pactl.1 \
        pasuspender.1 \
        padsp.1 \
-       pabrowse.1 \
        pulse-daemon.conf.5 \
        pulse-client.conf.5 \
        default.pa.5
@@ -80,7 +76,6 @@ EXTRA_DIST = \
        pactl.1.xml.in \
        pasuspender.1.xml.in \
        padsp.1.xml.in \
-       pabrowse.1.xml.in \
        pulse-daemon.conf.5.xml.in \
        pulse-client.conf.5.xml.in \
        default.pa.5.xml.in \