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