[FriBidi-commit] fribidi Makefile.am,1.3,1.4

Behdad Esfahbod behdad at pdx.freedesktop.org
Sat May 22 04:21:42 PDT 2004


Update of /cvs/fribidi/fribidi
In directory pdx:/tmp/cvs-serv30407

Modified Files:
	Makefile.am 
Log Message:
Make gen-mirroring-tab and gen-unicode-version work.  gen.tab/ works now.


Index: Makefile.am
===================================================================
RCS file: /cvs/fribidi/fribidi/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/Makefile.am	7 May 2004 06:30:37 -0000	1.3
+++ b/Makefile.am	22 May 2004 11:21:39 -0000	1.4
@@ -31,6 +31,10 @@
 		`find "$(srcdir)" -type f -name Makefile.in -print` \
 		`find "$(srcdir)" -type f -name "*~" -print`
 
+BUILT_SOURCES = lib/fribidi-unicode-version.h
+lib/fribidi-unicode-version.h:
+	(cd lib && $(MAKE) $(AM_MAKEFLAGS) fribidi-unicode-version.h)
+
 # Indent all C source and header files
 
 .PHONY: indent




More information about the FriBidi-Commit mailing list