summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorFabian Greffrath2014-02-03 06:34:14 +0100
committerFabian Greffrath2014-02-03 06:34:27 +0100
commitb8dfaffcb5bda84289b534b8252f0cc58e21a219 (patch)
tree060fbc71055a9396592a3894bb1ebdd27adcc266 /man/Makefile.am
parent08ad5553fdec448b9c7955583a9728354e5ea4eb (diff)
downloadchocolate-doom-b8dfaffcb5bda84289b534b8252f0cc58e21a219.tar.gz
chocolate-doom-b8dfaffcb5bda84289b534b8252f0cc58e21a219.tar.bz2
chocolate-doom-b8dfaffcb5bda84289b534b8252f0cc58e21a219.zip
Revert the more controversial changes in my previous pull request.
Add back to binaries that are built and installed as _SCRIPTS targets. Copy instead of symbolic linking, the files are needed as binary copies anyway to allow for separate packaging of the game engines.
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 0eb585e0..15bba637 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -50,7 +50,7 @@ CLEANFILES = $(GENERATED_MAN_PAGES) $(SETUP_MAN_PAGES) \
$(hexendocs_DATA) $(strifedocs_DATA)
$(SETUP_MAN_PAGES): @PROGRAM_PREFIX@setup.6
- $(LN_S) $< $@
+ cp $< $@
@PROGRAM_PREFIX@doom.6: ../src $(MANPAGE_GEN_FILES)
./docgen -g doom -m doom.template ../src ../src/doom > $@