~ubuntu-branches/ubuntu/karmic/g15daemon/karmic

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Giacomo Catenazzi
  • Date: 2008-04-28 08:47:07 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080428084707-vy58xr1xrb4ix3uf
Tags: 1.9.5.3-3
* Changing default in /etc/default/g15daemon: Use L1 key instead of MR
  as actual upstream default and allowing to use g15macro
  (Closes: #478069)
* Removed the X11 setup on man page, because it is not relevant
  to recent distributions and could confuse our users (Closes: #463078)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
SUBDIRS =  libg15daemon_client g15daemon plugins
4
4
INCLUDES =  -I$(top_srcdir)/libg15daemon_client -I$(top_srcdir)/g15daemon
5
 
EXTRA_DIST = debian contrib Documentation lang-bindings patches rpm README.usage FAQ LICENSE images
 
5
 
 
6
EXTRA_DIST = debian contrib Documentation lang-bindings patches rpm README.usage FAQ LICENSE images README.Linux README.FreeBSD README.Solaris
6
7
 
7
8
docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
8
 
doc_DATA = FAQ README.usage README ChangeLog TODO AUTHORS NEWS LICENSE
 
9
doc_DATA = FAQ README.usage README ChangeLog TODO AUTHORS NEWS LICENSE README.Linux README.FreeBSD README.Solaris
9
10
 
10
11
man1_MANS = $(top_srcdir)/Documentation/g15daemon.1
11
12
man3_MANS = $(top_srcdir)/Documentation/g15daemon_client_devel.3
15
16
 
16
17
install-data-hook:
17
18
if KEXT_INSTALL
18
 
         cp -Rf $(top_srcdir)/contrib/libusbshield.kext @KEXT_LOCATION@
19
 
         chown -R root:wheel @KEXT_LOCATION@/libusbshield.kext
 
19
        cp -Rf $(top_srcdir)/contrib/libusbshield.kext @KEXT_LOCATION@
 
20
        chown -R root:wheel @KEXT_LOCATION@/libusbshield.kext
20
21
endif
21
22
 
22
23
dist-hook:
23
24
        rm -rf `find $(distdir)/debian -name .svn`
24
25
        rm -rf `find $(distdir)/contrib -name .svn`
25
26
        rm -rf `find $(distdir)/Documentation -name .svn`
26
 
        rm -rf `find $(distdir)/lang_bindings -name .svn`
 
27
        rm -rf `find $(distdir)/lang-bindings -name .svn`
27
28
        rm -rf `find $(distdir)/patches -name .svn`
28
29
        rm -rf `find $(distdir)/rpm -name .svn`
29
30
        rm -rf `find $(distdir)/plugins -name .svn`