Ethereal-dev: RE: [Ethereal-dev] am I the only one with 'make dist' broken?

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Khachaturov Vassilii <Vassilii.Khachaturov@xxxxxxxxxxxx>
Date: Tue, 1 Oct 2002 16:06:28 -0400
(it looks like a result of the last commit to doc/Makefile.am:)

diff -u -r1.14 -r1.15
--- ethereal/doc/Makefile.am	2002/05/14 18:27:27	1.14
+++ ethereal/doc/Makefile.am	2002/09/29 19:10:07	1.15
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for Ethereal documentation
 #
-# $Id: Makefile.am,v 1.14 2002/05/14 18:27:27 guy Exp $
+# $Id: Makefile.am,v 1.15 2002/09/29 19:10:07 gerald Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@xxxxxxxxxxxx>
@@ -65,3 +65,16 @@
 	--center="The Ethereal Network Analyzer" \
 	--release=$(VERSION)			 \
 	> ../text2pcap.1
+
+CLEANFILES =	\
+	ethereal.pod	\
+	tethereal.pod	\
+	../ethereal.1	\
+	../editcap.1	\
+	../mergecap.1	\
+	../tethereal.1	\
+	../text2pcap.1	\
+	../idl2eth.1
+
+EXTRA_DIST = \
+	Ethereal.desktop	\

> -----Original Message-----
> From: Khachaturov Vassilii [mailto:Vassilii.Khachaturov@xxxxxxxxxxxx]
> Sent: Tuesday, October 01, 2002 4:05 PM
> To: ethereal-dev@xxxxxxxxxxxx
> Subject: [Ethereal-dev] am I the only one with 'make dist' broken?
> 
> 
> make[1]: Entering directory `/home/vassilii/ethereal-cns/doc'
> make[1]: *** No rule to make target `Ethereal.desktop', 
> needed by `distdir'.
> Stop.
> make[1]: Leaving directory `/home/vassilii/ethereal-cns/doc'
> make: *** [distdir] Error 1
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>