diff options
| -rw-r--r-- | Makefile.devel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel index c16a8e7a..92878129 100644 --- a/Makefile.devel +++ b/Makefile.devel @@ -299,7 +299,7 @@ dist: @echo "*************************************************" @echo " Copying doc files .." @echo "*************************************************" - (cp -pr $(DISTBUILDIR)/$(RELEASENAME)/doc $(DISTBUILDIR)) + (cp -pdr $(DISTBUILDIR)/$(RELEASENAME)/doc $(DISTBUILDIR)) @echo "*************************************************" @echo " Moving html files .." @echo "*************************************************" |
