X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=83af4c2470b516c1536b1e2ea6396f15165fe60b;hp=058e7d8bbbba62d36cdba12b2227aabd696b2029;hb=5faf465b84082afa8bb85ce6fe87ce6675749675;hpb=04083c773195287a6a0774d27f96897f3d57d69d diff --git a/Makefile.in b/Makefile.in index 058e7d8..83af4c2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -69,8 +69,11 @@ DIST = COPYRIGHT DATE INSTALL README VERSION \ acconfig.h config.h.in configure.ac configure stamp-h.in \ config.sub config.guess +# these directories included in the distribution +DISTDIRS = docs test + # subdirectories in distribution -SUBDIRS = h config sbr uip etc man docs +SUBDIRS = h config sbr uip etc man # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ========== @@ -171,6 +174,10 @@ mmhdist: $(DIST) distname @for file in $(DIST); do \ cp -p $(srcdir)/$$file $(distdir); \ done + @echo "Copying distribution dirs in main directory" + @for dir in $(DISTDIRS); do \ + cp -rp $(srcdir)/$$dir $(distdir); \ + done @for subdir in $(SUBDIRS); do \ mkdir $(distdir)/$$subdir; \ chmod 755 $(distdir)/$$subdir; \