[cairo-commit] svg2png/doc Makefile.am,1.1.1.1,1.2

Carl Worth commit at pdx.freedesktop.org
Thu Oct 28 14:18:39 PDT 2004


Committed by: cworth

Update of /cvs/cairo/svg2png/doc
In directory gabe:/tmp/cvs-serv2835/doc

Modified Files:
	Makefile.am 
Log Message:

        * doc/Makefile.am: Add $(man_MANS) to EXTRA_DIST. For some reason,
        svg2png.1 wasn't ending up in the tar file without this.


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/svg2png/doc/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile.am	27 Apr 2004 02:10:02 -0000	1.1.1.1
+++ Makefile.am	28 Oct 2004 21:18:37 -0000	1.2
@@ -1 +1,5 @@
 man_MANS = svg2png.1
+
+# XXX: I wouldn't think that automake would need this, but the man page
+# seems to get left out of the tar file otherwise.
+EXTRA_DIST = $(man_MANS)




More information about the cairo-commit mailing list