42c4b58059fa9af65e90f2c418bb551e30d1d32f
$ make install-doc
...
install: git-add.5: No such file or directory
...
which then rolls back deleting all my xml files. :(
Aha... I think it's this line:
DOC_MAN5=$(patsubst %.txt,%.5,$(MAN1_TXT))
I'm betting that should be MAN5_TXT.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
[off-list ref] <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!