[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
infrastructure/build-docs Makefile,1.1,1.2
- From: "Patrick Barnes" (nman64) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: infrastructure/build-docs Makefile,1.1,1.2
- Date: Sat, 28 Jan 2006 02:58:16 -0500
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]