projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47450e4
)
Changed the path so that the .conf files are copied in
author
Bernd Porr
<Bernd.Porr@f2s.com>
Tue, 7 Jun 2005 23:28:25 +0000
(23:28 +0000)
committer
Bernd Porr
<Bernd.Porr@f2s.com>
Tue, 7 Jun 2005 23:28:25 +0000
(23:28 +0000)
the doc directory. Otherwise they would have ended up
in /usr/share.
etc/Makefile.am
patch
|
blob
|
history
diff --git
a/etc/Makefile.am
b/etc/Makefile.am
index 8f862e4b78f501b8999d43f26d1a9c57d335134a..837e33b717e8a7d4b2e9d556d1c19b5946776457 100644
(file)
--- a/
etc/Makefile.am
+++ b/
etc/Makefile.am
@@
-1,8
+1,6
@@
SUBDIRS = pcmcia hotplug
-
pkgdata
_DATA = das1600.conf dt282x.conf modules.conf
+
doccomedilib
_DATA = das1600.conf dt282x.conf modules.conf
EXTRA_DIST = das1600.conf dt282x.conf modules.conf
-
-