Update of /cvsroot/libexif/exif
In directory usw-pr-cvs1:/tmp/cvs-serv31894
Modified Files:
Makefile.am
Log Message:
removed misguided attempt to create *.tar.bz2 dist packages, and gettextize stuff, added man page
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/exif/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am 16 Sep 2002 18:24:26 -0000 1.8
+++ Makefile.am 25 Oct 2002 19:29:35 -0000 1.9
@@ -1,17 +1,3 @@
SUBDIRS = libjpeg exif po
man_MANS = exif.1
-
-
-########################################################################
-# create .tar.bz2 distribution package for convenience if the
-# $(TAR) on this system supports it. else do nothing.
-dist-hook:
- if [ "x${CDPATH}" != "x" ]; then \
- echo "You have set CDPATH. If make dist fails, try to unset CDPATH."; \
- fi
- -$(MAKE) dist-bzip2
-
-dist-bzip2:
- -chmod -R a+r $(distdir)
- -$(TAR) chojf $(distdir).tar.bz2 $(distdir)
|