blob: 3b2bedadf1bb2f4967d9f28bfb43a1b606457137 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- Makefile.in.orig Tue Feb 27 14:29:36 2001
+++ Makefile.in Tue Feb 27 14:30:46 2001
@@ -377,9 +377,9 @@
cp `find $(srcdir)/test/ -type f -maxdepth 1` $(top_distdir)/test
install-data-hook:
- rm -Rf $(prefix)/doc/uds
- mkdir -p $(prefix)/doc/uds
- cp $(srcdir)/doc/*.html $(prefix)/doc/uds
+ rm -Rf $(prefix)/share/uds/doc
+ mkdir -p $(prefix)/share/uds/doc
+ cp $(srcdir)/doc/*.html $(prefix)/share/uds/doc
uninstall-local:
rm -Rf /usr/doc/uds
|