You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
3.7 KiB
62 lines
3.7 KiB
Index: Makefile.in |
|
--- Makefile.in.orig 2008-02-29 01:56:44 +0100 |
|
+++ Makefile.in 2009-03-27 09:41:15 +0100 |
|
@@ -45,7 +45,7 @@ |
|
THETYPE = @THETYPE@ |
|
|
|
INCDIR = $(srcdir) |
|
-CPPFLAGS = -I. -I$(INCDIR) $(DEBUG) @DEFS@ @SYS_DEFS@ -DTHE_HOME_DIRECTORY=\"$(datadir)/THE/\" |
|
+CPPFLAGS = -I. -I$(INCDIR) $(DEBUG) @DEFS@ @SYS_DEFS@ -DTHE_HOME_DIRECTORY=\"$(datadir)/the/\" |
|
|
|
CCFLAGS = -c $(CFLAGS) $(CPPFLAGS) @REXX_INCLUDES@ @MH_CURSES_INC@ |
|
|
|
@@ -285,29 +285,29 @@ |
|
|
|
installdoc: the.man THE_Help.txt |
|
$(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1 |
|
- $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/THE |
|
+ $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/the |
|
$(INSTALL) -m 644 -c $(srcdir)/the.1 $(DESTDIR)$(mandir)/man1/the.1 |
|
- $(INSTALL) -m 644 -c ./THE_Help.txt $(DESTDIR)$(datadir)/THE/THE_Help.txt |
|
- $(INSTALL) -m 644 -c $(srcdir)/append.the $(DESTDIR)$(datadir)/THE/append.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/comm.the $(DESTDIR)$(datadir)/THE/comm.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/build.the $(DESTDIR)$(datadir)/THE/build.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/uncomm.the $(DESTDIR)$(datadir)/THE/uncomm.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/total.the $(DESTDIR)$(datadir)/THE/total.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/match.the $(DESTDIR)$(datadir)/THE/match.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/rm.the $(DESTDIR)$(datadir)/THE/rm.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/nl.the $(DESTDIR)$(datadir)/THE/nl.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/words.the $(DESTDIR)$(datadir)/THE/words.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/l.the $(DESTDIR)$(datadir)/THE/l.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/compile.the $(DESTDIR)$(datadir)/THE/compile.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/spell.the $(DESTDIR)$(datadir)/THE/spell.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/demo.the $(DESTDIR)$(datadir)/THE/demo.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/cua.the $(DESTDIR)$(datadir)/THE/cua.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/config.the $(DESTDIR)$(datadir)/THE/config.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/tags.the $(DESTDIR)$(datadir)/THE/tags.the |
|
- $(INSTALL) -m 644 -c $(srcdir)/codecomp.the $(DESTDIR)$(datadir)/THE/codecomp.the |
|
+ $(INSTALL) -m 644 -c ./THE_Help.txt $(DESTDIR)$(datadir)/the/THE_Help.txt |
|
+ $(INSTALL) -m 644 -c $(srcdir)/append.the $(DESTDIR)$(datadir)/the/append.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/comm.the $(DESTDIR)$(datadir)/the/comm.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/build.the $(DESTDIR)$(datadir)/the/build.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/uncomm.the $(DESTDIR)$(datadir)/the/uncomm.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/total.the $(DESTDIR)$(datadir)/the/total.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/match.the $(DESTDIR)$(datadir)/the/match.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/rm.the $(DESTDIR)$(datadir)/the/rm.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/nl.the $(DESTDIR)$(datadir)/the/nl.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/words.the $(DESTDIR)$(datadir)/the/words.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/l.the $(DESTDIR)$(datadir)/the/l.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/compile.the $(DESTDIR)$(datadir)/the/compile.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/spell.the $(DESTDIR)$(datadir)/the/spell.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/demo.the $(DESTDIR)$(datadir)/the/demo.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/cua.the $(DESTDIR)$(datadir)/the/cua.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/config.the $(DESTDIR)$(datadir)/the/config.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/tags.the $(DESTDIR)$(datadir)/the/tags.the |
|
+ $(INSTALL) -m 644 -c $(srcdir)/codecomp.the $(DESTDIR)$(datadir)/the/codecomp.the |
|
for a in $(srcdir)/*.tld; do \ |
|
bn=`basename $$a`; \ |
|
- $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/THE/$$bn; \ |
|
+ $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/the/$$bn; \ |
|
done; |
|
|
|
binary: $(BASE_BINARY)
|
|
|