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