aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-02 12:09:29 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-02 12:09:29 +0100
commite4b58e1c2333ebe20c9d746dfd4aed00af6eedff (patch)
treef7ab7152005b8cd7f8125e3caf6e7bf17f85e4ae /Makefile
parent7f8ef03cfd55c266de8b78bfa19e154e1e9047b6 (diff)
fix for config.h location
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 15e1851..93cc79f 100644
--- a/Makefile
+++ b/Makefile
@@ -96,9 +96,9 @@ install-uzbl-core: all
install -d $(INSTALLDIR)/bin
install -d $(INSTALLDIR)/share/uzbl/docs
install -d $(INSTALLDIR)/share/uzbl/examples
- cp -rp docs $(INSTALLDIR)/share/uzbl/
- cp -rp config.h $(INSTALLDIR)/share/uzbl/docs/
- cp -rp examples $(INSTALLDIR)/share/uzbl/
+ cp -rp docs $(INSTALLDIR)/share/uzbl/
+ cp -rp src/config.h $(INSTALLDIR)/share/uzbl/docs/
+ cp -rp examples $(INSTALLDIR)/share/uzbl/
install -m755 uzbl-core $(INSTALLDIR)/bin/uzbl-core
install -m644 AUTHORS $(INSTALLDIR)/share/uzbl/docs
install -m644 README $(INSTALLDIR)/share/uzbl/docs