diff options
author | Dennis Gilmore <dennis@ausil.us> | 2009-12-06 16:27:44 -0600 |
---|---|---|
committer | Dennis Gilmore <dennis@ausil.us> | 2009-12-06 16:27:44 -0600 |
commit | 4397e52cda369eae915fc76d9c24378e82163e79 (patch) | |
tree | 70cfb5ba8fe9e22636b2d9c582c6ca88c63a7822 /www/static/images | |
download | koji-theme-fedora-4397e52cda369eae915fc76d9c24378e82163e79.tar.gz koji-theme-fedora-4397e52cda369eae915fc76d9c24378e82163e79.tar.xz koji-theme-fedora-4397e52cda369eae915fc76d9c24378e82163e79.zip |
initial import from the hg repo with Makefile fixes for git
Diffstat (limited to 'www/static/images')
-rw-r--r-- | www/static/images/Makefile | 18 | ||||
-rw-r--r-- | www/static/images/Powered-by-koji_button.png | bin | 0 -> 2809 bytes | |||
-rw-r--r-- | www/static/images/fedora-koji.ico | bin | 0 -> 3118 bytes | |||
-rw-r--r-- | www/static/images/fedora-koji.png | bin | 0 -> 8257 bytes |
4 files changed, 18 insertions, 0 deletions
diff --git a/www/static/images/Makefile b/www/static/images/Makefile new file mode 100644 index 0000000..fd7f2ca --- /dev/null +++ b/www/static/images/Makefile @@ -0,0 +1,18 @@ +SERVERDIR = /images +FILES = $(wildcard *.gif *.png *.ico) + +_default: + @echo "nothing to make. try make install" + +clean: + rm -f *.o *.so *.pyc *~ + +install: + @if [ "$(DESTDIR)" = "" ]; then \ + echo " "; \ + echo "ERROR: A destdir is required"; \ + exit 1; \ + fi + + mkdir -p $(DESTDIR)/$(SERVERDIR) + install -p -m 644 $(FILES) $(DESTDIR)/$(SERVERDIR) diff --git a/www/static/images/Powered-by-koji_button.png b/www/static/images/Powered-by-koji_button.png Binary files differnew file mode 100644 index 0000000..32b52e3 --- /dev/null +++ b/www/static/images/Powered-by-koji_button.png diff --git a/www/static/images/fedora-koji.ico b/www/static/images/fedora-koji.ico Binary files differnew file mode 100644 index 0000000..77017d6 --- /dev/null +++ b/www/static/images/fedora-koji.ico diff --git a/www/static/images/fedora-koji.png b/www/static/images/fedora-koji.png Binary files differnew file mode 100644 index 0000000..738e3d5 --- /dev/null +++ b/www/static/images/fedora-koji.png |