Author: jaredmorgs
Date: 2012-07-25 00:52:15 -0400 (Wed, 25 Jul 2012)
New Revision: 8799
Removed:
epp/docs/branches/5.2/Makefile
epp/docs/branches/5.2/What_Are_Makefile_Specin_Files_For
Log:
No longer need these files because API Documents can be built without makefiles
Deleted: epp/docs/branches/5.2/Makefile
===================================================================
--- epp/docs/branches/5.2/Makefile 2012-07-25 04:49:40 UTC (rev 8798)
+++ epp/docs/branches/5.2/Makefile 2012-07-25 04:52:15 UTC (rev 8799)
@@ -1,51 +0,0 @@
-### START CHANGES ###
-PRODUCT = JBoss_Enterprise_Portal_Platform
-PROD_VERSION = 5.2
-LANG = en-US
-BOOKS = API
-VERSION = 5.2.2
-RELEASE = 8
-
-#### END CHANGES ###
-
-NAME = $(PRODUCT)-$(PROD_VERSION)-web-$(LANG)
-TAR_NAME = $(NAME)-$(VERSION)
-DIST = .el6eng
-
-PWD = $(shell pwd)
-RPMDIR = $(PWD)/tmp/rpm
-
-#### TARGETS ###
-tar::
- @echo "Start $@"
- @tar --exclude '.svn' -czf $(TAR_NAME).tgz $(BOOKS)
- @echo "End $@"
-
-spec::
- @echo "Start $@"
- @mkdir -p $(RPMDIR)
- @cd $(RPMDIR) && mkdir -p SPECS SRPMS BUILD SOURCES RPMS/noarch
- @cp spec.in $(RPMDIR)/SPECS/$(NAME).spec
- @sed -i -e 's/@PRODUCT@/$(PRODUCT)/' $(RPMDIR)/SPECS/$(NAME).spec
- @sed -i -e 's/@PROD_VERSION@/$(PROD_VERSION)/' $(RPMDIR)/SPECS/$(NAME).spec
- @sed -i -e 's/@VERSION@/$(VERSION)/' $(RPMDIR)/SPECS/$(NAME).spec
- @sed -i -e 's/@RELEASE@/$(RELEASE)/' $(RPMDIR)/SPECS/$(NAME).spec
- @sed -i -e 's/@LANG@/$(LANG)/' $(RPMDIR)/SPECS/$(NAME).spec
- @sed -i -e 's/@BOOKS@/$(BOOKS)/' $(RPMDIR)/SPECS/$(NAME).spec
- @echo "End $@"
-
-srpm:: clean tar spec
- @echo "Start $@"
- @cp $(TAR_NAME).tgz $(RPMDIR)/SOURCES/.
- @rpmbuild --define "dist $(DIST)" --define "_topdir $(RPMDIR)" -bs
$(RPMDIR)/SPECS/$(NAME).spec
- @echo "End $@"
-
-rpm:: srpm
- @echo "Start $@"
- @rpmbuild --define "dist $(DIST)" --define "_topdir $(RPMDIR)" -bb
$(RPMDIR)/SPECS/$(NAME).spec
- @echo "End $@"
-
-clean::
- @echo "Start $@"
- @rm -rf tmp $(TAR_NAME).tgz
- @echo "End $@"
Deleted: epp/docs/branches/5.2/What_Are_Makefile_Specin_Files_For
===================================================================
--- epp/docs/branches/5.2/What_Are_Makefile_Specin_Files_For 2012-07-25 04:49:40 UTC (rev
8798)
+++ epp/docs/branches/5.2/What_Are_Makefile_Specin_Files_For 2012-07-25 04:52:15 UTC (rev
8799)
@@ -1,3 +0,0 @@
-These files enable the API Documentation Guide to be produced. Don't delete them!!!
-
-Details about how to produce this document can be found in
https://docspace.corp.redhat.com/docs/DOC-109558