~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: 2008-08-25 17:27:55 UTC
  • mfrom: (13.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080825172755-f7nqabuhghz16a5u
Tags: 2.0.7-4
* The "Valencia, tenemos la fórmula" release.
* Add patch successful_write_no_free_space.patch to solve an issue
  with nano reporting successful writes on full devices, potentially
  causing files to be zeroed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
STRIP = @STRIP@
131
131
USE_COLOR_FALSE = @USE_COLOR_FALSE@
132
132
USE_COLOR_TRUE = @USE_COLOR_TRUE@
 
133
USE_NANORC_FALSE = @USE_NANORC_FALSE@
 
134
USE_NANORC_TRUE = @USE_NANORC_TRUE@
133
135
USE_NLS = @USE_NLS@
134
136
USE_NLS_FALSE = @USE_NLS_FALSE@
135
137
USE_NLS_TRUE = @USE_NLS_TRUE@
184
186
target_vendor = @target_vendor@
185
187
@USE_NLS_FALSE@SUBDIRS = 
186
188
@USE_NLS_TRUE@SUBDIRS = fr
187
 
man_MANS = nano.1 nanorc.5 rnano.1
188
 
BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
189
 
EXTRA_DIST = $(man_MANS) $(BUILT_SOURCES)
 
189
@USE_NANORC_FALSE@man_MANS = nano.1 rnano.1
 
190
@USE_NANORC_TRUE@man_MANS = nano.1 nanorc.5 rnano.1
 
191
@USE_NANORC_FALSE@BUILT_SOURCES = nano.1.html rnano.1.html
 
192
@USE_NANORC_TRUE@BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
 
193
nano_man_mans = nano.1 nanorc.5 rnano.1
 
194
nano_built_sources = nano.1.html nanorc.5.html rnano.1.html
 
195
EXTRA_DIST = $(nano_man_mans) $(nano_built_sources)
190
196
all: $(BUILT_SOURCES)
191
197
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
192
198
 
586
592
 
587
593
 
588
594
nano.1.html: nano.1
589
 
        cat $< | groff -t -mandoc -Thtml > $@
 
595
        groff -t -mandoc -Thtml < $< > $@
590
596
nanorc.5.html: nanorc.5
591
 
        cat $< | groff -t -mandoc -Thtml > $@
 
597
        groff -t -mandoc -Thtml < $< > $@
592
598
rnano.1.html: rnano.1
593
 
        cat $< | groff -t -mandoc -Thtml > $@
 
599
        groff -t -mandoc -Thtml < $< > $@
594
600
# Tell versions [3.59,3.63) of GNU make to not export all variables.
595
601
# Otherwise a system limit (for SysV at least) may be exceeded.
596
602
.NOEXPORT: