From b8dfaffcb5bda84289b534b8252f0cc58e21a219 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Mon, 3 Feb 2014 06:34:14 +0100 Subject: 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. --- man/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') 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 > $@ -- cgit v1.2.3