[FriBidi-commit] fribidi/doc Makefile.am,1.8,1.9

Behdad Esfahbod behdad at pdx.freedesktop.org
Mon May 31 11:43:28 PDT 2004


Update of /cvs/fribidi/fribidi/doc
In directory pdx:/tmp/cvs-serv21116/doc

Modified Files:
	Makefile.am 
Log Message:
GNU Coding Standards applied and typos fixed.


Index: Makefile.am
===================================================================
RCS file: /cvs/fribidi/fribidi/doc/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/Makefile.am	24 May 2004 06:45:42 -0000	1.8
+++ b/Makefile.am	31 May 2004 18:43:26 -0000	1.9
@@ -49,7 +49,7 @@
 c2man.stamp: $(headers)
 	@$(RM) $@.tmp
 	@touch $@.tmp
-	$(LN_S) $^ .
+	($(LN_S) $^ . || cp $^ .)
 	$(top_srcdir)/missing --run c2man -T n $(C2MANFLAGS) $(headers) \
 	|| true
 	$(RM) $(headers)
@@ -60,6 +60,6 @@
 		touch $@; \
 	else \
 		$(RM) $<; \
-		$(MAKE) $(AM_MAKEFLAGS) $< || true; \
+		$(MAKE) $(AM_MAKEFLAGS) $< || touch $<; \
 		touch $@; \
 	fi




More information about the FriBidi-Commit mailing list