summaryrefslogtreecommitdiff
path: root/Makefile.direct
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-05-11 11:55:39 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-05-11 11:55:39 +0300
commit10f1695eeedd0045ad331ab468630f3a3ab40298 (patch)
tree8bc6aa308e2430aa3357fe57d79453a20cd6f584 /Makefile.direct
parent48a2697ac8d6e53290ab5288c0cfb6b0005c09bf (diff)
downloadbdwgc-10f1695eeedd0045ad331ab468630f3a3ab40298.tar.gz
Move README.QUICK from DOC_FILES to OTHER_FILES in Makefile.direct
(code refactoring) README.QUICK file is not a part of installed libgc documentation. * Makefile.direct (DOC_FILES): Remove README.QUICK item. * Makefile.direct (OTHER_FILES): Add README.QUICK item.
Diffstat (limited to 'Makefile.direct')
-rw-r--r--Makefile.direct6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.direct b/Makefile.direct
index 4d164e67..f1ba11f2 100644
--- a/Makefile.direct
+++ b/Makefile.direct
@@ -125,7 +125,7 @@ SRCS= $(CSRCS) \
ia64_save_regs_in_stack.s sparc_mach_dep.S \
sparc_netbsd_mach_dep.s sparc_sunos4_mach_dep.s $(CORD_SRCS)
-DOC_FILES= README.QUICK doc/README.Mac doc/README.OS2 \
+DOC_FILES= doc/README.Mac doc/README.OS2 \
doc/README.amiga doc/README.cords doc/debugging.html \
doc/finalization.html doc/porting.html doc/overview.html \
doc/README.hp doc/README.linux doc/README.rs6000 \
@@ -152,8 +152,8 @@ OTHER_MAKEFILES= OS2_MAKEFILE NT_MAKEFILE gc.mak \
BCC_MAKEFILE WCC_MAKEFILE PCR-Makefile SMakefile.amiga \
digimars.mak Makefile.direct
-OTHER_FILES= tools/setjmp_t.c tools/callprocs.sh extra/MacOS.c \
- extra/Mac_files/datastart.c extra/Mac_files/dataend.c \
+OTHER_FILES= README.QUICK tools/setjmp_t.c tools/callprocs.sh \
+ extra/MacOS.c extra/Mac_files/datastart.c extra/Mac_files/dataend.c \
extra/Mac_files/MacOS_config.h tools/add_gc_prefix.c gc_cpp.cpp \
extra/symbian/global_end.cpp extra/symbian/global_start.cpp \
extra/symbian/init_global_static_roots.cpp extra/symbian.cpp \