2005-11-15 02:39:20 +00:00
|
|
|
if USE_NLS
|
2003-09-07 00:44:12 +00:00
|
|
|
SUBDIRS = fr
|
2005-11-15 02:39:20 +00:00
|
|
|
else
|
|
|
|
SUBDIRS =
|
|
|
|
endif
|
2003-09-07 00:44:12 +00:00
|
|
|
|
2005-11-21 09:36:11 +00:00
|
|
|
man_MANS = nano.1 nanorc.5 rnano.1
|
2003-09-07 00:44:12 +00:00
|
|
|
|
2005-11-21 09:36:11 +00:00
|
|
|
BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
|
2003-10-19 23:30:48 +00:00
|
|
|
|
|
|
|
nano.1.html: nano.1
|
|
|
|
cat $< | groff -t -mandoc -Thtml > $@
|
|
|
|
nanorc.5.html: nanorc.5
|
|
|
|
cat $< | groff -t -mandoc -Thtml > $@
|
2005-11-21 09:36:11 +00:00
|
|
|
rnano.1.html: rnano.1
|
|
|
|
cat $< | groff -t -mandoc -Thtml > $@
|
2003-10-22 15:36:15 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = $(man_MANS) $(BUILT_SOURCES)
|