~ubuntu-branches/ubuntu/raring/luatex/raring

« back to all changes in this revision

Viewing changes to source/texk/kpathsea/man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2011-05-20 09:40:39 UTC
  • mfrom: (0.8.1) (1.8.1) (19.2.3 oneiric)
  • Revision ID: package-import@ubuntu.com-20110520094039-7sezr4kqonjqxqz6
Tags: 0.70.1-1
* new upstream release (probably) matching TeX Live 2011
* deactivate fix-luatex-build-with-old-libpng patch, included upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
build_triplet = @build@
35
35
host_triplet = @host@
36
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
37
 
        $(top_srcdir)/../am/man.am
 
37
        $(top_srcdir)/../am/man.am $(top_srcdir)/../am/man1_links.am
38
38
subdir = man
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
40
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
122
122
LIPO = @LIPO@
123
123
LN_S = @LN_S@
124
124
LTLIBOBJS = @LTLIBOBJS@
 
125
LT_OBJDIR = @LT_OBJDIR@
125
126
MAINT = @MAINT@
126
127
MAKEINFO = @MAKEINFO@
 
128
MANIFEST_TOOL = @MANIFEST_TOOL@
127
129
MKDIR_P = @MKDIR_P@
128
130
NM = @NM@
129
131
NMEDIT = @NMEDIT@
150
152
abs_srcdir = @abs_srcdir@
151
153
abs_top_builddir = @abs_top_builddir@
152
154
abs_top_srcdir = @abs_top_srcdir@
 
155
ac_ct_AR = @ac_ct_AR@
153
156
ac_ct_CC = @ac_ct_CC@
154
157
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
155
158
am__include = @am__include@
182
185
libexecdir = @libexecdir@
183
186
localedir = @localedir@
184
187
localstatedir = @localstatedir@
185
 
lt_ECHO = @lt_ECHO@
186
188
mandir = @mandir@
187
189
mkdir_p = @mkdir_p@
188
190
oldincludedir = @oldincludedir@
226
228
 
227
229
.SUFFIXES:
228
230
.SUFFIXES: .1 .man .ps .dvi
229
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../am/man.am $(am__configure_deps)
 
231
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../am/man.am $(top_srcdir)/../am/man1_links.am $(am__configure_deps)
230
232
        @for dep in $?; do \
231
233
          case '$(am__configure_deps)' in \
232
234
            *$$dep*) \
496
498
 
497
499
.1.ps:
498
500
        $(DITROFF) -Tps -man $< >$@
 
501
.PHONY: install-man1-links uninstall-man1-links
499
502
 
500
 
install-data-hook:
 
503
install-man1-links:
501
504
        @cd $(DESTDIR)$(man1dir) && \
502
505
          for s in $(man1_links); do \
503
506
            link=`echo $$s | sed 's,.*:,,'`; \
504
507
            file=`echo $$s | sed 's,:.*,,'`; \
505
508
            rm -f $$link.1; \
506
509
            echo "creating link '$$link.1' -> '$$file.1'"; \
507
 
            $(LN_S) $$file.1 $$link.1; \
 
510
            echo ".so man1/$$file.1" >$$link.1; \
508
511
          done
509
512
 
510
 
uninstall-hook:
 
513
uninstall-man1-links:
511
514
        @for s in $(man1_links); do \
512
515
          link=`echo $$s | sed 's,.*:,,'`; \
513
516
          rm -f $(DESTDIR)$(man1dir)/$$link.1; \
514
517
        done
515
518
 
 
519
install-data-hook: install-man1-links
 
520
 
 
521
uninstall-hook: uninstall-man1-links
 
522
 
516
523
# Tell versions [3.59,3.63) of GNU make to not export all variables.
517
524
# Otherwise a system limit (for SysV at least) may be exceeded.
518
525
.NOEXPORT: