CVS code -
- General:
- Miscellaneous comment fixes. (DLR)
- - Don't install the nanorc manpages if nano is built without
- nanorc support. Changes to configure.ac, doc/man/Makefile.am,
- and doc/man/fr/Makefile.am. (DLR)
+ - Don't install the nanorc manpages or generate their HTML
+ versions if nano is built without nanorc support. Changes to
+ configure.ac, doc/man/Makefile.am, and doc/man/fr/Makefile.am.
+ (DLR)
- winio.c:
do_credits()
- Update the last copyright notice to include 2006. (DLR)
if USE_NANORC
man_MANS = nano.1 nanorc.5 rnano.1
+BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
else
man_MANS = nano.1 rnano.1
+BUILT_SOURCES = nano.1.html rnano.1.html
endif
-nano_mans = nano.1 nanorc.5 rnano.1
-
-BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
+nano_man_mans = nano.1 nanorc.5 rnano.1
+nano_built_sources = nano.1.html nanorc.5.html rnano.1.html
nano.1.html: nano.1
cat $< | groff -t -mandoc -Thtml > $@
rnano.1.html: rnano.1
cat $< | groff -t -mandoc -Thtml > $@
-EXTRA_DIST = $(nano_mans) $(BUILT_SOURCES)
+EXTRA_DIST = $(nano_man_mans) $(nano_built_sources)
if USE_NANORC
man_MANS = nano.1 nanorc.5 rnano.1
+BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
else
man_MANS = nano.1 rnano.1
+BUILT_SOURCES = nano.1.html rnano.1.html
endif
-nano_mans = nano.1 nanorc.5 rnano.1
-
-BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
+nano_man_mans = nano.1 nanorc.5 rnano.1
+nano_built_sources = nano.1.html nanorc.5.html rnano.1.html
nano.1.html: nano.1
cat $< | groff -t -mandoc -Thtml > $@
rnano.1.html: rnano.1
cat $< | groff -t -mandoc -Thtml > $@
-EXTRA_DIST = $(nano_mans) $(BUILT_SOURCES)
+EXTRA_DIST = $(nano_man_mans) $(nano_built_sources)