Rename doc/*/template.desc. for Windows compatibility

Windows does not allow filenames ending in a period ("."), preventing
this git repository from even being checked out on a Windows system.

Drop the trailing period in these two filenames. Both files will still
be skipped during the build, since they are not included in DESC_FILES
or DESC_EXT_FILES in doc/Makefile.am.
merge-requests/711/head
David Ward 2022-03-27 17:11:56 -04:00
rodzic c1c77436f4
commit 732fc8cad7
4 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -186,7 +186,7 @@ DESC_FILES = descriptions/abaton.desc descriptions/agfafocus.desc \
descriptions/umax1220u.desc descriptions/umax.desc \ descriptions/umax1220u.desc descriptions/umax.desc \
descriptions/umax_pp.desc descriptions/unsupported.desc \ descriptions/umax_pp.desc descriptions/unsupported.desc \
descriptions/v4l.desc descriptions/xerox_mfp.desc descriptions/v4l.desc descriptions/xerox_mfp.desc
EXTRA_DIST += $(DESC_FILES) descriptions/template.desc. EXTRA_DIST += $(DESC_FILES) descriptions/template.desc
DESC_EXT_FILES = descriptions-external/brother2.desc \ DESC_EXT_FILES = descriptions-external/brother2.desc \
descriptions-external/brother.desc \ descriptions-external/brother.desc \
@ -210,7 +210,7 @@ DESC_EXT_FILES = descriptions-external/brother2.desc \
descriptions-external/utsushi.desc \ descriptions-external/utsushi.desc \
descriptions-external/v4l2.desc \ descriptions-external/v4l2.desc \
descriptions-external/viceo.desc descriptions-external/viceo.desc
EXTRA_DIST += $(DESC_EXT_FILES) descriptions-external/template.desc. EXTRA_DIST += $(DESC_EXT_FILES) descriptions-external/template.desc
install-data-local: install-beman5 install-data-local: install-beman5

Wyświetl plik

@ -420,7 +420,7 @@ DOCUMENTATION
"doc/descriptions-external" (for included and external backends). "doc/descriptions-external" (for included and external backends).
* "doc/descriptions.txt" describes the format of the ".desc" files. There is * "doc/descriptions.txt" describes the format of the ".desc" files. There is
also a template for new .desc files: "template.desc.". The format of the also a template for new .desc files: "template.desc". The format of the
files in the two directories is very similar. If you'd like to try parsing files in the two directories is very similar. If you'd like to try parsing
your creation to recreate the sane-backends webpages, cd into "tools/" and your creation to recreate the sane-backends webpages, cd into "tools/" and
enter "make sane-desc". You can either use sane-desc directly (try enter "make sane-desc". You can either use sane-desc directly (try