2006-06-01 16:53:03 +00:00
|
|
|
if USE_NLS
|
2006-07-26 17:42:16 +00:00
|
|
|
SUBDIRS = fr
|
|
|
|
else
|
|
|
|
SUBDIRS =
|
2005-11-15 02:39:20 +00:00
|
|
|
endif
|
2003-09-07 00:44:12 +00:00
|
|
|
|
2007-01-06 18:06:02 +00:00
|
|
|
if USE_NANORC
|
2005-11-21 09:36:11 +00:00
|
|
|
man_MANS = nano.1 nanorc.5 rnano.1
|
2009-02-15 19:16:18 +00:00
|
|
|
if GROFF_HTML
|
2007-01-06 23:21:24 +00:00
|
|
|
BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
|
2009-02-15 19:16:18 +00:00
|
|
|
endif
|
2007-01-06 18:06:02 +00:00
|
|
|
else
|
|
|
|
man_MANS = nano.1 rnano.1
|
2009-02-15 19:16:18 +00:00
|
|
|
if GROFF_HTML
|
2007-01-06 23:21:24 +00:00
|
|
|
BUILT_SOURCES = nano.1.html rnano.1.html
|
2007-01-06 18:06:02 +00:00
|
|
|
endif
|
2009-02-15 19:16:18 +00:00
|
|
|
endif
|
2007-01-06 18:06:02 +00:00
|
|
|
|
2007-01-06 23:21:24 +00:00
|
|
|
nano_man_mans = nano.1 nanorc.5 rnano.1
|
2009-02-25 05:06:05 +00:00
|
|
|
if GROFF_HTML
|
2014-03-30 20:08:45 +00:00
|
|
|
dist_html_DATA = nano.1.html nanorc.5.html rnano.1.html
|
2007-01-06 23:21:24 +00:00
|
|
|
nano_built_sources = nano.1.html nanorc.5.html rnano.1.html
|
2003-10-19 23:30:48 +00:00
|
|
|
|
|
|
|
nano.1.html: nano.1
|
2009-02-25 05:06:05 +00:00
|
|
|
groff -t -mandoc -Thtml < $? > $@
|
2003-10-19 23:30:48 +00:00
|
|
|
nanorc.5.html: nanorc.5
|
2009-02-25 05:06:05 +00:00
|
|
|
groff -t -mandoc -Thtml < $? > $@
|
2005-11-21 09:36:11 +00:00
|
|
|
rnano.1.html: rnano.1
|
2009-02-25 05:06:05 +00:00
|
|
|
groff -t -mandoc -Thtml < $? > $@
|
2003-10-22 15:36:15 +00:00
|
|
|
|
2007-01-06 23:21:24 +00:00
|
|
|
EXTRA_DIST = $(nano_man_mans) $(nano_built_sources)
|
2009-02-15 19:16:18 +00:00
|
|
|
else
|
|
|
|
EXTRA_DIST = $(nano_man_mans)
|
|
|
|
endif
|