[Autosec-devel] sonar/doc Makefile.am,1.9,1.10 Makefile.in,1.20,1.21
Brought to you by:
red0x
From: red0x <re...@us...> - 2004-06-11 05:25:50
|
Update of /cvsroot/autosec/sonar/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9418/doc Modified Files: Makefile.am Makefile.in Log Message: Ammended build process to NOT rely on pdflatex, or doxygen. If you want any extra documentation, other than the man page, make html and sonar_plugin_man.pdf in the doc dir. Index: Makefile.in =================================================================== RCS file: /cvsroot/autosec/sonar/doc/Makefile.in,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Makefile.in 9 Jun 2004 01:07:42 -0000 1.20 --- Makefile.in 11 Jun 2004 05:25:40 -0000 1.21 *************** *** 238,242 **** info-am: ! install-data-am: install-data-local install-man install-exec-am: --- 238,242 ---- info-am: ! install-data-am: install-man install-exec-am: *************** *** 256,260 **** mostlyclean-am: mostlyclean-generic mostlyclean-libtool ! uninstall-am: uninstall-info-am uninstall-local uninstall-man uninstall-man: uninstall-man1 --- 256,260 ---- mostlyclean-am: mostlyclean-generic mostlyclean-libtool ! uninstall-am: uninstall-info-am uninstall-man uninstall-man: uninstall-man1 *************** *** 263,272 **** distclean distclean-generic distclean-libtool distdir dvi \ dvi-am info info-am install install-am install-data \ ! install-data-am install-data-local install-exec install-exec-am \ ! install-info install-info-am install-man install-man1 \ ! install-strip installcheck installcheck-am installdirs \ ! maintainer-clean maintainer-clean-generic mostlyclean \ ! mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \ ! uninstall-info-am uninstall-local uninstall-man uninstall-man1 sonar_plugin_man.pdf: sonar_plugin_man.tex --- 263,272 ---- distclean distclean-generic distclean-libtool distdir dvi \ dvi-am info info-am install install-am install-data \ ! install-data-am install-exec install-exec-am install-info \ ! install-info-am install-man install-man1 install-strip \ ! installcheck installcheck-am installdirs maintainer-clean \ ! maintainer-clean-generic mostlyclean mostlyclean-generic \ ! mostlyclean-libtool uninstall uninstall-am uninstall-info-am \ ! uninstall-man uninstall-man1 sonar_plugin_man.pdf: sonar_plugin_man.tex *************** *** 289,312 **** -rm -f Makefile.in - install-data-local: html sonar_plugin_man.pdf - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) - @list='$(DOCSUBDIRS)'; for p in $$list; do \ - if test -d "$$p"; then d= ; else d="$(top_srcdir)/doc/"; fi; \ - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \ - echo "cp -rf $$d$$p $(DESTDIR)$(pkgdatadir)"; \ - cp -rf $$d$$p $(DESTDIR)$(pkgdatadir); \ - done - cp -f sonar_plugin_man.pdf $(DESTDIR)$(pkgdatadir) - - uninstall-local: - @$(NORMAL_UNINSTALL) - @list='$(DOCSUBDIRS)'; for p in $$list; do \ - if test -d "$$p"; then d= ; else d="$(top_srcdir)/doc/"; fi; \ - echo "rm -rf $(DESTDIR)$(pkgdatadir)/$$d$$p"; \ - rm -rf $(DESTDIR)$(pkgdatadir)/$$d$$p; \ - done - rm -f $(DESTDIR)$(pkgdatadir)/sonar_plugin_man.pdf - html: mkdir -p html --- 289,292 ---- *************** *** 314,322 **** $(DOXYGEN) docConf ! sonar_plugin_man.pdf: sonar_plugin_man.tex ! if [ -x `which pdflatex` ]; then `which pdflatex` $(top_srcdir)/doc/sonar_plugin_man.tex > /dev/null; fi ! all-am: html sonar_plugin_man.pdf ! docs: all # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. --- 294,302 ---- $(DOXYGEN) docConf ! #sonar_plugin_man.pdf: sonar_plugin_man.tex ! # if [ -x `which pdflatex` ]; then `which pdflatex` $(top_srcdir)/doc/sonar_plugin_man.tex > /dev/null; fi ! #all-am: html sonar_plugin_man.pdf ! #docs: all # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. Index: Makefile.am =================================================================== RCS file: /cvsroot/autosec/sonar/doc/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile.am 9 Jun 2004 01:07:42 -0000 1.9 --- Makefile.am 11 Jun 2004 05:25:40 -0000 1.10 *************** *** 22,44 **** -rm -f Makefile.in - install-data-local: html sonar_plugin_man.pdf - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) - @list='$(DOCSUBDIRS)'; for p in $$list; do \ - if test -d "$$p"; then d= ; else d="$(top_srcdir)/doc/"; fi; \ - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \ - echo "cp -rf $$d$$p $(DESTDIR)$(pkgdatadir)"; \ - cp -rf $$d$$p $(DESTDIR)$(pkgdatadir); \ - done - cp -f sonar_plugin_man.pdf $(DESTDIR)$(pkgdatadir) - - uninstall-local: - @$(NORMAL_UNINSTALL) - @list='$(DOCSUBDIRS)'; for p in $$list; do \ - if test -d "$$p"; then d= ; else d="$(top_srcdir)/doc/"; fi; \ - echo "rm -rf $(DESTDIR)$(pkgdatadir)/$$d$$p"; \ - rm -rf $(DESTDIR)$(pkgdatadir)/$$d$$p; \ - done - rm -f $(DESTDIR)$(pkgdatadir)/sonar_plugin_man.pdf html: --- 22,25 ---- *************** *** 47,53 **** $(DOXYGEN) docConf ! sonar_plugin_man.pdf: sonar_plugin_man.tex ! if [ -x `which pdflatex` ]; then `which pdflatex` $(top_srcdir)/doc/sonar_plugin_man.tex > /dev/null; fi ! all-am: html sonar_plugin_man.pdf ! docs: all --- 28,34 ---- $(DOXYGEN) docConf ! #sonar_plugin_man.pdf: sonar_plugin_man.tex ! # if [ -x `which pdflatex` ]; then `which pdflatex` $(top_srcdir)/doc/sonar_plugin_man.tex > /dev/null; fi ! #all-am: html sonar_plugin_man.pdf ! #docs: all |