I Succeded to get files in PDF with help of Doxygen (Linux)!
My task is to automate whole process with shell script
For example:
doxygen doxygenfile -> Gives Latex Files Then I type Manually make pdf in the latex folder to get pdf files.
Can any one suggest to make this process automated to get pdf files directly without any manua interaction in between with help of Shellscipt(Bash)/ Perl Script?