Hi All,

I have two problems with using "make pdf" to generate PDF output.

The first is that the makefile that doxygen generates contains this:

clean:
del /s/y *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg
*.bbl refman.pdf


The /y flag generates errors in Windows. Is there a way to get Doxygen not
to generate the /y flag?

The second problem is that I get the following error at the end of a "make
pdf" run:

latex_count=5 ; \
while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log &&
[ $la
tex_count -gt 0 ] ;\
    do \
      echo "Rerunning latex...." ;\
      pdflatex refman ;\
      latex_count=`expr $latex_count - 1` ;\
    done
'latex_count' is not recognized as an internal or external command,
operable program or batch file.
make: *** [refman.pdf] Error 255

Can anyone explain this to me?

- Andy
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to