aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1999-11-22 19:41:09 +0000
committerDavid Aspinall1999-11-22 19:41:09 +0000
commitb9f1a33312f3d8253c34800f6fb498cbd8bf623c (patch)
tree9633c0e2ed91a7220d95928a63e44ef84b0ff4a8
parent8a58b6d1f71a0563549d7f85b46f2c9c2d0b759d (diff)
*Do* deref links again when copying doc.
-rw-r--r--Makefile.devel2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel
index 92878129..c16a8e7a 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -299,7 +299,7 @@ dist:
@echo "*************************************************"
@echo " Copying doc files .."
@echo "*************************************************"
- (cp -pdr $(DISTBUILDIR)/$(RELEASENAME)/doc $(DISTBUILDIR))
+ (cp -pr $(DISTBUILDIR)/$(RELEASENAME)/doc $(DISTBUILDIR))
@echo "*************************************************"
@echo " Moving html files .."
@echo "*************************************************"