release-notes/FC4 Makefile,1.6,1.7

Elliot Lee (sopwith) fedora-docs-commits at redhat.com
Mon May 30 19:36:18 UTC 2005


Author: sopwith

Update of /cvs/docs/release-notes/FC4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28109

Modified Files:
	Makefile 
Log Message:
fix


Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/FC4/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	30 May 2005 19:30:46 -0000	1.6
+++ Makefile	30 May 2005 19:36:16 -0000	1.7
@@ -6,8 +6,8 @@
 .SUFFIXES:
 .SUFFIXES: .html .pdf .xml
 
-all:	README-${LANG}/README-${LANG}.html \
-	RELEASE-NOTES-${LANG}/RELEASE-NOTES-${LANG}.html
+all:	README-${LANG}.html \
+	RELEASE-NOTES-${LANG}.html
 
 #README-${LANG}.pdf RELEASE-NOTES-${LANG}.pdf 
 
@@ -23,7 +23,7 @@
 	cp ./figs/*.png ${@:.html=}/figs
 	cp $(DOCS_SETUP_PATH)/css/fedora.css ${@:.html=}
 	mv ${@:.html=}/${@:.html=.proc} ${@:.html=}/$@ 
-#	ln -s ${@:.html=}/index.html $@
+	ln -sf ${@:.html=}/$@ $@
 
 %.txt: %.txt
 	xmlto txt $<




More information about the Fedora-docs-commits mailing list