1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00

Switch doc/man over to the new build system

This commit is contained in:
Petr Baudis 2005-09-15 23:26:40 +02:00
parent 4e467d6129
commit 6aea3df7ac
6 changed files with 18 additions and 16 deletions

5
doc/man/Makefile Normal file
View File

@ -0,0 +1,5 @@
-include ../../Makefile.config
SUBDIRS = man1 man5
-include ../../Makefile.lib

View File

@ -1,4 +0,0 @@
## Process this file with automake to produce Makefile.in
## $Id: Makefile.am,v 1.1 2003/05/21 02:02:56 jonas Exp $
SUBDIRS = man1 man5

6
doc/man/man1/Makefile Normal file
View File

@ -0,0 +1,6 @@
-include ../../../Makefile.config
install:
$(INSTALL_DATA) elinks.1 $(DESTDIR)$(mandir)/man1
-include ../../../Makefile.lib

View File

@ -1,6 +0,0 @@
## Process this file with automake to produce Makefile.in
## $Id: Makefile.am,v 1.3 2005/05/18 02:40:54 jonas Exp $
man_MANS = elinks.1
EXTRA_DIST = elinks.1.in

7
doc/man/man5/Makefile Normal file
View File

@ -0,0 +1,7 @@
-include ../../../Makefile.config
install:
$(INSTALL_DATA) elinks.conf.5 $(DESTDIR)$(mandir)/man5
$(INSTALL_DATA) elinkskeys.5 $(DESTDIR)$(mandir)/man5
-include ../../../Makefile.lib

View File

@ -1,6 +0,0 @@
## Process this file with automake to produce Makefile.in
## $Id: Makefile.am,v 1.2 2003/06/04 22:21:29 jonas Exp $
man_MANS = elinks.conf.5 elinkskeys.5
EXTRA_DIST = $(man_MANS)