null+****@clear*****
null+****@clear*****
2012年 4月 24日 (火) 15:02:51 JST
Kouhei Sutou 2012-04-24 15:02:51 +0900 (Tue, 24 Apr 2012)
New Revision: fbbc7cce5909bee4b031dba05dafcfe57e53347b
Log:
Remove needless html_ prefix
Modified files:
data/html/Makefile.am
Renamed files:
data/html/files.am
(from data/html/html_files.am)
Modified: data/html/Makefile.am (+2 -2)
===================================================================
--- data/html/Makefile.am 2012-04-24 14:42:16 +0900 (8c192b3)
+++ data/html/Makefile.am 2012-04-24 15:02:51 +0900 (c627422)
@@ -1,9 +1,9 @@
htmldir = $(pkgdatadir)/html
-include html_files.am
+include files.am
EXTRA_DIST = \
CMakeLists.txt
update-files:
- cd $(srcdir); ./update-files.sh > html_files.am
+ cd $(srcdir); ./update-files.sh > files.am
Renamed: data/html/files.am (+0 -0) 100%
===================================================================