null+****@clear*****
null+****@clear*****
2012年 4月 17日 (火) 11:48:37 JST
Kouhei Sutou 2012-04-17 11:48:37 +0900 (Tue, 17 Apr 2012)
New Revision: a22c055c936c8c3332e3905f2ee3747f42b665cc
Log:
am: remove needless nobase_ prefix from filename
Modified files:
data/html/Makefile.am
Renamed files:
data/html/html_files.am
(from data/html/nobase_html_files.am)
Modified: data/html/Makefile.am (+2 -2)
===================================================================
--- data/html/Makefile.am 2012-04-17 11:47:58 +0900 (e8c946c)
+++ data/html/Makefile.am 2012-04-17 11:48:37 +0900 (8c192b3)
@@ -1,9 +1,9 @@
htmldir = $(pkgdatadir)/html
-include nobase_html_files.am
+include html_files.am
EXTRA_DIST = \
CMakeLists.txt
update-files:
- cd $(srcdir); ./update-files.sh > nobase_html_files.am
+ cd $(srcdir); ./update-files.sh > html_files.am
Renamed: data/html/html_files.am (+0 -0) 100%
===================================================================