Skip to content

Commit

Permalink
lsusb(8): make version variable and update date of last modification
Browse files Browse the repository at this point in the history
Signed-off-by: Frans Pop <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Frans Pop authored and gregkh committed Jun 25, 2009
1 parent 1266349 commit e2ec7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ update-usbids.sh: $(srcdir)/update-usbids.sh.in
chmod 755 $@

lsusb.8: $(srcdir)/lsusb.8.in
sed 's|@usbids@|$(datadir)/usb.ids|g' $< >$@
sed 's|VERSION|$(VERSION)|g;s|@usbids@|$(datadir)/usb.ids|g' $< >$@

usb-devices.8: $(srcdir)/usb-devices.8.in
sed 's|VERSION|$(VERSION)|g' $< >$@
Expand Down
2 changes: 1 addition & 1 deletion lsusb.8.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH lsusb 8 "25 January 2005" "usbutils-0.73" "Linux USB Utilities"
.TH lsusb 8 "6 May 2009" "usbutils-VERSION" "Linux USB Utilities"
.IX lsusb
.SH NAME
lsusb \- list USB devices
Expand Down

0 comments on commit e2ec7e6

Please sign in to comment.