source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Put ./configure into the distributin tarball.
@ 2014-01-04 14:45 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-01-04 14:45 UTC (permalink / raw)
  To: source

Log Message:
-----------
Put ./configure into the distributin tarball.

Modified Files:
--------------
    mdocml:
        Makefile

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile,v
retrieving revision 1.408
retrieving revision 1.409
diff -LMakefile -LMakefile -u -p -r1.408 -r1.409
--- Makefile
+++ Makefile
@@ -83,6 +83,7 @@ SRCS		 = Makefile \
 		   compat_strsep.c \
 		   config.h.post \
 		   config.h.pre \
+		   configure \
 		   demandoc.1 \
 		   demandoc.c \
 		   eqn.7 \
@@ -357,7 +358,8 @@ mdocml.md5: mdocml.tar.gz
 mdocml.tar.gz: $(SRCS)
 	mkdir -p .dist/mdocml-$(VERSION)/
 	$(INSTALL_SOURCE) $(SRCS) .dist/mdocml-$(VERSION)
-	( cd .dist/ && tar zcf ../$@ ./ )
+	chmod 755 .dist/mdocml-$(VERSION)/configure
+	( cd .dist/ && tar zcf ../$@ mdocml-$(VERSION) )
 	rm -rf .dist/
 
 index.html: $(INDEX_OBJS)
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-04 14:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-04 14:45 mdocml: Put ./configure into the distributin tarball schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).