1
1

set EXTRA_DIST so that 'make dist" and "make distcheck" actually include

the manual pages and their HTML versions


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1571 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2003-10-22 15:36:15 +00:00
родитель 3a420879d6
Коммит 699412175d
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -8,3 +8,5 @@ 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)

Просмотреть файл

@ -6,3 +6,5 @@ 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)