~ubuntu-branches/ubuntu/raring/nano/raring

« back to all changes in this revision

Viewing changes to doc/man/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2005-12-25 03:43:30 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051225034330-jwxq7njtru88cwbk
Tags: 1.3.10-1
* The "Comprad, comprad, malditos!" release.
* New upstream release.
  - includes Thijs Kinkhorst's rnano(1) manpage (closes: #339530).

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
MANS = $(man_MANS)
65
65
ETAGS = etags
66
66
CTAGS = ctags
67
 
DIST_SUBDIRS = $(SUBDIRS)
 
67
DIST_SUBDIRS = fr
68
68
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69
69
ACLOCAL = @ACLOCAL@
70
70
AMDEP_FALSE = @AMDEP_FALSE@
126
126
SHELL = @SHELL@
127
127
STRIP = @STRIP@
128
128
USE_NLS = @USE_NLS@
 
129
USE_NLS_FALSE = @USE_NLS_FALSE@
 
130
USE_NLS_TRUE = @USE_NLS_TRUE@
129
131
VERSION = @VERSION@
130
132
XGETTEXT = @XGETTEXT@
131
133
ac_ct_CC = @ac_ct_CC@
169
171
target_cpu = @target_cpu@
170
172
target_os = @target_os@
171
173
target_vendor = @target_vendor@
172
 
SUBDIRS = fr
173
 
man_MANS = nano.1 nanorc.5
174
 
BUILT_SOURCES = nano.1.html nanorc.5.html
 
174
@USE_NLS_FALSE@SUBDIRS = 
 
175
@USE_NLS_TRUE@SUBDIRS = fr
 
176
man_MANS = nano.1 nanorc.5 rnano.1
 
177
BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
175
178
EXTRA_DIST = $(man_MANS) $(BUILT_SOURCES)
176
179
all: $(BUILT_SOURCES)
177
180
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
575
578
        cat $< | groff -t -mandoc -Thtml > $@
576
579
nanorc.5.html: nanorc.5
577
580
        cat $< | groff -t -mandoc -Thtml > $@
 
581
rnano.1.html: rnano.1
 
582
        cat $< | groff -t -mandoc -Thtml > $@
578
583
# Tell versions [3.59,3.63) of GNU make to not export all variables.
579
584
# Otherwise a system limit (for SysV at least) may be exceeded.
580
585
.NOEXPORT: