Glabels-batch: allow project file to be provided on stdin. (#90)

This commit is contained in:
Jim Evins
2020-03-28 19:10:28 -04:00
parent 4a9f3aad8e
commit 142aaf2a92
5 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('man/glabels-qt', 'glabels-qt', 'create labels and business cards', [], 1),
('man/glabels-batch-qt', 'glabels-batch-qt', 'batch creation of labels and business cards', [], 1)
('man/glabels-batch-qt', 'glabels-batch-qt', 'print glabels project from command line', [], 1)
]