null+****@clear*****
null+****@clear*****
2011年 8月 18日 (木) 19:37:05 JST
Kouhei Sutou 2011-08-18 10:37:05 +0000 (Thu, 18 Aug 2011)
New Revision: 9ab6571aa05548fc74f4758b6ba74497974f3875
Log:
fix variable names.
Modified files:
doc/Makefile.am
Modified: doc/Makefile.am (+4 -4)
===================================================================
--- doc/Makefile.am 2011-08-18 10:18:30 +0000 (52b48a3)
+++ doc/Makefile.am 2011-08-18 10:37:05 +0000 (a5827e7)
@@ -24,17 +24,17 @@ man pdf clean-html update-po:
done
EXTRA_DIST = \
- $(relative_theme_files)
+ $(theme_files_relative_from_doc_dir)
-$(relative_source_files): html
+$(source_files_relative_from_doc_dir): html
if ENABLE_DOCUMENT
dist-hook: html man
@touch $(distdir)/build-stamp
BUILT_SOURCES = \
- $(relative_source_files)
+ $(source_files_relative_from_doc_dir)
nobase_dist_doc_DATA = \
- $(relative_source_files)
+ $(source_files_relative_from_doc_dir)
else
dist-hook:
@echo "must specify --enable-document for 'make dist'"