mirror of
git://git.sv.gnu.org/nano.git
synced 2024-12-03 09:51:58 +03:00
699412175d
the manual pages and their HTML versions git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1571 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
13 lines
250 B
Makefile
13 lines
250 B
Makefile
SUBDIRS = fr
|
|
|
|
man_MANS = nano.1 nanorc.5
|
|
|
|
BUILT_SOURCES = nano.1.html nanorc.5.html
|
|
|
|
nano.1.html: nano.1
|
|
cat $< | groff -t -mandoc -Thtml > $@
|
|
nanorc.5.html: nanorc.5
|
|
cat $< | groff -t -mandoc -Thtml > $@
|
|
|
|
EXTRA_DIST = $(man_MANS) $(BUILT_SOURCES)
|