]> git.pld-linux.org Git - packages/ext2ed.git/blame - ext2ed-config.patch
- spelling
[packages/ext2ed.git] / ext2ed-config.patch
CommitLineData
cfac8e57
JR
1--- Makefile.orig Wed Aug 30 16:23:04 1995
2+++ Makefile Wed Aug 30 17:14:23 1995
3@@ -24,9 +24,9 @@
4 # required ncurses and readline include files / libraries. Be sure that you
5 # don't mix two two versions of ncurses.
6
7-# NCURSES_INCLUDE = -I/usr/local/include -I/usr/local/include/ncurses
8-# NCURSES_LIB = -L/usr/local/lib
9-# READLINE_INCLUDE = -I/usr/include -I/usr/include/readline
10+NCURSES_INCLUDE = -I/usr/include/ncurses
11+# NCURSES_LIB = -L/usr//lib
12+READLINE_INCLUDE = -I/usr/include/readline
13 # READLINE_LIB = -L/usr/lib
14
15 # ------------------------------------------------------------------------
16@@ -65,11 +65,12 @@
17
18 install: ext2ed
19 install -d $(VAR_DIR)
20- install -d $(DOC_DIR)
21 install -m 755 ext2ed $(BIN_DIR)
22 install -m 644 ext2.descriptors $(VAR_DIR)
23 install -m 644 ext2ed.conf $(VAR_DIR)
24 install -m 644 doc/ext2ed.8 $(MAN_DIR)
25+
26+install.doc:
27 install -m 644 doc/user-guide-0.1.sgml $(DOC_DIR)
28 install -m 644 doc/user-guide-0.1.ps $(DOC_DIR)
29 install -m 644 doc/Ext2fs-overview-0.1.sgml $(DOC_DIR)
This page took 0.057315 seconds and 4 git commands to generate.