summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--pci.ids.man5
-rw-r--r--update-pciids.man2
3 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 82292a7..17a8630 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,7 @@ example.o: example.c $(PCIINC)
$(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LDLIBS) -o $@
%.8 %.7 %.5: %.man
- M=`echo $(DATE) | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed <$< >$@ "s/@TODAY@/$$M/;s/@VERSION@/pciutils-$(VERSION)/;s#@IDSDIR@#$(IDSDIR)#"
+ M=`echo $(DATE) | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed <$< >$@ "s/@TODAY@/$$M/;s/@VERSION@/pciutils-$(VERSION)/;s#@IDSDIR@#$(IDSDIR)#;s#@PCI_IDS@#$(PCI_IDS)#"
ctags:
rm -f tags
diff --git a/pci.ids.man b/pci.ids.man
index b8385d0..62abe51 100644
--- a/pci.ids.man
+++ b/pci.ids.man
@@ -83,6 +83,11 @@ or more spaces, and the name of the subsystem.
To ensure extensibility of the format, lines starting with an unrecognized letter
followed by a single space are ignored and so are all following TAB-indented lines.
+.SH FILES
+.TP
+.B @IDSDIR@/@PCI_IDS@
+Location of the list.
+
.SH SEE ALSO
.BR lspci (8),
.BR update-pciids (8),
diff --git a/update-pciids.man b/update-pciids.man
index 3a002d8..34d31d4 100644
--- a/update-pciids.man
+++ b/update-pciids.man
@@ -22,7 +22,7 @@ Be quiet and do not report anything except errors.
.SH FILES
.TP
-.B @IDSDIR@/pci.ids
+.B @IDSDIR@/@PCI_IDS@
Here we install the new list.
.SH SEE ALSO