Skip to content

Commit

Permalink
Drop Linux Software Map file; it has outlived its purpose
Browse files Browse the repository at this point in the history
Source and binary packages are readily available from most major Linux
distributions.
  • Loading branch information
paddy-hack committed Jul 6, 2019
1 parent 02b0a7e commit 14e00fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 44 deletions.
17 changes: 3 additions & 14 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dist_doc_DATA = AUTHORS ChangeLog COPYING LICENSE NEWS PROBLEMS PROJECTS \
README.hp-ux README.linux README.netbsd README.openbsd README.os2 \
README.solaris README.unixware2 README.unixware7 README.windows \
README.zeta
EXTRA_DIST = $(PACKAGE).lsm
EXTRA_DIST += .editorconfig

EXTRA_DIST = .editorconfig
EXTRA_DIST += po/README

#
Expand Down Expand Up @@ -70,24 +70,13 @@ libcheck:
installcheck-local:
cd testsuite && $(MAKE) test.local

$(distdir).lsm: dist $(PACKAGE).lsm
( cat $(PACKAGE).lsm | \
sed -e "s|_DATE_|`date +%d%b%y`|g" |\
sed -e "s|_VERSION_|$(VERSION)|g" | \
sed -e "s|_T_S_|`find $(distdir).tar.gz -printf "%4k"`|g" |\
sed -e "s|_L_S_|`find $(PACKAGE).lsm -printf "%4k"`|g" >\
$(distdir).lsm \
)
lsm: $(distdir).lsm

md5: dist
md5sum $(distdir).tar.gz > $(distdir).tar.gz.md5

sane-backends: lsm md5
sane-backends: md5

# Clean files created by custom targets in this file.
clean-local:
rm -f sane-backends-*.lsm
rm -f $(distdir).tar.gz.md5

# Clean files created by configure
Expand Down
4 changes: 1 addition & 3 deletions doc/backend-writing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ sane-backends/
General building instructions.
* README.aix README.beos (...):
Platform-dependent building and usage instructions.
* sane-backends.lsm:
The .lsm file as used for the ibiblio archive.

sane-backends/backend/
This is where the actual backend code is placed. As an example the file
Expand Down Expand Up @@ -439,7 +437,7 @@ DOCUMENTATION
manpage link won't work anyway and version will be outdated soon.

* When your backend is included in the SANE distribution, add an entry to
doc/sane.man, AUTHORS and sane-backends.lsm. The sane.man entry should point
doc/sane.man and AUTHORS. The sane.man entry should point
to your documentation (man-page, website, readme). Also move your .desc
file from "doc/descriptions-external" to "doc/descriptions" and update
them.
Expand Down
27 changes: 0 additions & 27 deletions sane-backends.lsm

This file was deleted.

0 comments on commit 14e00fa

Please sign in to comment.