fix typo
authorDavid Zeuthen <davidz@redhat.com>
Wed, 25 Jul 2007 19:00:57 +0000 (15:00 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Wed, 25 Jul 2007 19:00:57 +0000 (15:00 -0400)
COPYING
data/Makefile.am
doc/man/Makefile.am
polkit/Makefile.am
tools/Makefile.am

diff --git a/COPYING b/COPYING
index 2edfa2c..522d837 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -5,7 +5,7 @@ libpolkit is licensed to you under your choice of the Academic Free
 License version 2.1, or the GNU General Public License version 2.
 
 Both licenses are included here. Some individual source code files 
-and/or binaries may be under the GPL only or under the LGPG.
+and/or binaries may be under the GPL only or under the LGPL.
 
 Each source code file is marked with the proper copyright information.
 
index 8ff233c..14cbe48 100644 (file)
@@ -14,7 +14,7 @@ dtd_DATA = config.dtd
 
 DISTCLEANFILES = polkit.pc polkit-dbus.pc polkit-grant.pc PolicyKit.conf
 
-EXTRA_DIST = polkit.in polkit.pc.in polkit-dbus.pc.in polkit-grant.pc.in PolicyKit.conf.in
+EXTRA_DIST = polkit.in polkit.pc.in polkit-dbus.pc.in polkit-grant.pc.in PolicyKit.conf.in config.dtd
 
 clean-local :
        rm -f *~
index 9d4405e..5938601 100644 (file)
@@ -10,7 +10,7 @@ endif # MAN_PAGES_ENABLED
 EXTRA_DIST=$(man_MANS) $(MAN_IN_FILES)
 
 clean-local:
-       rm -f *~ *.1 *.8
+       rm -f *~ *.1 *.5 *.8
 
 %: %.in Makefile
        $(edit) $< >$@
index 3a2d144..78ebec6 100644 (file)
@@ -66,8 +66,8 @@ clean-local :
 # Create /var/lib/PolicyKit/reload file; this is being watched by libpolkit
 # for config file changes.
 install-data-local:
-       -mkdir $(DESTDIR)$(localstatedir)/lib/PolicyKit
-       -mkdir $(DESTDIR)$(localstatedir)/run/PolicyKit
+       -mkdir -p $(DESTDIR)$(localstatedir)/lib/PolicyKit
+       -mkdir -p $(DESTDIR)$(localstatedir)/run/PolicyKit
        -chown $(POLKIT_USER):$(POLKIT_GROUP) $(DESTDIR)$(localstatedir)/lib/PolicyKit
        -chown $(POLKIT_USER):$(POLKIT_GROUP) $(DESTDIR)$(localstatedir)/run/PolicyKit
        -chmod 775 $(DESTDIR)$(localstatedir)/lib/PolicyKit
index 1f5de08..0a71131 100644 (file)
@@ -33,6 +33,8 @@ polkit_list_actions_LDADD = $(GLIB) $(top_builddir)/polkit/libpolkit.la
 polkit-reload-config: polkit-reload-config.in Makefile
        $(edit) $< >$@
 
+EXTRA_DIST = polkit-reload-config.in
+
 edit = sed \
        -e 's|@docdir[@]|$(docdir)|g' \
        -e 's|@sbindir[@]|$(sbindir)|g' \
@@ -41,5 +43,4 @@ edit = sed \
        -e 's|@localstatedir[@]|$(localstatedir)|g'
 
 clean-local :
-       rm -f *~
-
+       rm -f *~ polkit-reload-config