Navigation Menu

Skip to content

Commit

Permalink
doc: remove needless hidden file
Browse files Browse the repository at this point in the history
rpmlint reports "W: hidden-file-or-dir ..."
  • Loading branch information
kenhys committed Sep 24, 2013
1 parent 138f3dc commit ca4ec37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doc/files.am
Expand Up @@ -135,7 +135,6 @@ mo_files_relative_from_locale_dir = \
$(NULL)

html_files_relative_from_locale_dir = \
html/.buildinfo \
html/_images/storage-mode.png \
html/_images/wrapper-mode.png \
html/_sources/characteristic.txt \
Expand Down
2 changes: 1 addition & 1 deletion doc/update-files.sh
Expand Up @@ -62,5 +62,5 @@ find "themes" -type f | \

# output files
## HTML file path list relative from locale/$LANG/ dir.
(cd locale/en; find html -type f) | \
(cd locale/en; find html -type f -not -name '.buildinfo') | \
list_paths "html_files_relative_from_locale_dir"

0 comments on commit ca4ec37

Please sign in to comment.