summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--ui/Makefile13
2 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9fd06b37..5e3814c18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-01-13 Jeremy Katz <katzj@redhat.com>
+ * ui/Makefile: Add the makefile.
+
* po/Makefile: Handle extracting strings which need translating
from the glade files. Requires fixed intltool-extract (0.31.2-3)
diff --git a/ui/Makefile b/ui/Makefile
new file mode 100644
index 000000000..396319cd4
--- /dev/null
+++ b/ui/Makefile
@@ -0,0 +1,13 @@
+include ../Makefile.inc
+
+all:
+ @echo "nothing to do"
+
+install:
+ mkdir -p $(DESTDIR)/$(ANACONDADATADIR)/ui
+ install *.glade $(DESTDIR)/$(ANACONDADATADIR)/ui
+
+depend:
+
+clean:
+ rm *~