mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

- Makefile.am now installs various docs to <prefix>/share/doc/task-1.7.0 (thanks to Federico Hernandez).
5 lines
205 B
Makefile
5 lines
205 B
Makefile
SUBDIRS = src
|
|
EXTRA_DIST = task_completion.sh doc/man1/task.1
|
|
man1_MANS = doc/man1/task.1
|
|
otherdir = $(datadir)/doc/task-1.7.0
|
|
other_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README task_completion.sh
|