Hello Gerel. I am writing the MANIFEST.wiki files and I was not able to make prmgt/srcinfo-extractor.pl to work properly.
I manually added several new directories where to scan for MANIFEST.wiki files: # push these by hand push (@dirs, ""); # for TOPDIR push (@dirs, "prmgt"); push (@dirs, "lib"); push (@dirs, "m4"); push (@dirs, "src"); push (@dirs, "src/base"); push (@dirs, "src/object"); push (@dirs, "src/document"); push (@dirs, "src/page"); push (@dirs, "utils"); push (@dirs, "torture"); but in the output I am only getting the contents of the MANIFEST.wiki file in the TOPDIR. It is possible to rewrite the script to automatically scan for any MANIFEST.wiki file without having to manually push them into @dirs? Can you provide a patch?
