From 563201e128d600ec1ae4a33ca81d03b776501f82 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 17 Jul 2004 14:09:41 +0000 Subject: [PATCH] rename configuration file make sure the todo file is packaged git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@89 fefdeb5f-60dc-0310-8127-8f9354f1896f --- doc/Makefile.am | 2 +- src/{polypaudio.run => polypaudio.pa} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{polypaudio.run => polypaudio.pa} (100%) diff --git a/doc/Makefile.am b/doc/Makefile.am index 015d503..d88451f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,7 +17,7 @@ # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. noinst_DATA = README.html cli.html modules.html daemon.html README -EXTRA_DIST = $(noinst_DATA) style.css README.html.in cli.html.in modules.html.in daemon.html.in +EXTRA_DIST = $(noinst_DATA) style.css README.html.in cli.html.in modules.html.in daemon.html.in todo MAINTAINERCLEANFILES = README README.html cli.html modules.html daemon.html CLEANFILES = diff --git a/src/polypaudio.run b/src/polypaudio.pa similarity index 100% rename from src/polypaudio.run rename to src/polypaudio.pa -- 2.7.4