* Patch from Paul Tötterman to use CP in the Makefile.
parent
4e2f082ebb
commit
711d4c075e
|
@ -32,10 +32,10 @@ extra_clean:
|
||||||
|
|
||||||
extra_install:
|
extra_install:
|
||||||
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/templates
|
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/templates
|
||||||
cp templates/* $(DESTDIR)$(PREFIX)/share/ikiwiki/templates
|
$(CP) templates/* $(DESTDIR)$(PREFIX)/share/ikiwiki/templates
|
||||||
|
|
||||||
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki
|
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki
|
||||||
cp -a basewiki/* $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki
|
$(CP) -a basewiki/* $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki
|
||||||
|
|
||||||
install -d $(DESTDIR)$(PREFIX)/share/man/man1
|
install -d $(DESTDIR)$(PREFIX)/share/man/man1
|
||||||
install ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1
|
install ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
ikiwiki (1.29) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Patch from Paul Tötterman to use CP in the Makefile.
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Thu, 28 Sep 2006 19:10:58 -0400
|
||||||
|
|
||||||
ikiwiki (1.28) unstable; urgency=low
|
ikiwiki (1.28) unstable; urgency=low
|
||||||
|
|
||||||
* inline: Add ability to sort by page name, based on a patch from
|
* inline: Add ability to sort by page name, based on a patch from
|
||||||
|
|
Loading…
Reference in New Issue