infrastructure/build-docs Makefile,1.1,1.2

Patrick Barnes (nman64) fedora-docs-commits at redhat.com
Sat Jan 28 07:58:16 UTC 2006


Author: nman64

Update of /cvs/docs/infrastructure/build-docs
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24051

Modified Files:
	Makefile 
Log Message:
Fix potentially nasty typo


Index: Makefile
===================================================================
RCS file: /cvs/docs/infrastructure/build-docs/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	5 Jan 2006 00:17:23 -0000	1.1
+++ Makefile	28 Jan 2006 07:58:09 -0000	1.2
@@ -43,7 +43,7 @@
 install-docs:
 	@[ "x$(INSTROOT)" != "x" ] || echo -e "\nWARNING\nWARNING: Installation using make is discouraged, try RPMs instead!\nWARNING\n"
 	mkdir -p $(INSTROOT)$(DOCDIR)
-	install README $(INSTROO)$(DOCDIR)/README
+	install README $(INSTROOT)$(DOCDIR)/README
 
 uninstall:
 	@rm -fv $(INSTROOT)/etc/cron.hourly/$(PKGNAME).cron




More information about the Fedora-docs-commits mailing list