[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnue] r10032 - trunk/gnue-common
From: |
reinhard |
Subject: |
[gnue] r10032 - trunk/gnue-common |
Date: |
Sat, 31 Oct 2009 19:00:57 -0500 (CDT) |
Author: reinhard
Date: 2009-10-31 19:00:57 -0500 (Sat, 31 Oct 2009)
New Revision: 10032
Modified:
trunk/gnue-common/setup.py
Log:
For now, install config samples in the doc directory. Need to think more about
this later.
Modified: trunk/gnue-common/setup.py
===================================================================
--- trunk/gnue-common/setup.py 2009-10-31 23:27:20 UTC (rev 10031)
+++ trunk/gnue-common/setup.py 2009-11-01 00:00:57 UTC (rev 10032)
@@ -87,12 +87,10 @@
params["scripts"] = ["scripts/gnue-schema"]
params["data_files"] = [ \
- ("etc", allfiles('etc')),
("share/gnue/images", allfiles('images', '.png')),
("share/gnue/images", allfiles('images', '.bmp')),
("share/man/man1", allfiles('doc/man', '.1')),
- ("share/doc/gnue-common", allfiles('doc'))
- ]
+ ("share/doc/gnue-common", allfiles('doc') + allfiles('etc'))]
# -----------------------------------------------------------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnue] r10032 - trunk/gnue-common,
reinhard <=