mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Switch doc/man over to the new build system
This commit is contained in:
parent
4e467d6129
commit
6aea3df7ac
5
doc/man/Makefile
Normal file
5
doc/man/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
-include ../../Makefile.config
|
||||
|
||||
SUBDIRS = man1 man5
|
||||
|
||||
-include ../../Makefile.lib
|
@ -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
6
doc/man/man1/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
-include ../../../Makefile.config
|
||||
|
||||
install:
|
||||
$(INSTALL_DATA) elinks.1 $(DESTDIR)$(mandir)/man1
|
||||
|
||||
-include ../../../Makefile.lib
|
@ -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
7
doc/man/man5/Makefile
Normal 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
|
@ -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)
|
Loading…
Reference in New Issue
Block a user