summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-12-13 13:38:20 -0500
committerPaul W. Frields <stickster@gmail.com>2010-12-13 13:38:20 -0500
commit67c5b166c93f71758dfe27c4fd89ad299287757a (patch)
tree7334290363aec832c03fe281697600591d5de434 /Makefile
downloadecs-git-test-67c5b166c93f71758dfe27c4fd89ad299287757a.tar.gz
ecs-git-test-67c5b166c93f71758dfe27c4fd89ad299287757a.tar.xz
ecs-git-test-67c5b166c93f71758dfe27c4fd89ad299287757a.zip
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2dd23fc
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,17 @@
+CONTENT = f
+MAJOR = 15
+
+PRIOR_RELEASE = f-14
+
+# Custom reports for Fedora (different from internal Red Hat reports)
+# keep them in PWD because reports change for each release.
+# This is an actual file and NOT a symlink to ../../common/reports.tji
+# which is automatically created by Makefile.common if it does not exist
+REPORT = ./reports.tji
+
+# Red Hat Master Make File
+include ../../common/Makefile.common
+
+# Fedora Specific File
+include ./Makefile.custom
+