~ubuntu-branches/ubuntu/saucy/wine1.2/saucy

« back to all changes in this revision

Viewing changes to programs/regsvr32/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-12-06 00:21:37 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206002137-ywazcomhqf97iw3c
Tags: 1.2.2-0ubuntu1
* New upstream release (LP: #685474)
  - Support for animated cursors. 
  - Translation updates.
  - Various bug fixes. (LP: #665270)
* Add Japanese font aliases to workaround lack of fontconfig substitution
* Recommend requisite umefont as a default (same as Crossover)
* Conflict with "wine" << 1.2.1 to prevent upgrade failures from very old
  ppa packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
RC_SRCS = regsvr32.rc
14
14
 
 
15
MANPAGES = regsvr32.man
 
16
 
15
17
@MAKE_PROG_RULES@
 
18
 
 
19
all: $(MANPAGES)
 
20
 
 
21
install-man-pages:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
 
22
        $(INSTALL_DATA) regsvr32.man $(DESTDIR)$(mandir)/man$(prog_manext)/regsvr32.$(prog_manext)
 
23
 
 
24
@WOW64_DISABLE@ install install-lib:: install-man-pages
 
25
 
 
26
uninstall::
 
27
        $(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/regsvr32.$(prog_manext)