2006-07-26 17:42:16 +00:00
|
|
|
SUBDIRS =
|
2014-04-02 19:42:54 +00:00
|
|
|
BUILT_SOURCES =
|
|
|
|
|
2014-03-30 20:14:36 +00:00
|
|
|
if USE_NLS
|
|
|
|
SUBDIRS += fr
|
2005-11-15 02:39:20 +00:00
|
|
|
endif
|
2003-09-07 00:44:12 +00:00
|
|
|
|
2014-03-30 20:14:36 +00:00
|
|
|
dist_man_MANS = nano.1 rnano.1
|
2014-04-02 19:42:54 +00:00
|
|
|
html_pages = nano.1.html rnano.1.html
|
2014-03-30 20:14:36 +00:00
|
|
|
|
|
|
|
if USE_NANORC
|
|
|
|
dist_man_MANS += nanorc.5
|
2014-04-02 19:42:54 +00:00
|
|
|
html_pages += nanorc.5.html
|
2009-02-15 19:16:18 +00:00
|
|
|
endif
|
2007-01-06 18:06:02 +00:00
|
|
|
|
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 < $? > $@
|
2014-04-02 19:42:54 +00:00
|
|
|
|
|
|
|
if GROFF_HTML
|
|
|
|
BUILT_SOURCES += $(html_pages)
|
|
|
|
dist_html_DATA = $(html_pages)
|
2009-02-15 19:16:18 +00:00
|
|
|
endif
|
2014-03-30 20:14:36 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = $(BUILT_SOURCES)
|